#F8F85F
A light, vivid yellow closely aligning with Yellow.
About #F8F85F
Visually, #F8F85F is defined as a vivid yellow. It is closely associated with the named CSS color Yellow. This translates to an RGB value of rgb(248, 248, 95).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 0% magenta, 62% yellow, and 3% black. With a hue angle of 60.0 degrees, it sits comfortably in the yellow spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F8F85F
RGB248, 248, 95
HSL60.0°, 91.6%, 67.3%
CMYK0%, 0%, 62%, 3%
HSV60.0°, 61.7%, 97.3%
LAB95.1, -18.3, 71.0
XYZ74.3, 87.9, 23.9
Decimal16316511
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.13:1
Text on #FFFFFF
FAIL
18.58:1
Text on #000000
AAA
1.08:1
Text on #F8FAFC
FAIL
15.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8F85F;
}
.text-color {
color: #F8F85F;
}
.border-color {
border: 2px solid #F8F85F;
}