{
  "entity_type": "unit_conversion_page",
  "id": "kelvin-to-fahrenheit",
  "name": "Kelvin to Degrees Fahrenheit",
  "title": "Kelvin to Degrees Fahrenheit Converter (K to °F)",
  "description": "Convert kelvin to degrees Fahrenheit with the formula °F = K × 9/5 − 459.67. Conversion table and worked examples, with JSON API and MCP access.",
  "quantity": "temperature",
  "quantity_name": "Temperature",
  "base_unit": "K",
  "from_unit": {
    "symbol": "K",
    "display": "K",
    "name": "kelvin",
    "singular": "kelvin"
  },
  "to_unit": {
    "symbol": "F",
    "display": "°F",
    "name": "degrees Fahrenheit",
    "singular": "degree Fahrenheit"
  },
  "linear": false,
  "factor": null,
  "inverse_factor": null,
  "formula": "°F = K × 9/5 − 459.67",
  "reverse_formula": "K = (°F + 459.67) × 5/9",
  "unit_relation": "°F = K × 9/5 − 459.67",
  "examples": [
    {
      "value": 300,
      "result": 80.33,
      "text": "300 K = 80.33 °F"
    },
    {
      "value": 273.15,
      "result": 32,
      "text": "273.15 K = 32 °F"
    },
    {
      "value": 0,
      "result": -459.67,
      "text": "0 K = -459.67 °F"
    }
  ],
  "table": [
    {
      "K": 0,
      "F": -459.67
    },
    {
      "K": 50,
      "F": -369.67
    },
    {
      "K": 100,
      "F": -279.67
    },
    {
      "K": 150,
      "F": -189.67
    },
    {
      "K": 200,
      "F": -99.67
    },
    {
      "K": 250,
      "F": -9.67
    },
    {
      "K": 273.15,
      "F": 32
    },
    {
      "K": 293.15,
      "F": 68
    },
    {
      "K": 300,
      "F": 80.33
    },
    {
      "K": 310,
      "F": 98.33
    },
    {
      "K": 350,
      "F": 170.33
    },
    {
      "K": 373.15,
      "F": 212
    },
    {
      "K": 400,
      "F": 260.33
    },
    {
      "K": 500,
      "F": 440.33
    },
    {
      "K": 600,
      "F": 620.33
    },
    {
      "K": 800,
      "F": 980.33
    },
    {
      "K": 1000,
      "F": 1340.33
    },
    {
      "K": 1500,
      "F": 2240.33
    },
    {
      "K": 2000,
      "F": 3140.33
    },
    {
      "K": 5000,
      "F": 8540.33
    }
  ],
  "faq": [
    {
      "q": "What is the formula to convert kelvin to degrees Fahrenheit?",
      "a": "°F = K × 9/5 − 459.67. For example, 300 K = 80.33 °F."
    },
    {
      "q": "How do I convert degrees Fahrenheit back to kelvin?",
      "a": "K = (°F + 459.67) × 5/9; the degrees Fahrenheit-to-kelvin page applies it directly."
    },
    {
      "q": "Why is there no single multiplication factor?",
      "a": "Temperature scales have different zero points, so the conversion is an affine formula (scale and offset), not a plain multiplication."
    }
  ],
  "sources": [
    {
      "name": "NIST Special Publication 811 – Guide for the Use of the International System of Units (SI), Appendix B conversion factors",
      "url": "https://www.nist.gov/pml/special-publication-811",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "BIPM – The International System of Units (SI Brochure, 9th edition)",
      "url": "https://www.bipm.org/en/publications/si-brochure",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "Wikipedia – Conversion of units",
      "url": "https://en.wikipedia.org/wiki/Conversion_of_units",
      "type": "reference",
      "retrieved_at": "2026-09-24"
    }
  ],
  "freshness": {
    "type": "static",
    "max_age_seconds": null,
    "note": "Fixed conversion factors (NIST/BIPM definitions); results never go stale."
  },
  "api": {
    "convert": "https://tttkmbb.com/api/v1/convert?value=300&from_unit=K&to_unit=F",
    "calculator": "https://tttkmbb.com/api/v1/calculate/temperature?value=300&from_unit=K&to_unit=F",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 300,
      "from_unit": "K",
      "to_unit": "F"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/kelvin-to-fahrenheit",
    "markdown": "https://tttkmbb.com/conversion/kelvin-to-fahrenheit.md",
    "json": "https://tttkmbb.com/conversion/kelvin-to-fahrenheit.json",
    "reverse": "https://tttkmbb.com/conversion/fahrenheit-to-kelvin",
    "quantity_converter": "https://tttkmbb.com/conversion/temperature",
    "units": "https://tttkmbb.com/api/v1/units?quantity=temperature"
  },
  "timestamp": "2026-09-24"
}