CSS utility
Caution Yellow CSS Utilities
Caution Yellow CSS utilities provide reusable variables and utility classes for #FFCC00. 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
Caution Yellow
#FFCC00
Utility Classes
CSS Snippet
:root {
--color-caution-yellow: #FFCC00;
--color-caution-yellow-rgb: 255 204 0;
--color-caution-yellow-contrast: #111827;
}
.bg-caution-yellow { background-color: var(--color-caution-yellow); }
.text-caution-yellow { color: var(--color-caution-yellow); }
.border-caution-yellow { border-color: var(--color-caution-yellow); }
.surface-caution-yellow {
background-color: var(--color-caution-yellow);
color: var(--color-caution-yellow-contrast);
border: 1px solid color-mix(in srgb, var(--color-caution-yellow), #111827 18%);
}
.shadow-caution-yellow { box-shadow: 0 18px 40px rgb(var(--color-caution-yellow-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 Caution Yellow CSS Utilities (JSON)
Structured CSS utility data for Caution Yellow, including variables, utility classes, contrast tokens, WCAG metadata, snippets, and API links.
Luminance0.6445
Black text13.89:1AA Pass
White text1.51: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-caution-yellow: #FFCC00;",
"rgb": "--color-caution-yellow-rgb: 255 204 0;",
"contrast": "--color-caution-yellow-contrast: #111827;"
}Utility classes
{
"background": ".bg-caution-yellow",
"text": ".text-caution-yellow",
"border": ".border-caution-yellow",
"surface": ".surface-caution-yellow",
"shadow": ".shadow-caution-yellow"
}Accessibility
{
"bestTextColor": "#111827",
"contrast": {
"black": 13.89,
"white": 1.51
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
}
}Implementation
{
"useCases": [
"CSS variables",
"utility classes",
"design system tokens",
"UI surface styling",
"accessible text pairing"
],
"cssSnippet": ":root {\n --color-caution-yellow: #FFCC00;\n --color-caution-yellow-rgb: 255 204 0;\n --color-caution-yellow-contrast: #111827;\n}\n\n.bg-caution-yellow { background-color: var(--color-caution-yellow); }\n.text-caution-yellow { color: var(--color-caution-yellow); }\n.border-caution-yellow { border-color: var(--color-caution-yellow); }\n.surface-caution-yellow {\n background-color: var(--color-caution-yellow);\n color: var(--color-caution-yellow-contrast);\n border: 1px solid color-mix(in srgb, var(--color-caution-yellow), #111827 18%);\n}\n.shadow-caution-yellow { box-shadow: 0 18px 40px rgb(var(--color-caution-yellow-rgb) / 28%); }"
}Related endpoints
[
"https://www.colorsencyclopedia.com/api/css/colors/caution-yellow.json",
"https://www.colorsencyclopedia.com/api/colors/caution-yellow.json"
]Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "caution-yellow",
"name": "Caution Yellow",
"hex": "#FFCC00",
"rgb": [
255,
204,
0
],
"hsl": [
48,
100,
50
],
"cmyk": [
0,
20,
100,
0
],
"luminance": 0.6445,
"contrast": {
"black": 13.89,
"white": 1.51
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"family": "yellow",
"temperature": "warm",
"tone": [
"vibrant"
],
"bestTextColor": "#111827",
"cssVariables": {
"color": "--color-caution-yellow: #FFCC00;",
"rgb": "--color-caution-yellow-rgb: 255 204 0;",
"contrast": "--color-caution-yellow-contrast: #111827;"
},
"utilityClasses": {
"background": ".bg-caution-yellow",
"text": ".text-caution-yellow",
"border": ".border-caution-yellow",
"surface": ".surface-caution-yellow",
"shadow": ".shadow-caution-yellow"
},
"cssSnippet": ":root {\n --color-caution-yellow: #FFCC00;\n --color-caution-yellow-rgb: 255 204 0;\n --color-caution-yellow-contrast: #111827;\n}\n\n.bg-caution-yellow { background-color: var(--color-caution-yellow); }\n.text-caution-yellow { color: var(--color-caution-yellow); }\n.border-caution-yellow { border-color: var(--color-caution-yellow); }\n.surface-caution-yellow {\n background-color: var(--color-caution-yellow);\n color: var(--color-caution-yellow-contrast);\n border: 1px solid color-mix(in srgb, var(--color-caution-yellow), #111827 18%);\n}\n.shadow-caution-yellow { box-shadow: 0 18px 40px rgb(var(--color-caution-yellow-rgb) / 28%); }",
"useCases": [
"CSS variables",
"utility classes",
"design system tokens",
"UI surface styling",
"accessible text pairing"
],
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/css/colors/caution-yellow.json",
"https://www.colorsencyclopedia.com/api/colors/caution-yellow.json"
],
"url": "https://www.colorsencyclopedia.com/css/colors/caution-yellow/",
"colorUrl": "https://www.colorsencyclopedia.com/colors/caution-yellow/",
"hexUrl": "https://www.colorsencyclopedia.com/hex/ffcc00/",
"apiUrl": "https://www.colorsencyclopedia.com/api/css/colors/caution-yellow.json"
}