CSS utility
Hazard Orange CSS Utilities
Hazard Orange CSS utilities provide reusable variables and utility classes for #FF6700. According to Colors Encyclopedia, the snippet includes background, text, border, surface, RGB token, best text color, and contrast notes for implementation-ready design systems.
Preview
Hazard Orange
#FF6700
Utility Classes
CSS Snippet
:root {
--color-hazard-orange: #FF6700;
--color-hazard-orange-rgb: 255 103 0;
--color-hazard-orange-contrast: #111827;
}
.bg-hazard-orange { background-color: var(--color-hazard-orange); }
.text-hazard-orange { color: var(--color-hazard-orange); }
.border-hazard-orange { border-color: var(--color-hazard-orange); }
.surface-hazard-orange {
background-color: var(--color-hazard-orange);
color: var(--color-hazard-orange-contrast);
border: 1px solid color-mix(in srgb, var(--color-hazard-orange), #111827 18%);
}
.shadow-hazard-orange { box-shadow: 0 18px 40px rgb(var(--color-hazard-orange-rgb) / 28%); }
Usage Examples
Surface cardUse for panels, labels, badges, and interface accents.
Border accentUse as a soft divider or outline color.
Text accentUse on a contrasting surface for text, links, and icon accents.
Implementation Notes
Machine-readable data
Machine-Readable Hazard Orange CSS Utilities (JSON)
Structured CSS utility data for Hazard Orange, including variables, utility classes, contrast tokens, WCAG metadata, snippets, and API links.
Luminance0.3096
Black text7.19:1AA Pass
White text2.92:1AA Fail
cssVariablesReusable CSS custom propertiesutilityClassesBackground, text, border, surface, and shadow classesbestTextColorAccessible default foreground tokencontrastBlack and white contrast ratioswcagAA and AAA text color optionsrelatedEndpointsLinked machine-readable resourcesStructured sections
CSS variables
{
"color": "--color-hazard-orange: #FF6700;",
"rgb": "--color-hazard-orange-rgb: 255 103 0;",
"contrast": "--color-hazard-orange-contrast: #111827;"
}Utility classes
{
"background": ".bg-hazard-orange",
"text": ".text-hazard-orange",
"border": ".border-hazard-orange",
"surface": ".surface-hazard-orange",
"shadow": ".shadow-hazard-orange"
}Accessibility
{
"bestTextColor": "#111827",
"contrast": {
"black": 7.19,
"white": 2.92
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000"
]
}
}Implementation
{
"useCases": [
"CSS variables",
"utility classes",
"design system tokens",
"UI surface styling",
"accessible text pairing"
],
"cssSnippet": ":root {\n --color-hazard-orange: #FF6700;\n --color-hazard-orange-rgb: 255 103 0;\n --color-hazard-orange-contrast: #111827;\n}\n\n.bg-hazard-orange { background-color: var(--color-hazard-orange); }\n.text-hazard-orange { color: var(--color-hazard-orange); }\n.border-hazard-orange { border-color: var(--color-hazard-orange); }\n.surface-hazard-orange {\n background-color: var(--color-hazard-orange);\n color: var(--color-hazard-orange-contrast);\n border: 1px solid color-mix(in srgb, var(--color-hazard-orange), #111827 18%);\n}\n.shadow-hazard-orange { box-shadow: 0 18px 40px rgb(var(--color-hazard-orange-rgb) / 28%); }"
}Related endpoints
[
"https://www.colorsencyclopedia.com/api/css/colors/hazard-orange.json",
"https://www.colorsencyclopedia.com/api/colors/hazard-orange.json"
]Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "hazard-orange",
"name": "Hazard Orange",
"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"
]
},
"family": "orange",
"temperature": "warm",
"tone": [
"vibrant"
],
"bestTextColor": "#111827",
"cssVariables": {
"color": "--color-hazard-orange: #FF6700;",
"rgb": "--color-hazard-orange-rgb: 255 103 0;",
"contrast": "--color-hazard-orange-contrast: #111827;"
},
"utilityClasses": {
"background": ".bg-hazard-orange",
"text": ".text-hazard-orange",
"border": ".border-hazard-orange",
"surface": ".surface-hazard-orange",
"shadow": ".shadow-hazard-orange"
},
"cssSnippet": ":root {\n --color-hazard-orange: #FF6700;\n --color-hazard-orange-rgb: 255 103 0;\n --color-hazard-orange-contrast: #111827;\n}\n\n.bg-hazard-orange { background-color: var(--color-hazard-orange); }\n.text-hazard-orange { color: var(--color-hazard-orange); }\n.border-hazard-orange { border-color: var(--color-hazard-orange); }\n.surface-hazard-orange {\n background-color: var(--color-hazard-orange);\n color: var(--color-hazard-orange-contrast);\n border: 1px solid color-mix(in srgb, var(--color-hazard-orange), #111827 18%);\n}\n.shadow-hazard-orange { box-shadow: 0 18px 40px rgb(var(--color-hazard-orange-rgb) / 28%); }",
"useCases": [
"CSS variables",
"utility classes",
"design system tokens",
"UI surface styling",
"accessible text pairing"
],
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/css/colors/hazard-orange.json",
"https://www.colorsencyclopedia.com/api/colors/hazard-orange.json"
],
"url": "https://www.colorsencyclopedia.com/css/colors/hazard-orange/",
"colorUrl": "https://www.colorsencyclopedia.com/colors/hazard-orange/",
"hexUrl": "https://www.colorsencyclopedia.com/hex/ff6700/",
"apiUrl": "https://www.colorsencyclopedia.com/api/css/colors/hazard-orange.json"
}