#F0B666
A light, vivid orange closely aligning with Sandybrown.
About #F0B666
The hex code #F0B666 represents a beautifully specific shade of orange. It is closely associated with the named CSS color Sandybrown. This translates to an RGB value of rgb(240, 182, 102).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 24% magenta, 57% yellow, and 6% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F0B666
RGB240, 182, 102
HSL34.8°, 82.1%, 67.1%
CMYK0%, 24%, 57%, 6%
HSV34.8°, 57.5%, 94.1%
LAB77.8, 12.3, 48.3
XYZ55.1, 52.9, 19.9
Decimal15775334
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.81:1
Text on #FFFFFF
FAIL
11.59:1
Text on #000000
AAA
1.73:1
Text on #F8FAFC
FAIL
9.85:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0B666;
}
.text-color {
color: #F0B666;
}
.border-color {
border: 2px solid #F0B666;
}