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