#F0AF83
A light, vivid orange closely aligning with Burlywood.
About #F0AF83
The hex code #F0AF83 represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Burlywood. This translates to an RGB value of rgb(240, 175, 131).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 27% M, 45% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F0AF83
RGB240, 175, 131
HSL24.2°, 78.4%, 72.7%
CMYK0%, 27%, 45%, 6%
HSV24.2°, 45.4%, 94.1%
LAB76.6, 18.6, 31.9
XYZ55.4, 50.8, 28.4
Decimal15773571
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.88:1
Text on #FFFFFF
FAIL
11.16:1
Text on #000000
AAA
1.80:1
Text on #F8FAFC
FAIL
9.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0AF83;
}
.text-color {
color: #F0AF83;
}
.border-color {
border: 2px solid #F0AF83;
}