# Kelvin to Degrees Fahrenheit (K to °F)

> Convert kelvin to degrees Fahrenheit with the formula °F = K × 9/5 − 459.67. Conversion table and worked examples, with JSON API and MCP access.

- Page id: `kelvin-to-fahrenheit` · Quantity: Temperature (`temperature`, base unit K) · Tool: `convert_units`
- Canonical page: https://tttkmbb.com/conversion/kelvin-to-fahrenheit · This document: https://tttkmbb.com/conversion/kelvin-to-fahrenheit.md · JSON: https://tttkmbb.com/conversion/kelvin-to-fahrenheit.json (add `?value=` for a result)

## Formula

- `°F = K × 9/5 − 459.67`
- `°F = K × 9/5 − 459.67`
- Reverse: `K = (°F + 459.67) × 5/9`

Non-linear conversion: apply the formula directly; there is no single multiplication factor.

## Worked examples

- 300 K = 80.33 °F
- 273.15 K = 32 °F
- 0 K = -459.67 °F

## Conversion table

| Kelvin (K) | Degrees Fahrenheit (°F) |
| --- | --- |
| 0 | -459.67 |
| 50 | -369.67 |
| 100 | -279.67 |
| 150 | -189.67 |
| 200 | -99.67 |
| 250 | -9.67 |
| 273.15 | 32 |
| 293.15 | 68 |
| 300 | 80.33 |
| 310 | 98.33 |
| 350 | 170.33 |
| 373.15 | 212 |
| 400 | 260.33 |
| 500 | 440.33 |
| 600 | 620.33 |
| 800 | 980.33 |
| 1000 | 1340.33 |
| 1500 | 2240.33 |
| 2000 | 3140.33 |
| 5000 | 8540.33 |

## API

- `GET https://tttkmbb.com/api/v1/convert?value=300&from_unit=K&to_unit=F` → unified JSON envelope with `result.values.result`, `formula`, `factor`, `sources`, `freshness`
- MCP: server `https://tttkmbb.com/mcp`, tool `convert_units` with `{"value":300,"from_unit":"K","to_unit":"F"}`
- All temperature units: https://tttkmbb.com/api/v1/units?quantity=temperature · full converter: [Temperature Converter](https://tttkmbb.com/conversion/temperature.md)
- Authentication: none. Freshness: `static` (fixed conversion factors).

## FAQ

**What is the formula to convert kelvin to degrees Fahrenheit?**

°F = K × 9/5 − 459.67. For example, 300 K = 80.33 °F.

**How do I convert degrees Fahrenheit back to kelvin?**

K = (°F + 459.67) × 5/9; the degrees Fahrenheit-to-kelvin page applies it directly.

**Why is there no single multiplication factor?**

Temperature scales have different zero points, so the conversion is an affine formula (scale and offset), not a plain multiplication.

## Related conversions

- [Degrees Fahrenheit to kelvin](https://tttkmbb.com/conversion/fahrenheit-to-kelvin.md) (reverse)
- [Degrees Celsius to Degrees Fahrenheit](https://tttkmbb.com/conversion/celsius-to-fahrenheit.md)
- [Degrees Fahrenheit to Degrees Celsius](https://tttkmbb.com/conversion/fahrenheit-to-celsius.md)
- [Degrees Celsius to Kelvin](https://tttkmbb.com/conversion/celsius-to-kelvin.md)
- [Kelvin to Degrees Celsius](https://tttkmbb.com/conversion/kelvin-to-celsius.md)
- [Degrees Fahrenheit to Degrees Rankine](https://tttkmbb.com/conversion/fahrenheit-to-rankine.md)
- [Degrees Rankine to Degrees Fahrenheit](https://tttkmbb.com/conversion/rankine-to-fahrenheit.md)
- [Kelvin to Degrees Rankine](https://tttkmbb.com/conversion/kelvin-to-rankine.md)
- [Degrees Rankine to Kelvin](https://tttkmbb.com/conversion/rankine-to-kelvin.md)

## Data Sources

- NIST Special Publication 811 – Guide for the Use of the International System of Units (SI), Appendix B conversion factors — https://www.nist.gov/pml/special-publication-811 (standard, retrieved 2026-09-24)
- BIPM – The International System of Units (SI Brochure, 9th edition) — https://www.bipm.org/en/publications/si-brochure (standard, retrieved 2026-09-24)
- Wikipedia – Conversion of units — https://en.wikipedia.org/wiki/Conversion_of_units (reference, retrieved 2026-09-24)
