# Degrees Fahrenheit to Kelvin (°F to K)

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

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

## Formula

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

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

## Worked examples

- 37 °F = 275.928 K
- 100 °F = 310.928 K
- -40 °F = 233.15 K

## Conversion table

| Degrees Fahrenheit (°F) | Kelvin (K) |
| --- | --- |
| -40 | 233.15 |
| -30 | 238.706 |
| -20 | 244.261 |
| -10 | 249.817 |
| 0 | 255.372 |
| 5 | 258.15 |
| 10 | 260.928 |
| 15 | 263.706 |
| 20 | 266.483 |
| 25 | 269.261 |
| 30 | 272.039 |
| 35 | 274.817 |
| 37 | 275.928 |
| 40 | 277.594 |
| 50 | 283.15 |
| 60 | 288.706 |
| 70 | 294.261 |
| 80 | 299.817 |
| 90 | 305.372 |
| 100 | 310.928 |
| 150 | 338.706 |
| 200 | 366.483 |

## API

- `GET https://tttkmbb.com/api/v1/convert?value=37&from_unit=F&to_unit=K` → unified JSON envelope with `result.values.result`, `formula`, `factor`, `sources`, `freshness`
- MCP: server `https://tttkmbb.com/mcp`, tool `convert_units` with `{"value":37,"from_unit":"F","to_unit":"K"}`
- 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 degrees Fahrenheit to kelvin?**

K = (°F + 459.67) × 5/9. For example, 37 °F = 275.928 K.

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

°F = K × 9/5 − 459.67; the kelvin-to-degrees Fahrenheit 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

- [Kelvin to degrees Fahrenheit](https://tttkmbb.com/conversion/kelvin-to-fahrenheit.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)
