Temperature Converter
Temperature Converter is evaluated from Fahrenheit, Celsius and Kelvin. The calculation reports Fahrenheit, Celsius and Kelvin.
Results
About the Temperature Converter
The calculator uses a multi formula configuration. Each reported value is read as a direct evaluation of the stored rules with the declared field formats and units.
Formula basis:
degF → degC: C = (F - 32) x 5/9
degC → degF: F = C x 9/5 + 32
degC → K: K = C + 273.15
degC → degR: R = (C + 273.15) x 9/5
Interpret the outputs in the order shown by the result fields. Optional inputs affect only the outputs that depend on those variables.
Formula & How It Works
The calculation applies the following relations exactly as recorded in the metadata: degF → degC: C = (F - 32) x 5/9 degC → degF: F = C x 9/5 + 32 degC → K: K = C + 273.15 degC → degR: R = (C + 273.15) x 9/5 Each output field is produced by substituting the supplied inputs into the relevant relation and then applying the declared rounding or text format.
Worked Examples
Example 1: Normal Body Temperature
Inputs
With Fahrenheit = 98.6 as the stated inputs, the result is Fahrenheit = 98.6 degF, Celsius = 37 degC and Kelvin = 310.15 K. Each value corresponds to the declared output fields.
Example 2: Oven Temperature: 375°F
Inputs
With Fahrenheit = 375 as the stated inputs, the result is Fahrenheit = 375 degF, Celsius = 190.56 degC and Kelvin = 463.71 K. Each value corresponds to the declared output fields.
Example 3: Winter Storm Warning: −20°F
Inputs
With Fahrenheit = -20 as the stated inputs, the result is Fahrenheit = -20 degF, Celsius = -28.89 degC and Kelvin = 244.26 K. Each value corresponds to the declared output fields.
Example 4: Absolute Zero
Inputs
With Kelvin = 0 as the stated inputs, the result is Fahrenheit = -459.67 degF, Celsius = -273.15 degC and Kelvin = 0 K. Each value corresponds to the declared output fields.
Common Use Cases
- Convert oven temperature from Celsius to Fahrenheit
- Convert body temperature from Fahrenheit to Celsius
- Convert weather forecast between US Fahrenheit and metric Celsius