#F0A066
A light, vivid orange closely aligning with Sandybrown.
About #F0A066
Visually, #F0A066 is defined as a vivid orange. If you're using CSS, you might find it aligns closely with Sandybrown. In the RGB color space, it consists of 240 red, 160 green, and 102 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 33% M, 57% Y, and 6% K. With a hue angle of 25.2 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F0A066
RGB240, 160, 102
HSL25.2°, 82.1%, 67.1%
CMYK0%, 33%, 57%, 6%
HSV25.2°, 57.5%, 94.1%
LAB72.6, 24.0, 42.1
XYZ50.9, 44.6, 18.5
Decimal15769702
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.12:1
Text on #FFFFFF
FAIL
9.93:1
Text on #000000
AAA
2.02:1
Text on #F8FAFC
FAIL
8.44:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0A066;
}
.text-color {
color: #F0A066;
}
.border-color {
border: 2px solid #F0A066;
}