CSS Utilities
--color-hazard-orange: #FF6700;
.bg-hazard-orange { background-color: #FF6700; }
.text-hazard-orange { color: #FF6700; }Machine-readable data
Machine-Readable Color Data (JSON)
Perfect for CSS, design systems, automation, and AI ingestion.
hexCanonical HEX valuergbRed, green, blue channelshslHue, saturation, lightnesscmykApproximate print conversionwcagAA and AAA contrast optionsharmoniesMathematical harmony setsvariantsGenerated tone variantsnearestColorsKnowledge graph neighborsStructured sections
Color systems
{
"hex": "#FF6700",
"rgb": [
255,
103,
0
],
"hsl": [
24,
100,
50
],
"cmyk": [
0,
60,
100,
0
],
"luminance": 0.3096,
"contrast": {
"black": 7.19,
"white": 2.92
}
}WCAG
{
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000"
]
}Harmonies
{
"complementary": "#0099FF",
"analogous": [
"#FF001A",
"#FFE500"
],
"triadic": [
"#00FF66",
"#6600FF"
],
"tetradic": [
"#1AFF00",
"#0099FF",
"#E500FF"
],
"splitComplementary": [
"#00FFE6",
"#0019FF"
],
"monochromatic": [
"#FF9D5C",
"#FF6700",
"#A34100"
]
}Variants
{
"light": "#FF9D5C",
"dark": "#A34100",
"saturated": "#FF6600",
"desaturated": "#E36C1C",
"pastel": "#F5B489",
"neon": "#FF7E29"
}Pairings
{
"best": [
"#000000",
"#0099FF",
"#FF001A",
"#FFE500"
],
"avoid": [
"#E36C1C",
"#FF9D5C"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#FF9D5C",
"#E36C1C"
]
}Knowledge graph
{
"nearestColors": [
"safety-orange",
"construction-orange",
"international-orange",
"pumpkin",
"neon-orange"
],
"generatedPalettes": [
"hazard-orange"
],
"generatedComparisons": [
"hazard-orange-vs-construction-orange",
"hazard-orange-vs-safety-orange",
"international-orange-vs-hazard-orange"
],
"relatedFamilies": [
"/colors/by-family/orange",
"/colors/by-temperature/warm",
"/colors/by-tone/vibrant"
],
"relatedTools": [
"/harmonies/hazard-orange",
"/wcag/hazard-orange",
"/css/colors/hazard-orange",
"/hex/ff6700"
],
"semanticRelations": {
"broader": [
"/colors/by-family/orange",
"/colors/by-temperature/warm",
"/colors/by-tone/vibrant"
],
"narrower": [
"/palettes/hazard-orange"
],
"related": [
"/colors/safety-orange",
"/colors/construction-orange",
"/colors/international-orange",
"/colors/pumpkin",
"/colors/neon-orange",
"/compare/hazard-orange-vs-construction-orange",
"/compare/hazard-orange-vs-safety-orange",
"/compare/international-orange-vs-hazard-orange",
"/harmonies/hazard-orange",
"/wcag/hazard-orange",
"/css/colors/hazard-orange",
"/hex/ff6700"
]
}
}Full JSON dataset
{
"slug": "hazard-orange",
"name": "Hazard Orange",
"hex": "#FF6700",
"uses": [
"industrial design",
"safety systems",
"hardware palettes"
],
"psychology": {
"associations": [
"utility",
"visibility",
"precision"
],
"contexts": [
"transportation",
"tools",
"hardware",
"signage"
],
"avoidIn": [
"soft wellness palettes"
]
},
"aliases": [],
"sourceType": "curated",
"confidence": "medium",
"reviewStatus": "manual",
"sourceUrl": "https://www.colorsencyclopedia.com/assets/colors.json",
"origin": {
"type": "common",
"notes": "Curated common color reference used in design, material, cultural, and editorial color systems."
},
"family": "orange",
"temperature": "warm",
"tone": [
"vibrant"
],
"editorialNotes": "Curated internal color record with computed technical properties.",
"tags": [
"orange",
"warm",
"vibrant",
"industrial-design",
"safety-systems",
"hardware-palettes",
"utility",
"visibility",
"precision"
],
"popularity": 84,
"rgb": [
255,
103,
0
],
"hsl": [
24,
100,
50
],
"cmyk": [
0,
60,
100,
0
],
"luminance": 0.3096,
"contrast": {
"black": 7.19,
"white": 2.92
},
"harmonies": {
"complementary": "#0099FF",
"analogous": [
"#FF001A",
"#FFE500"
],
"triadic": [
"#00FF66",
"#6600FF"
],
"tetradic": [
"#1AFF00",
"#0099FF",
"#E500FF"
],
"splitComplementary": [
"#00FFE6",
"#0019FF"
],
"monochromatic": [
"#FF9D5C",
"#FF6700",
"#A34100"
]
},
"variants": {
"light": "#FF9D5C",
"dark": "#A34100",
"saturated": "#FF6600",
"desaturated": "#E36C1C",
"pastel": "#F5B489",
"neon": "#FF7E29"
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000"
]
},
"css": {
"variable": "--color-hazard-orange: #FF6700;",
"utility": ".bg-hazard-orange { background-color: #FF6700; }",
"textUtility": ".text-hazard-orange { color: #FF6700; }"
},
"nearestColors": [
"safety-orange",
"construction-orange",
"international-orange",
"pumpkin",
"neon-orange"
],
"generatedPalettes": [
"hazard-orange"
],
"generatedComparisons": [
"hazard-orange-vs-construction-orange",
"hazard-orange-vs-safety-orange",
"international-orange-vs-hazard-orange"
],
"relatedFamilies": [
"/colors/by-family/orange",
"/colors/by-temperature/warm",
"/colors/by-tone/vibrant"
],
"relatedTools": [
"/harmonies/hazard-orange",
"/wcag/hazard-orange",
"/css/colors/hazard-orange",
"/hex/ff6700"
],
"semanticRelations": {
"broader": [
"/colors/by-family/orange",
"/colors/by-temperature/warm",
"/colors/by-tone/vibrant"
],
"narrower": [
"/palettes/hazard-orange"
],
"related": [
"/colors/safety-orange",
"/colors/construction-orange",
"/colors/international-orange",
"/colors/pumpkin",
"/colors/neon-orange",
"/compare/hazard-orange-vs-construction-orange",
"/compare/hazard-orange-vs-safety-orange",
"/compare/international-orange-vs-hazard-orange",
"/harmonies/hazard-orange",
"/wcag/hazard-orange",
"/css/colors/hazard-orange",
"/hex/ff6700"
]
},
"pairings": {
"best": [
"#000000",
"#0099FF",
"#FF001A",
"#FFE500"
],
"avoid": [
"#E36C1C",
"#FF9D5C"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#FF9D5C",
"#E36C1C"
]
}
}
Color meaning and use
About Hazard Orange Color
Hazard Orange sits in the orange family with warm temperature and vibrant visual character. Hazard Orange is a commonly used color name in design references, palettes, and editorial color systems.
Its common associations include utility, visibility, and precision, which makes it relevant for transportation and tools. In design work, Hazard Orange is most useful for industrial design, safety systems, and hardware palettes, especially when paired with black text for stronger contrast.
WCAG Accessibility
Contrast checks for Hazard Orange against black and white text.