Oven Temperature Conversion Calculator Formula
Understand the math behind the oven temperature conversion calculator. Each variable explained with a worked example.
Formulas Used
Celsius
temp_c = round((temp_f - 32) * 5 / 9)Gas Mark
gas_mark = round((temp_f - 250) / 25)Kelvin
temp_k = round((temp_f - 32) * 5 / 9 + 273.15)Variables
| Variable | Description | Default |
|---|---|---|
temp_f | Temperature(°F) | 350 |
How It Works
How to Convert Oven Temperatures
Formulas
Common Oven Temperatures
| °F | °C | Gas Mark | Description | |-----|-----|----------|-------------| | 250 | 120 | 1 | Very Low | | 300 | 150 | 2 | Low | | 350 | 175 | 4 | Moderate | | 400 | 200 | 6 | Hot | | 450 | 230 | 8 | Very Hot |
Worked Example
Convert 350°F to Celsius and Gas Mark.
temp_f = 350
- 01Celsius = (350 - 32) x 5/9 = 318 x 0.5556 = 176.7, rounded to 177°C.
- 02Gas Mark = (350 - 250) / 25 = 100 / 25 = 4.
- 03350°F = 177°C = Gas Mark 4.
Ready to run the numbers?
Open Oven Temperature Conversion Calculator