#FFA824
A medium, vivid orange closely aligning with Orange.
About #FFA824
Visually, #FFA824 is defined as a vivid orange. If you're using CSS, you might find it aligns closely with Orange. In the RGB color space, it consists of 255 red, 168 green, and 36 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 34% Magenta, 86% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FFA824
RGB255, 168, 36
HSL36.2°, 100.0%, 57.1%
CMYK0%, 34%, 86%, 0%
HSV36.2°, 85.9%, 100.0%
LAB75.7, 22.8, 73.4
XYZ55.6, 49.4, 8.3
Decimal16754724
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.93:1
Text on #FFFFFF
FAIL
10.88:1
Text on #000000
AAA
1.85:1
Text on #F8FAFC
FAIL
9.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFA824;
}
.text-color {
color: #FFA824;
}
.border-color {
border: 2px solid #FFA824;
}