#F8FF3A
A light, vivid yellow closely aligning with Yellow.
About #F8FF3A
When working with digital screens, the color #F8FF3A is rendered by mixing light. Its closest recognized web color is Yellow. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 255, and 58.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 3% C, 0% M, 77% Y, and 0% K. With a hue angle of 62.1 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F8FF3A
RGB248, 255, 58
HSL62.1°, 100.0%, 61.4%
CMYK3%, 0%, 77%, 0%
HSV62.1°, 77.3%, 100.0%
LAB96.7, -23.4, 85.1
XYZ75.2, 91.8, 17.8
Decimal16318266
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.08:1
Text on #FFFFFF
FAIL
19.36:1
Text on #000000
AAA
1.04:1
Text on #F8FAFC
FAIL
16.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8FF3A;
}
.text-color {
color: #F8FF3A;
}
.border-color {
border: 2px solid #F8FF3A;
}