#FFAF66
A light, vivid orange closely aligning with Sandybrown.
About #FFAF66
At its core, #FFAF66 is a light and vivid hue. Its closest recognized web color is Sandybrown. Its digital footprint relies on 255 parts red, 175 parts green, and 102 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 31% Magenta, 60% Yellow, and 0% Black. 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. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FFAF66
RGB255, 175, 102
HSL28.6°, 100.0%, 70.0%
CMYK0%, 31%, 60%, 0%
HSV28.6°, 60.0%, 100.0%
LAB77.8, 22.1, 48.7
XYZ59.0, 52.9, 19.7
Decimal16756582
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.81:1
Text on #FFFFFF
FAIL
11.58:1
Text on #000000
AAA
1.73:1
Text on #F8FAFC
FAIL
9.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFAF66;
}
.text-color {
color: #FFAF66;
}
.border-color {
border: 2px solid #FFAF66;
}