#F8BD16
A medium, vivid orange closely aligning with Goldenrod.
About #F8BD16
At its core, #F8BD16 is a medium and vivid hue. Its closest recognized web color is Goldenrod. Its digital footprint relies on 248 parts red, 189 parts green, and 22 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 24% Magenta, 91% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F8BD16
RGB248, 189, 22
HSL44.3°, 94.2%, 52.9%
CMYK0%, 24%, 91%, 3%
HSV44.3°, 91.1%, 97.3%
LAB79.8, 8.6, 79.3
XYZ57.1, 56.4, 8.6
Decimal16301334
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.71:1
Text on #FFFFFF
FAIL
12.28:1
Text on #000000
AAA
1.63:1
Text on #F8FAFC
FAIL
10.44:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8BD16;
}
.text-color {
color: #F8BD16;
}
.border-color {
border: 2px solid #F8BD16;
}