#FFB67C
A light, vivid orange closely aligning with Sandybrown.
About #FFB67C
At its core, #FFB67C is a light and vivid hue. It is closely associated with the named CSS color Sandybrown. In the RGB color space, it consists of 255 red, 182 green, and 124 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 29% magenta inks. 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. 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#FFB67C
RGB255, 182, 124
HSL26.6°, 100.0%, 74.3%
CMYK0%, 29%, 51%, 0%
HSV26.6°, 51.4%, 100.0%
LAB79.7, 20.2, 39.9
XYZ61.6, 56.2, 26.7
Decimal16758396
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.72:1
Text on #FFFFFF
FAIL
12.23:1
Text on #000000
AAA
1.64:1
Text on #F8FAFC
FAIL
10.40:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFB67C;
}
.text-color {
color: #FFB67C;
}
.border-color {
border: 2px solid #FFB67C;
}