#F8BD6D
A light, vivid orange closely aligning with Sandybrown.
About #F8BD6D
At its core, #F8BD6D is a light and vivid hue. Its closest recognized web color is Sandybrown. In the RGB color space, it consists of 248 red, 189 green, and 109 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 24% M, 56% Y, and 3% K. With a hue angle of 34.5 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#F8BD6D
RGB248, 189, 109
HSL34.5°, 90.8%, 70.0%
CMYK0%, 24%, 56%, 3%
HSV34.5°, 56.0%, 97.3%
LAB80.4, 12.5, 48.2
XYZ59.7, 57.5, 22.4
Decimal16301421
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: #F8BD6D;
}
.text-color {
color: #F8BD6D;
}
.border-color {
border: 2px solid #F8BD6D;
}