#F0A050
A light, vivid orange closely aligning with Sandybrown.
About #F0A050
At its core, #F0A050 is a light and vivid hue. It is closely associated with the named CSS color Sandybrown. In the RGB color space, it consists of 240 red, 160 green, and 80 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 33% Magenta, 67% Yellow, and 6% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F0A050
RGB240, 160, 80
HSL30.0°, 84.2%, 62.7%
CMYK0%, 33%, 67%, 6%
HSV30.0°, 66.7%, 94.1%
LAB72.4, 22.5, 52.7
XYZ50.0, 44.2, 13.5
Decimal15769680
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.13:1
Text on #FFFFFF
FAIL
9.85:1
Text on #000000
AAA
2.04:1
Text on #F8FAFC
FAIL
8.37:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0A050;
}
.text-color {
color: #F0A050;
}
.border-color {
border: 2px solid #F0A050;
}