Nearest-color comparison

Gold vs School Bus Yellow

Gold #FFD700 vs School Bus Yellow #FFD800: RGB distance 1 and contrast 1.01:1. Compare hue, luminance, saturation, WCAG and practical use.

Gold and School Bus Yellow are very close, with an RGB distance of 1. School Bus Yellow is lighter by 0.0051, and their saturation is equal. Their mutual contrast is 1.01:1. The pair is too close for a readable foreground/background combination and works better as neighboring palette colors.

Gold#FFD700
School Bus Yellow#FFD800

Quick Difference Summary

The main measurable differences between Gold and School Bus Yellow across RGB distance, luminance, hue, saturation, and contrast.

RGB distance1
Pair contrast1.01:1
Luminance delta0.0051
Hue delta0 deg
Lighter colorSchool Bus Yellow
More saturatedGold

Side-by-Side Color Profiles

yellow color

Gold

Gold is #FFD700, a warm yellow with hue 51°, saturation 100% and luminance 0.6986. Beside School Bus Yellow, it is darker and equally saturated. Of the two standard text choices, black text gives the higher contrast at 14.97:1.

HEX#FFD700 RGB255, 215, 0 HSL51, 100, 50 CMYK0, 16, 100, 0 Luminance0.6986 Best textblack text

yellow color

School Bus Yellow

School Bus Yellow is #FFD800, a warm yellow with hue 51°, saturation 100% and luminance 0.7037. Beside Gold, it is lighter and equally saturated. Of the two standard text choices, black text gives the higher contrast at 15.07:1.

HEX#FFD800 RGB255, 216, 0 HSL51, 100, 50 CMYK0, 15, 100, 0 Luminance0.7037 Best textblack text

When to Use Gold or School Bus Yellow

Choose GoldChoose Gold when the design calls for vibrant yellow color at #FFD700, with warm temperature and 50% HSL lightness.
Choose School Bus YellowChoose School Bus Yellow when #FFD800, its vibrant yellow character, or its 50% HSL lightness is the closer match.
Use togetherTreat them as tonal alternatives or adjacent palette steps, not as text and background. Their contrast is only 1.01:1. They share vibrant tone characteristics.

Technical Comparison Table

PropertyGoldSchool Bus Yellow
HEX#FFD700#FFD800
RGB255, 215, 0255, 216, 0
HSL51, 100, 5051, 100, 50
CMYK0, 16, 100, 00, 15, 100, 0
FamilyYellowYellow
TemperatureWarmWarm
ToneVibrantVibrant
Luminance0.69860.7037
Black contrast14.97:115.07:1
White contrast1.4:11.39:1
Shared tonesVibrant

Accessibility and Contrast

Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.

Goldblack text - 14.97:1
School Bus Yellowblack text - 15.07:1

Downloadable color comparison infographic

Gold vs School Bus Yellow Color Comparison Infographic

Save a high-resolution comparison infographic with both HEX colors, visual distance, mutual contrast, and accessibility guidance.

1200 × 800
Gold vs School Bus Yellow color comparison infographic showing both HEX colors, RGB and HSL values, color distance, mutual contrast, and accessibility guidance.
Gold vs School Bus Yellow color comparison infographic generated from the canonical dataset values shown on this page.

Related Palette Strip

A compact visual strip showing the two compared colors with nearby harmony and variant context.

Machine-readable data

Machine-Readable Gold vs School Bus Yellow Data (JSON)

Structured comparison data for Gold and School Bus Yellow, including color systems, RGB distance, HSL deltas, contrast, accessibility guidance, use cases, and API links.

AI-Ready Dataset v1.0.0
colorsBoth named color records with HEX, RGB, HSL, CMYK, luminance, WCAG, and links
differencesRGB distance, HSL deltas, luminance delta, contrast, and shared attributes
accessibilityPair contrast and safer text choices for each color
useCasesWhen to choose each color and when to use them together
relatedApiMachine-readable comparison and color endpoints
Download JSON Open API
Structured sections
Colors
[
  {
    "slug": "gold",
    "name": "Gold",
    "hex": "#FFD700",
    "rgb": [
      255,
      215,
      0
    ],
    "hsl": [
      51,
      100,
      50
    ],
    "cmyk": [
      0,
      16,
      100,
      0
    ],
    "family": "yellow",
    "temperature": "warm",
    "tone": [
      "vibrant"
    ],
    "luminance": 0.6986,
    "contrast": {
      "black": 14.97,
      "white": 1.4
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ],
      "AAA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ]
    },
    "bestText": {
      "text": "#000000",
      "label": "black text",
      "ratio": 14.97
    },
    "description": "Gold is #FFD700, a warm yellow color with vibrant character. Compared with School Bus Yellow, it is darker and similar in saturation. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.",
    "url": "https://www.colorsencyclopedia.com/colors/gold/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/gold.json"
  },
  {
    "slug": "school-bus-yellow",
    "name": "School Bus Yellow",
    "hex": "#FFD800",
    "rgb": [
      255,
      216,
      0
    ],
    "hsl": [
      51,
      100,
      50
    ],
    "cmyk": [
      0,
      15,
      100,
      0
    ],
    "family": "yellow",
    "temperature": "warm",
    "tone": [
      "vibrant"
    ],
    "luminance": 0.7037,
    "contrast": {
      "black": 15.07,
      "white": 1.39
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ],
      "AAA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ]
    },
    "bestText": {
      "text": "#000000",
      "label": "black text",
      "ratio": 15.07
    },
    "description": "School Bus Yellow is #FFD800, a warm yellow color with vibrant character. Compared with Gold, it is lighter and similar in saturation. Use it for historical references, pigment palettes, and cultural color systems, with black text as the safer foreground option.",
    "url": "https://www.colorsencyclopedia.com/colors/school-bus-yellow/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/school-bus-yellow.json"
  }
]
Differences
{
  "rgbDistance": 1,
  "contrastRatio": 1.01,
  "hslDelta": {
    "hue": 0,
    "saturation": 0,
    "lightness": 0
  },
  "luminanceDelta": 0.0051,
  "sameFamily": true,
  "sameTemperature": true,
  "sharedTones": [
    "vibrant"
  ],
  "lighterColor": "School Bus Yellow",
  "moreSaturatedColor": "Gold"
}
Accessibility
{
  "pairContrastRatio": 1.01,
  "textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
  "safeText": [
    {
      "color": "Gold",
      "background": "#FFD700",
      "foreground": "#000000",
      "label": "black text",
      "ratio": 14.97
    },
    {
      "color": "School Bus Yellow",
      "background": "#FFD800",
      "foreground": "#000000",
      "label": "black text",
      "ratio": 15.07
    }
  ]
}
Use cases
{
  "chooseFirstWhen": "Gold is better when the design needs vibrant yellow character, warm temperature, and the specific HEX value #FFD700.",
  "chooseSecondWhen": "School Bus Yellow is better when the design needs vibrant yellow character, warm temperature, and the specific HEX value #FFD800.",
  "useTogetherWhen": "Use these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs."
}
Related API
[
  "https://www.colorsencyclopedia.com/api/compare/gold-vs-school-bus-yellow.json",
  "https://www.colorsencyclopedia.com/api/colors/gold.json",
  "https://www.colorsencyclopedia.com/api/colors/school-bus-yellow.json"
]
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "gold-vs-school-bus-yellow",
  "type": "nearest",
  "name": "Gold vs School Bus Yellow",
  "verdict": "Gold and School Bus Yellow are very close colors. School Bus Yellow is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.01:1, so the pair is too low for text and better treated as a palette relationship.",
  "summary": "Gold and School Bus Yellow are different yellow colors with HEX values #FFD700 and #FFD800. According to Colors Encyclopedia, their RGB distance is 1, their contrast ratio is 1.01:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
  "rgbDistance": 1,
  "contrastRatio": 1.01,
  "colors": [
    {
      "slug": "gold",
      "name": "Gold",
      "hex": "#FFD700",
      "rgb": [
        255,
        215,
        0
      ],
      "hsl": [
        51,
        100,
        50
      ],
      "cmyk": [
        0,
        16,
        100,
        0
      ],
      "family": "yellow",
      "temperature": "warm",
      "tone": [
        "vibrant"
      ],
      "luminance": 0.6986,
      "contrast": {
        "black": 14.97,
        "white": 1.4
      },
      "wcag": {
        "AA": [
          "#000000",
          "#1A1A1A",
          "#36454F"
        ],
        "AAA": [
          "#000000",
          "#1A1A1A",
          "#36454F"
        ]
      },
      "bestText": {
        "text": "#000000",
        "label": "black text",
        "ratio": 14.97
      },
      "description": "Gold is #FFD700, a warm yellow color with vibrant character. Compared with School Bus Yellow, it is darker and similar in saturation. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.",
      "url": "https://www.colorsencyclopedia.com/colors/gold/",
      "apiUrl": "https://www.colorsencyclopedia.com/api/colors/gold.json"
    },
    {
      "slug": "school-bus-yellow",
      "name": "School Bus Yellow",
      "hex": "#FFD800",
      "rgb": [
        255,
        216,
        0
      ],
      "hsl": [
        51,
        100,
        50
      ],
      "cmyk": [
        0,
        15,
        100,
        0
      ],
      "family": "yellow",
      "temperature": "warm",
      "tone": [
        "vibrant"
      ],
      "luminance": 0.7037,
      "contrast": {
        "black": 15.07,
        "white": 1.39
      },
      "wcag": {
        "AA": [
          "#000000",
          "#1A1A1A",
          "#36454F"
        ],
        "AAA": [
          "#000000",
          "#1A1A1A",
          "#36454F"
        ]
      },
      "bestText": {
        "text": "#000000",
        "label": "black text",
        "ratio": 15.07
      },
      "description": "School Bus Yellow is #FFD800, a warm yellow color with vibrant character. Compared with Gold, it is lighter and similar in saturation. Use it for historical references, pigment palettes, and cultural color systems, with black text as the safer foreground option.",
      "url": "https://www.colorsencyclopedia.com/colors/school-bus-yellow/",
      "apiUrl": "https://www.colorsencyclopedia.com/api/colors/school-bus-yellow.json"
    }
  ],
  "differences": {
    "rgbDistance": 1,
    "contrastRatio": 1.01,
    "hslDelta": {
      "hue": 0,
      "saturation": 0,
      "lightness": 0
    },
    "luminanceDelta": 0.0051,
    "sameFamily": true,
    "sameTemperature": true,
    "sharedTones": [
      "vibrant"
    ],
    "lighterColor": "School Bus Yellow",
    "moreSaturatedColor": "Gold"
  },
  "accessibility": {
    "pairContrastRatio": 1.01,
    "textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
    "safeText": [
      {
        "color": "Gold",
        "background": "#FFD700",
        "foreground": "#000000",
        "label": "black text",
        "ratio": 14.97
      },
      {
        "color": "School Bus Yellow",
        "background": "#FFD800",
        "foreground": "#000000",
        "label": "black text",
        "ratio": 15.07
      }
    ]
  },
  "useCases": {
    "chooseFirstWhen": "Gold is better when the design needs vibrant yellow character, warm temperature, and the specific HEX value #FFD700.",
    "chooseSecondWhen": "School Bus Yellow is better when the design needs vibrant yellow character, warm temperature, and the specific HEX value #FFD800.",
    "useTogetherWhen": "Use these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs."
  },
  "relatedApi": [
    "https://www.colorsencyclopedia.com/api/compare/gold-vs-school-bus-yellow.json",
    "https://www.colorsencyclopedia.com/api/colors/gold.json",
    "https://www.colorsencyclopedia.com/api/colors/school-bus-yellow.json"
  ],
  "url": "https://www.colorsencyclopedia.com/compare/gold-vs-school-bus-yellow/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/compare/gold-vs-school-bus-yellow.json"
}