#FFA066
A light, vivid orange closely aligning with Sandybrown.
About #FFA066
Visually, #FFA066 is defined as a vivid orange. Its closest recognized web color is Sandybrown. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 160, and 102.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 37% magenta, 60% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FFA066
RGB255, 160, 102
HSL22.7°, 100.0%, 70.0%
CMYK0%, 37%, 60%, 0%
HSV22.7°, 60.0%, 100.0%
LAB74.4, 29.9, 44.6
XYZ56.2, 47.4, 18.7
Decimal16752742
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.01:1
Text on #FFFFFF
FAIL
10.47:1
Text on #000000
AAA
1.92:1
Text on #F8FAFC
FAIL
8.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFA066;
}
.text-color {
color: #FFA066;
}
.border-color {
border: 2px solid #FFA066;
}