#FFF850
A light, vivid yellow closely aligning with Yellow.
About #FFF850
Visually, #FFF850 is defined as a vivid yellow. If you're using CSS, you might find it aligns closely with Yellow. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 248, and 80.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 3% Magenta, 69% Yellow, and 0% Black. With a hue angle of 57.6 degrees, it sits comfortably in the yellow spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FFF850
RGB255, 248, 80
HSL57.6°, 100.0%, 65.7%
CMYK0%, 3%, 69%, 0%
HSV57.6°, 68.6%, 100.0%
LAB95.6, -16.3, 77.3
XYZ76.3, 89.0, 20.7
Decimal16775248
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.12:1
Text on #FFFFFF
FAIL
18.79:1
Text on #000000
AAA
1.07:1
Text on #F8FAFC
FAIL
15.98:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFF850;
}
.text-color {
color: #FFF850;
}
.border-color {
border: 2px solid #FFF850;
}