#F0BD66
A light, vivid orange closely aligning with Sandybrown.
About #F0BD66
When working with digital screens, the color #F0BD66 is rendered by mixing light. Designers often compare it to the standard color Sandybrown. In the RGB color space, it consists of 240 red, 189 green, and 102 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 21% M, 57% 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F0BD66
RGB240, 189, 102
HSL37.8°, 82.1%, 67.1%
CMYK0%, 21%, 57%, 6%
HSV37.8°, 57.5%, 94.1%
LAB79.5, 8.7, 50.3
XYZ56.5, 55.9, 20.4
Decimal15777126
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.72:1
Text on #FFFFFF
FAIL
12.18:1
Text on #000000
AAA
1.65:1
Text on #F8FAFC
FAIL
10.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0BD66;
}
.text-color {
color: #F0BD66;
}
.border-color {
border: 2px solid #F0BD66;
}