CSS Utilities
--color-dark-orange: #FF8C00;
.bg-dark-orange { background-color: #FF8C00; }
.text-dark-orange { color: #FF8C00; }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": "#FF8C00",
"rgb": [
255,
140,
0
],
"hsl": [
33,
100,
50
],
"cmyk": [
0,
45,
100,
0
],
"luminance": 0.4002,
"contrast": {
"black": 9,
"white": 2.33
}
}WCAG
{
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000",
"#1A1A1A"
]
}Harmonies
{
"complementary": "#0073FF",
"analogous": [
"#FF0D00",
"#F2FF00"
],
"triadic": [
"#00FF8C",
"#8C00FF"
],
"tetradic": [
"#00FF0D",
"#0073FF",
"#FF00F2"
],
"splitComplementary": [
"#00F2FF",
"#0D00FF"
],
"monochromatic": [
"#FFB65C",
"#FF8C00",
"#A35A00"
]
}Variants
{
"light": "#FFB65C",
"dark": "#A35A00",
"saturated": "#FF8C00",
"desaturated": "#E3891C",
"pastel": "#F5C589",
"neon": "#FF9F29"
}Pairings
{
"best": [
"#000000",
"#0073FF",
"#FF0D00",
"#F2FF00"
],
"avoid": [
"#E3891C",
"#FFB65C"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#FFB65C",
"#E3891C"
]
}Knowledge graph
{
"nearestColors": [
"construction-orange",
"tangerine",
"safety-orange",
"orange",
"chrome-yellow"
],
"generatedPalettes": [
"dark-orange"
],
"generatedComparisons": [
"construction-orange-vs-dark-orange",
"dark-orange-vs-tangerine",
"orange-vs-dark-orange"
],
"relatedFamilies": [
"/colors/by-family/orange",
"/colors/by-temperature/warm",
"/colors/by-tone/vibrant"
],
"relatedTools": [
"/harmonies/dark-orange",
"/wcag/dark-orange",
"/css/colors/dark-orange",
"/hex/ff8c00"
],
"semanticRelations": {
"broader": [
"/colors/by-family/orange",
"/colors/by-temperature/warm",
"/colors/by-tone/vibrant"
],
"narrower": [
"/palettes/dark-orange"
],
"related": [
"/colors/construction-orange",
"/colors/tangerine",
"/colors/safety-orange",
"/colors/orange",
"/colors/chrome-yellow",
"/compare/construction-orange-vs-dark-orange",
"/compare/dark-orange-vs-tangerine",
"/compare/orange-vs-dark-orange",
"/harmonies/dark-orange",
"/wcag/dark-orange",
"/css/colors/dark-orange",
"/hex/ff8c00"
]
}
}Full JSON dataset
{
"slug": "dark-orange",
"name": "Dark Orange",
"cssName": "darkorange",
"hex": "#FF8C00",
"family": "orange",
"temperature": "warm",
"tone": [
"vibrant"
],
"uses": [
"web design",
"CSS color systems",
"UI prototyping"
],
"psychology": {
"associations": [
"context dependent"
],
"contexts": [
"web interfaces",
"design systems",
"technical color references"
],
"avoidIn": [
"claims that require brand or cultural specificity"
]
},
"aliases": [
"darkorange"
],
"sourceType": "standard",
"confidence": "high",
"sourceUrl": "https://www.w3.org/TR/css-color-4/#named-colors",
"origin": {
"type": "css",
"notes": "Standard CSS named color."
},
"reviewStatus": "auto",
"editorialNotes": "Generated from CSS named color data and computed color-system properties.",
"tags": [
"orange",
"warm",
"vibrant",
"web-design",
"css-color-systems",
"ui-prototyping",
"context-dependent"
],
"popularity": 67,
"rgb": [
255,
140,
0
],
"hsl": [
33,
100,
50
],
"cmyk": [
0,
45,
100,
0
],
"luminance": 0.4002,
"contrast": {
"black": 9,
"white": 2.33
},
"harmonies": {
"complementary": "#0073FF",
"analogous": [
"#FF0D00",
"#F2FF00"
],
"triadic": [
"#00FF8C",
"#8C00FF"
],
"tetradic": [
"#00FF0D",
"#0073FF",
"#FF00F2"
],
"splitComplementary": [
"#00F2FF",
"#0D00FF"
],
"monochromatic": [
"#FFB65C",
"#FF8C00",
"#A35A00"
]
},
"variants": {
"light": "#FFB65C",
"dark": "#A35A00",
"saturated": "#FF8C00",
"desaturated": "#E3891C",
"pastel": "#F5C589",
"neon": "#FF9F29"
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"css": {
"variable": "--color-dark-orange: #FF8C00;",
"utility": ".bg-dark-orange { background-color: #FF8C00; }",
"textUtility": ".text-dark-orange { color: #FF8C00; }"
},
"nearestColors": [
"construction-orange",
"tangerine",
"safety-orange",
"orange",
"chrome-yellow"
],
"generatedPalettes": [
"dark-orange"
],
"generatedComparisons": [
"construction-orange-vs-dark-orange",
"dark-orange-vs-tangerine",
"orange-vs-dark-orange"
],
"relatedFamilies": [
"/colors/by-family/orange",
"/colors/by-temperature/warm",
"/colors/by-tone/vibrant"
],
"relatedTools": [
"/harmonies/dark-orange",
"/wcag/dark-orange",
"/css/colors/dark-orange",
"/hex/ff8c00"
],
"semanticRelations": {
"broader": [
"/colors/by-family/orange",
"/colors/by-temperature/warm",
"/colors/by-tone/vibrant"
],
"narrower": [
"/palettes/dark-orange"
],
"related": [
"/colors/construction-orange",
"/colors/tangerine",
"/colors/safety-orange",
"/colors/orange",
"/colors/chrome-yellow",
"/compare/construction-orange-vs-dark-orange",
"/compare/dark-orange-vs-tangerine",
"/compare/orange-vs-dark-orange",
"/harmonies/dark-orange",
"/wcag/dark-orange",
"/css/colors/dark-orange",
"/hex/ff8c00"
]
},
"pairings": {
"best": [
"#000000",
"#0073FF",
"#FF0D00",
"#F2FF00"
],
"avoid": [
"#E3891C",
"#FFB65C"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#FFB65C",
"#E3891C"
]
}
}
Color meaning and use
About Dark Orange Color
Dark Orange sits in the orange family with warm temperature and vibrant visual character. Standard CSS named color.
Its common associations include context dependent, which makes it relevant for web interfaces and design systems. In design work, Dark Orange is most useful for web design, css color systems, and ui prototyping, especially when paired with black text for stronger contrast.
WCAG Accessibility
Contrast checks for Dark Orange against black and white text.