#F88A57
A light, vivid orange closely aligning with Coral.
About #F88A57
Visually, #F88A57 is defined as a vivid orange. Its closest recognized web color is Coral. Its digital footprint relies on 248 parts red, 138 parts green, and 87 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 44% Magenta, 65% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F88A57
RGB248, 138, 87
HSL19.0°, 92.0%, 65.7%
CMYK0%, 44%, 65%, 3%
HSV19.0°, 64.9%, 97.3%
LAB68.6, 37.6, 45.2
XYZ49.5, 38.8, 13.9
Decimal16288343
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.40:1
Text on #FFFFFF
FAIL
8.76:1
Text on #000000
AAA
2.29:1
Text on #F8FAFC
FAIL
7.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F88A57;
}
.text-color {
color: #F88A57;
}
.border-color {
border: 2px solid #F88A57;
}