#FFF075
A light, vivid yellow closely aligning with Khaki.
About #FFF075
When working with digital screens, the color #FFF075 is rendered by mixing light. Designers often compare it to the standard color Khaki. This translates to an RGB value of rgb(255, 240, 117).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 6% M, 54% Y, and 0% K. With a hue angle of 53.5 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FFF075
RGB255, 240, 117
HSL53.5°, 100.0%, 72.9%
CMYK0%, 6%, 54%, 0%
HSV53.5°, 54.1%, 100.0%
LAB93.8, -10.1, 60.3
XYZ75.6, 84.9, 29.2
Decimal16773237
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.17:1
Text on #FFFFFF
FAIL
17.97:1
Text on #000000
AAA
1.12:1
Text on #F8FAFC
FAIL
15.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFF075;
}
.text-color {
color: #FFF075;
}
.border-color {
border: 2px solid #FFF075;
}