Temperature
Fahrenheit to Kelvin Converter
Convert Fahrenheit to Kelvin with a fast calculator, formula, examples and API-ready result.
NewAPI Ready
Focused calculator
Calculate Fahrenheit to Kelvin Converter
298.15 kelvin
Formula
Formula: Kelvin = (Fahrenheit - 32) x 5/9 + 273.15.
Example: 77 Fahrenheit = 298.15 Kelvin.
The calculator keeps full precision internally and rounds only for display.
Common examples
| Input | Result |
|---|---|
| -40 Fahrenheit | 233.15 Kelvin |
| 32 Fahrenheit | 273.15 Kelvin |
| 77 Fahrenheit | 298.15 Kelvin |
JSON API example
Use the public JSON endpoint with these query parameters.
value77fromfahrenheittokelvin
GET https://api.convematik.com/convert?value=77.0&from=fahrenheit&to=kelvin
{
"value": 77.0,
"from": "fahrenheit",
"to": "kelvin",
"result": 298.15
}
Common questions
What does the Fahrenheit to Kelvin Converter do?
It converts Fahrenheit to Kelvin using Convematik's unit conversion engine.
What formula does it use?
Kelvin = (Fahrenheit - 32) x 5/9 + 273.15.
Can I use decimal values?
Yes. Enter whole numbers or decimals and the calculator returns a decimal result.
Is this page free?
Yes. The converter runs as a free browser tool and can also be accessed through the API.