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
Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "fluorescent-orange-vs-honey",
"type": "nearest",
"name": "Fluorescent Orange vs Honey",
"verdict": "Fluorescent Orange and Honey are very close colors. Honey is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.03:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Fluorescent Orange and Honey are different yellow colors with HEX values #FFBF00 and #FFC30B. According to Colors Encyclopedia, their RGB distance is 11.7, their contrast ratio is 1.03:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 11.7,
"contrastRatio": 1.03,
"colors": [
{
"slug": "fluorescent-orange",
"name": "Fluorescent Orange",
"hex": "#FFBF00",
"rgb": [
255,
191,
0
],
"hsl": [
45,
100,
50
],
"cmyk": [
0,
25,
100,
0
],
"family": "yellow",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.5852,
"contrast": {
"black": 12.7,
"white": 1.65
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 12.7
},
"description": "Fluorescent Orange is #FFBF00, a warm yellow color with vibrant character. Compared with Honey, it is darker and similar in saturation. Use it for neon accents, event graphics, and high-energy digital design, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/fluorescent-orange/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/fluorescent-orange.json"
},
{
"slug": "honey",
"name": "Honey",
"hex": "#FFC30B",
"rgb": [
255,
195,
11
],
"hsl": [
45,
100,
52
],
"cmyk": [
0,
24,
96,
0
],
"family": "yellow",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.6031,
"contrast": {
"black": 13.06,
"white": 1.61
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 13.06
},
"description": "Honey is #FFC30B, a warm yellow color with vibrant character. Compared with Fluorescent Orange, it is lighter and similar in saturation. Use it for warm accents, food branding, and interior palettes, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/honey/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/honey.json"
}
],
"differences": {
"rgbDistance": 11.7,
"contrastRatio": 1.03,
"hslDelta": {
"hue": 0,
"saturation": 0,
"lightness": 2
},
"luminanceDelta": 0.0179,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"vibrant"
],
"lighterColor": "Honey",
"moreSaturatedColor": "Fluorescent Orange"
},
"accessibility": {
"pairContrastRatio": 1.03,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Fluorescent Orange",
"background": "#FFBF00",
"foreground": "#000000",
"label": "black text",
"ratio": 12.7
},
{
"color": "Honey",
"background": "#FFC30B",
"foreground": "#000000",
"label": "black text",
"ratio": 13.06
}
]
},
"useCases": {
"chooseFirstWhen": "Fluorescent Orange is better when the design needs vibrant yellow character, warm temperature, and the specific HEX value #FFBF00.",
"chooseSecondWhen": "Honey is better when the design needs vibrant yellow character, warm temperature, and the specific HEX value #FFC30B.",
"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/fluorescent-orange-vs-honey.json",
"https://www.colorsencyclopedia.com/api/colors/fluorescent-orange.json",
"https://www.colorsencyclopedia.com/api/colors/honey.json"
],
"url": "https://www.colorsencyclopedia.com/compare/fluorescent-orange-vs-honey/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/fluorescent-orange-vs-honey.json"
}