#F88A1D
A medium, vivid orange closely aligning with Darkorange.
About #F88A1D
When working with digital screens, the color #F88A1D is rendered by mixing light. Its closest recognized web color is Darkorange. Its digital footprint relies on 248 parts red, 138 parts green, and 29 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 44% magenta inks. With a hue angle of 29.9 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F88A1D
RGB248, 138, 29
HSL29.9°, 94.0%, 54.3%
CMYK0%, 44%, 88%, 3%
HSV29.9°, 88.3%, 97.3%
LAB68.2, 35.4, 69.0
XYZ48.0, 38.2, 6.0
Decimal16288285
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.43:1
Text on #FFFFFF
FAIL
8.64:1
Text on #000000
AAA
2.32:1
Text on #F8FAFC
FAIL
7.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F88A1D;
}
.text-color {
color: #F88A1D;
}
.border-color {
border: 2px solid #F88A1D;
}