#fd910c
a balanced, electric orange · warm · closest name: orange
RGB
253, 145, 12
HSL
33°, 98%, 52%
CMYK
0, 43, 95, 1
Luminance
0.4116
Every format
| HEX | #fd910c |
| RGB | rgb(253, 145, 12) |
| HSL | hsl(33, 98%, 52%) |
| CMYK | cmyk(0%, 43%, 95%, 1%) |
| LAB | lab(70.3 33.6 74.3) |
| LCH | lch(70.3 81.5 65.7) |
| OKLCH | oklch(0.756 0.174 60.7) |
Copy-ready code
/* CSS */
color: #fd910c;
background-color: #fd910c;
/* Tailwind (arbitrary) */
class="text-[#fd910c] bg-[#fd910c]"
/* SCSS */
$brand: #fd910c;
/* SwiftUI */
Color(red: 0.992, green: 0.569, blue: 0.047)
/* Android */
Color.parseColor("#fd910c")Accessibility — WCAG contrast
Aa
#fd910c on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd910c on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green56.9%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta42.7%
Yellow95.3%
Key (black)0.8%
Color previews
#fd910c text on a black background
contrast 9.23:1
Card sample
#fd910c text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd910c;
Background color
Panel with #fd910c background
background-color: #fd910c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd910c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 145, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 145, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd910c; background: linear-gradient(135deg, #fd910c, #C8FD0C);