#F8B675
A light, vivid orange closely aligning with Sandybrown.
About #F8B675
Visually, #F8B675 is defined as a vivid orange. If you're using CSS, you might find it aligns closely with Sandybrown. This translates to an RGB value of rgb(248, 182, 117).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 27% magenta inks. The HSL representation is 29.8° hue, 90.3% saturation, and 71.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F8B675
RGB248, 182, 117
HSL29.8°, 90.3%, 71.6%
CMYK0%, 27%, 53%, 3%
HSV29.8°, 52.8%, 97.3%
LAB78.9, 16.8, 42.3
XYZ58.7, 54.7, 24.3
Decimal16299637
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.94:1
Text on #000000
AAA
1.68:1
Text on #F8FAFC
FAIL
10.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8B675;
}
.text-color {
color: #F8B675;
}
.border-color {
border: 2px solid #F8B675;
}