#F8E25F
A light, vivid yellow closely aligning with Khaki.
About #F8E25F
When working with digital screens, the color #F8E25F is rendered by mixing light. It is closely associated with the named CSS color Khaki. This translates to an RGB value of rgb(248, 226, 95).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 9% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F8E25F
RGB248, 226, 95
HSL51.4°, 91.6%, 67.3%
CMYK0%, 9%, 62%, 3%
HSV51.4°, 61.7%, 97.3%
LAB89.5, -7.5, 64.9
XYZ68.0, 75.2, 21.8
Decimal16310879
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
16.04:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.63:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8E25F;
}
.text-color {
color: #F8E25F;
}
.border-color {
border: 2px solid #F8E25F;
}