#fc9607
a balanced, electric orange · warm · closest name: orange
RGB
252, 150, 7
HSL
35°, 98%, 51%
CMYK
0, 41, 97, 1
Luminance
0.4252
Every format
| HEX | #fc9607 |
| RGB | rgb(252, 150, 7) |
| HSL | hsl(35, 98%, 51%) |
| CMYK | cmyk(0%, 41%, 97%, 1%) |
| LAB | lab(71.2 30.5 75.5) |
| LCH | lch(71.2 81.4 68.0) |
| OKLCH | oklch(0.763 0.172 63.7) |
Copy-ready code
/* CSS */
color: #fc9607;
background-color: #fc9607;
/* Tailwind (arbitrary) */
class="text-[#fc9607] bg-[#fc9607]"
/* SCSS */
$brand: #fc9607;
/* SwiftUI */
Color(red: 0.988, green: 0.588, blue: 0.027)
/* Android */
Color.parseColor("#fc9607")Accessibility — WCAG contrast
Aa
#fc9607 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc9607 on black: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green58.8%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta40.5%
Yellow97.2%
Key (black)1.2%
Color previews
#fc9607 text on a black background
contrast 9.50:1
Card sample
#fc9607 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc9607;
Background color
Panel with #fc9607 background
background-color: #fc9607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc9607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 150, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 150, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc9607; background: linear-gradient(135deg, #fc9607, #BFFC07);