#F0AF3A
A medium, vivid orange closely aligning with Goldenrod.
About #F0AF3A
When working with digital screens, the color #F0AF3A is rendered by mixing light. It is closely associated with the named CSS color Goldenrod. In the RGB color space, it consists of 240 red, 175 green, and 58 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 27% Magenta, 76% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#F0AF3A
RGB240, 175, 58
HSL38.6°, 85.8%, 58.4%
CMYK0%, 27%, 76%, 6%
HSV38.6°, 75.8%, 94.1%
LAB75.8, 13.5, 65.6
XYZ52.0, 49.5, 10.8
Decimal15773498
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.93:1
Text on #FFFFFF
FAIL
10.90:1
Text on #000000
AAA
1.84:1
Text on #F8FAFC
FAIL
9.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0AF3A;
}
.text-color {
color: #F0AF3A;
}
.border-color {
border: 2px solid #F0AF3A;
}