Conversions

Temperature Converter

Convert between Celsius, Fahrenheit, Kelvin, and Rankine.

CALCULATOR

Enter your numbers

Instant results

THE NUMORIX GUIDE

How to use the Temperature Converter

Last reviewed September 14, 2026

What this calculator does

The engine first converts the source to Celsius, then derives each destination: F = C x 9/5 + 32, K = C + 273.

Formula and method

The engine first converts the source to Celsius, then derives each destination: F = C x 9/5 + 32, K = C + 273.15, and R = (C + 273.15) x 9/5. The reverse paths are implemented through the same Celsius base and the results are rounded to four decimal places.

Variables and inputs

Enter a numeric temperature and choose Celsius (C), Fahrenheit (F), Kelvin (K), or Rankine (R). The UI accepts negative and nonphysical values without a range check, returns all four units, and formats each result to four decimals.

Worked example

For 100 C, the engine first keeps 100 C, then returns 100 x 9/5 + 32 = 212 F, 100 + 273.15 = 373.15 K, and 373.15 x 9/5 = 671.67 R.

How to interpret the result

Celsius and Fahrenheit have shifted zero points, while Kelvin and Rankine are absolute temperature scales. Temperature differences can use the same interval size in Celsius and kelvin, but absolute-temperature conversions require the offsets in the formulas.

Common mistakes to avoid

Do not convert a temperature difference with an absolute-temperature offset: a 10 C change is a 10 K change, but 10 C is not 10 K. Keep Kelvin and Rankine free of degree symbols when documenting absolute values, and do not confuse a temperature with heat energy.

Assumptions and limitations

The converter performs scale arithmetic only. It does not validate whether an absolute temperature is physically possible, correct sensor bias, account for a material's thermal state, or convert temperature-dependent properties. Four-place display rounding can alter later subtraction of close values.

Sources and references

COMMON QUESTIONS

Frequently asked questions

What is the Celsius-to-Fahrenheit formula?

Multiply Celsius by 9/5 and add 32: F = C x 9/5 + 32. Thus 100 C becomes 212 F.

Why is a temperature difference in Celsius equal to a difference in kelvin?

The Celsius and kelvin scales have the same interval size and differ only by their zero point. Therefore a change of 10 C is a change of 10 K, even though absolute readings differ by 273.15.

What is Rankine used for?

Rankine is an absolute scale with Fahrenheit-sized intervals. The engine converts it from Kelvin with R = K x 9/5.

FROM THE NUMORIX GUIDES

Learn more before you decide