#fda316
a balanced, electric orange · warm · closest name: orange
RGB
253, 163, 22
HSL
37°, 98%, 54%
CMYK
0, 36, 91, 1
Luminance
0.4713
Every format
| HEX | #fda316 |
| RGB | rgb(253, 163, 22) |
| HSL | hsl(37, 98%, 54%) |
| CMYK | cmyk(0%, 36%, 91%, 1%) |
| LAB | lab(74.3 24.4 75.4) |
| LCH | lch(74.3 79.3 72.1) |
| OKLCH | oklch(0.787 0.167 69.4) |
Copy-ready code
/* CSS */
color: #fda316;
background-color: #fda316;
/* Tailwind (arbitrary) */
class="text-[#fda316] bg-[#fda316]"
/* SCSS */
$brand: #fda316;
/* SwiftUI */
Color(red: 0.992, green: 0.639, blue: 0.086)
/* Android */
Color.parseColor("#fda316")Accessibility — WCAG contrast
Aa
#fda316 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda316 on black: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green63.9%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta35.6%
Yellow91.3%
Key (black)0.8%
Color previews
#fda316 text on a black background
contrast 10.43:1
Card sample
#fda316 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda316;
Background color
Panel with #fda316 background
background-color: #fda316;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda316;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 163, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 163, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda316; background: linear-gradient(135deg, #fda316, #BDFD16);