#fc9913
a balanced, electric orange · warm · closest name: orange
RGB
252, 153, 19
HSL
35°, 98%, 53%
CMYK
0, 39, 93, 1
Luminance
0.4352
Every format
| HEX | #fc9913 |
| RGB | rgb(252, 153, 19) |
| HSL | hsl(35, 98%, 53%) |
| CMYK | cmyk(0%, 39%, 93%, 1%) |
| LAB | lab(71.9 29.1 74.2) |
| LCH | lch(71.9 79.7 68.6) |
| OKLCH | oklch(0.769 0.169 64.7) |
Copy-ready code
/* CSS */
color: #fc9913;
background-color: #fc9913;
/* Tailwind (arbitrary) */
class="text-[#fc9913] bg-[#fc9913]"
/* SCSS */
$brand: #fc9913;
/* SwiftUI */
Color(red: 0.988, green: 0.600, blue: 0.075)
/* Android */
Color.parseColor("#fc9913")Accessibility — WCAG contrast
Aa
#fc9913 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc9913 on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green60.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta39.3%
Yellow92.5%
Key (black)1.2%
Color previews
#fc9913 text on a black background
contrast 9.70:1
Card sample
#fc9913 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc9913;
Background color
Panel with #fc9913 background
background-color: #fc9913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc9913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 153, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 153, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc9913; background: linear-gradient(135deg, #fc9913, #C4FC13);