{
  "entity_type": "unit_conversion_page",
  "id": "fahrenheit-to-rankine",
  "name": "Degrees Fahrenheit to Degrees Rankine",
  "title": "Degrees Fahrenheit to Degrees Rankine Converter (°F to °R)",
  "description": "Convert degrees Fahrenheit to degrees Rankine with the formula °R = °F + 459.67. Conversion table and worked examples, with JSON API and MCP access.",
  "quantity": "temperature",
  "quantity_name": "Temperature",
  "base_unit": "K",
  "from_unit": {
    "symbol": "F",
    "display": "°F",
    "name": "degrees Fahrenheit",
    "singular": "degree Fahrenheit"
  },
  "to_unit": {
    "symbol": "R",
    "display": "°R",
    "name": "degrees Rankine",
    "singular": "degree Rankine"
  },
  "linear": false,
  "factor": null,
  "inverse_factor": null,
  "formula": "°R = °F + 459.67",
  "reverse_formula": "°F = °R − 459.67",
  "unit_relation": "°R = °F + 459.67",
  "examples": [
    {
      "value": 37,
      "result": 496.67,
      "text": "37 °F = 496.67 °R"
    },
    {
      "value": 100,
      "result": 559.67,
      "text": "100 °F = 559.67 °R"
    },
    {
      "value": -40,
      "result": 419.67,
      "text": "-40 °F = 419.67 °R"
    }
  ],
  "table": [
    {
      "F": -40,
      "R": 419.67
    },
    {
      "F": -30,
      "R": 429.67
    },
    {
      "F": -20,
      "R": 439.67
    },
    {
      "F": -10,
      "R": 449.67
    },
    {
      "F": 0,
      "R": 459.67
    },
    {
      "F": 5,
      "R": 464.67
    },
    {
      "F": 10,
      "R": 469.67
    },
    {
      "F": 15,
      "R": 474.67
    },
    {
      "F": 20,
      "R": 479.67
    },
    {
      "F": 25,
      "R": 484.67
    },
    {
      "F": 30,
      "R": 489.67
    },
    {
      "F": 35,
      "R": 494.67
    },
    {
      "F": 37,
      "R": 496.67
    },
    {
      "F": 40,
      "R": 499.67
    },
    {
      "F": 50,
      "R": 509.67
    },
    {
      "F": 60,
      "R": 519.67
    },
    {
      "F": 70,
      "R": 529.67
    },
    {
      "F": 80,
      "R": 539.67
    },
    {
      "F": 90,
      "R": 549.67
    },
    {
      "F": 100,
      "R": 559.67
    },
    {
      "F": 150,
      "R": 609.67
    },
    {
      "F": 200,
      "R": 659.67
    }
  ],
  "faq": [
    {
      "q": "What is the formula to convert degrees Fahrenheit to degrees Rankine?",
      "a": "°R = °F + 459.67. For example, 37 °F = 496.67 °R."
    },
    {
      "q": "How do I convert degrees Rankine back to degrees Fahrenheit?",
      "a": "°F = °R − 459.67; the degrees Rankine-to-degrees Fahrenheit 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=37&from_unit=F&to_unit=R",
    "calculator": "https://tttkmbb.com/api/v1/calculate/temperature?value=37&from_unit=F&to_unit=R",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 37,
      "from_unit": "F",
      "to_unit": "R"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/fahrenheit-to-rankine",
    "markdown": "https://tttkmbb.com/conversion/fahrenheit-to-rankine.md",
    "json": "https://tttkmbb.com/conversion/fahrenheit-to-rankine.json",
    "reverse": "https://tttkmbb.com/conversion/rankine-to-fahrenheit",
    "quantity_converter": "https://tttkmbb.com/conversion/temperature",
    "units": "https://tttkmbb.com/api/v1/units?quantity=temperature"
  },
  "timestamp": "2026-09-24"
}