#F8E20F
A medium, vivid yellow closely aligning with Gold.
About #F8E20F
When working with digital screens, the color #F8E20F is rendered by mixing light. It is closely associated with the named CSS color Gold. This translates to an RGB value of rgb(248, 226, 15).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 9% Magenta, 94% Yellow, and 3% Black. With a hue angle of 54.3 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F8E20F
RGB248, 226, 15
HSL54.3°, 94.3%, 51.6%
CMYK0%, 9%, 94%, 3%
HSV54.3°, 94.0%, 97.3%
LAB89.1, -10.3, 87.1
XYZ66.0, 74.4, 11.3
Decimal16310799
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.88:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8E20F;
}
.text-color {
color: #F8E20F;
}
.border-color {
border: 2px solid #F8E20F;
}