#fda40c
a balanced, electric orange · warm · “orange”
RGB
253, 164, 12
HSL
38°, 98%, 52%
CMYK
0, 35, 95, 1
Luminance
0.4746
Every format
| HEX | #fda40c |
| RGB | rgb(253, 164, 12) |
| HSL | hsl(38, 98%, 52%) |
| CMYK | cmyk(0%, 35%, 95%, 1%) |
| LAB | lab(74.5 23.7 77.2) |
| LCH | lch(74.5 80.7 72.9) |
| OKLCH | oklch(0.789 0.169 70.4) |
Copy-ready code
/* CSS */
color: #fda40c;
background-color: #fda40c;
/* Tailwind (arbitrary) */
class="text-[#fda40c] bg-[#fda40c]"
/* SCSS */
$brand: #fda40c;
/* SwiftUI */
Color(red: 0.992, green: 0.643, blue: 0.047)
/* Android */
Color.parseColor("#fda40c")Accessibility — WCAG contrast
Aa
#fda40c on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda40c on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green64.3%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta35.2%
Yellow95.3%
Key (black)0.8%
Color previews
#fda40c text on a black background
contrast 10.49:1
Card sample
#fda40c text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda40c;
Background color
Panel with #fda40c background
background-color: #fda40c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda40c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 164, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 164, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda40c; background: linear-gradient(135deg, #fda40c, #B6FD0C);