#F8E275
A light, vivid yellow closely aligning with Khaki.
About #F8E275
When working with digital screens, the color #F8E275 is rendered by mixing light. Its closest recognized web color is Khaki. In the RGB color space, it consists of 248 red, 226 green, and 117 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 9% Magenta, 53% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F8E275
RGB248, 226, 117
HSL49.9°, 90.3%, 71.6%
CMYK0%, 9%, 53%, 3%
HSV49.9°, 52.8%, 97.3%
LAB89.7, -5.9, 55.4
XYZ69.1, 75.6, 27.8
Decimal16310901
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.30:1
Text on #FFFFFF
FAIL
16.13:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8E275;
}
.text-color {
color: #F8E275;
}
.border-color {
border: 2px solid #F8E275;
}