#fcaa13
a balanced, electric orange · warm · closest name: orange
RGB
252, 170, 19
HSL
39°, 98%, 53%
CMYK
0, 33, 93, 1
Luminance
0.4949
Every format
| HEX | #fcaa13 |
| RGB | rgb(252, 170, 19) |
| HSL | hsl(39, 98%, 53%) |
| CMYK | cmyk(0%, 33%, 93%, 1%) |
| LAB | lab(75.8 20.2 77.0) |
| LCH | lch(75.8 79.6 75.3) |
| OKLCH | oklch(0.798 0.166 73.7) |
Copy-ready code
/* CSS */
color: #fcaa13;
background-color: #fcaa13;
/* Tailwind (arbitrary) */
class="text-[#fcaa13] bg-[#fcaa13]"
/* SCSS */
$brand: #fcaa13;
/* SwiftUI */
Color(red: 0.988, green: 0.667, blue: 0.075)
/* Android */
Color.parseColor("#fcaa13")Accessibility — WCAG contrast
Aa
#fcaa13 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcaa13 on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green66.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow92.5%
Key (black)1.2%
Color previews
#fcaa13 text on a black background
contrast 10.90:1
Card sample
#fcaa13 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcaa13;
Background color
Panel with #fcaa13 background
background-color: #fcaa13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcaa13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 170, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 170, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcaa13; background: linear-gradient(135deg, #fcaa13, #B3FC13);