#F0BDA0
A light, vivid orange closely aligning with Peachpuff.
About #F0BDA0
The hex code #F0BDA0 represents a beautifully specific shade of orange. It is closely associated with the named CSS color Peachpuff. Its digital footprint relies on 240 parts red, 189 parts green, and 160 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 21% magenta inks. The HSL representation is 21.8° hue, 72.7% saturation, and 78.4% lightness.
Contrast ratios determine whether this color is safe for typography. 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#F0BDA0
RGB240, 189, 160
HSL21.8°, 72.7%, 78.4%
CMYK0%, 21%, 33%, 6%
HSV21.8°, 33.3%, 94.1%
LAB80.4, 14.4, 21.7
XYZ60.5, 57.5, 41.2
Decimal15777184
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.68:1
Text on #FFFFFF
FAIL
12.49:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0BDA0;
}
.text-color {
color: #F0BDA0;
}
.border-color {
border: 2px solid #F0BDA0;
}