Temperature Converter Formula
Understand the math behind the temperature converter. Each variable explained with a worked example.
Formulas Used
Fahrenheit
fahrenheit = celsius * 9/5 + 32Kelvin
kelvin = celsius + 273.15Rankine
rankine = (celsius + 273.15) * 9/5Variables
| Variable | Description | Default |
|---|---|---|
celsius | Temperature(°C) | 25 |
How It Works
Temperature Converter
Formulas from Celsius
Worked Example
Convert 25°C to Fahrenheit, Kelvin, and Rankine.
celsius = 25
- 01°F = (25 × 9/5) + 32 = 45 + 32 = 77°F
- 02K = 25 + 273.15 = 298.15 K
- 03°R = (25 + 273.15) × 9/5 = 298.15 × 1.8 = 536.67°R
Ready to run the numbers?
Open Temperature Converter