#F0AF66
A light, vivid orange closely aligning with Sandybrown.
About #F0AF66
Visually, #F0AF66 is defined as a vivid orange. Designers often compare it to the standard color Sandybrown. In the RGB color space, it consists of 240 red, 175 green, and 102 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 27% Magenta, 57% Yellow, and 6% Black. With a hue angle of 31.7 degrees, it sits comfortably in the orange spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F0AF66
RGB240, 175, 102
HSL31.7°, 82.1%, 67.1%
CMYK0%, 27%, 57%, 6%
HSV31.7°, 57.5%, 94.1%
LAB76.2, 16.0, 46.3
XYZ53.7, 50.1, 19.4
Decimal15773542
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.90:1
Text on #FFFFFF
FAIL
11.03:1
Text on #000000
AAA
1.82:1
Text on #F8FAFC
FAIL
9.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0AF66;
}
.text-color {
color: #F0AF66;
}
.border-color {
border: 2px solid #F0AF66;
}