#F8AF1D
A medium, vivid orange closely aligning with Orange.
About #F8AF1D
The precise color #F8AF1D is an excellent choice for modern design projects. Its closest recognized web color is Orange. This translates to an RGB value of rgb(248, 175, 29).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 29% M, 88% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F8AF1D
RGB248, 175, 29
HSL40.0°, 94.0%, 54.3%
CMYK0%, 29%, 88%, 3%
HSV40.0°, 88.3%, 97.3%
LAB76.5, 16.1, 75.4
XYZ54.3, 50.7, 8.1
Decimal16297757
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.88:1
Text on #FFFFFF
FAIL
11.14:1
Text on #000000
AAA
1.80:1
Text on #F8FAFC
FAIL
9.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8AF1D;
}
.text-color {
color: #F8AF1D;
}
.border-color {
border: 2px solid #F8AF1D;
}