#F8BD75
A light, vivid orange closely aligning with Sandybrown.
About #F8BD75
At its core, #F8BD75 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Sandybrown. This translates to an RGB value of rgb(248, 189, 117).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 24% M, 53% Y, and 3% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F8BD75
RGB248, 189, 117
HSL33.0°, 90.3%, 71.6%
CMYK0%, 24%, 53%, 3%
HSV33.0°, 52.8%, 97.3%
LAB80.5, 13.1, 44.3
XYZ60.1, 57.6, 24.8
Decimal16301429
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.68:1
Text on #FFFFFF
FAIL
12.53:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8BD75;
}
.text-color {
color: #F8BD75;
}
.border-color {
border: 2px solid #F8BD75;
}