#F0A057
A light, vivid orange closely aligning with Sandybrown.
About #F0A057
The precise color #F0A057 is an excellent choice for modern design projects. 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 87 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, 64% Y, and 6% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F0A057
RGB240, 160, 87
HSL28.6°, 83.6%, 64.1%
CMYK0%, 33%, 64%, 6%
HSV28.6°, 63.7%, 94.1%
LAB72.5, 22.9, 49.4
XYZ50.2, 44.4, 14.9
Decimal15769687
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.13:1
Text on #FFFFFF
FAIL
9.87:1
Text on #000000
AAA
2.03:1
Text on #F8FAFC
FAIL
8.39:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0A057;
}
.text-color {
color: #F0A057;
}
.border-color {
border: 2px solid #F0A057;
}