#F8B683
A light, vivid orange closely aligning with Burlywood.
About #F8B683
Visually, #F8B683 is defined as a vivid orange. Designers often compare it to the standard color Burlywood. This translates to an RGB value of rgb(248, 182, 131).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 27% M, 47% Y, and 3% K. 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. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F8B683
RGB248, 182, 131
HSL26.2°, 89.3%, 74.3%
CMYK0%, 27%, 47%, 3%
HSV26.2°, 47.2%, 97.3%
LAB79.1, 18.0, 35.3
XYZ59.5, 55.1, 29.0
Decimal16299651
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.75:1
Text on #FFFFFF
FAIL
12.01:1
Text on #000000
AAA
1.67:1
Text on #F8FAFC
FAIL
10.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8B683;
}
.text-color {
color: #F8B683;
}
.border-color {
border: 2px solid #F8B683;
}