#f59c01
a balanced, electric orange · warm · closest name: orange
RGB
245, 156, 1
HSL
38°, 99%, 48%
CMYK
0, 36, 100, 4
Luminance
0.4319
Every format
| HEX | #f59c01 |
| RGB | rgb(245, 156, 1) |
| HSL | hsl(38, 99%, 48%) |
| CMYK | cmyk(0%, 36%, 100%, 4%) |
| LAB | lab(71.7 24.5 76.1) |
| LCH | lch(71.7 80.0 72.2) |
| OKLCH | oklch(0.765 0.166 69.4) |
Copy-ready code
/* CSS */
color: #f59c01;
background-color: #f59c01;
/* Tailwind (arbitrary) */
class="text-[#f59c01] bg-[#f59c01]"
/* SCSS */
$brand: #f59c01;
/* SwiftUI */
Color(red: 0.961, green: 0.612, blue: 0.004)
/* Android */
Color.parseColor("#f59c01")Accessibility — WCAG contrast
Aa
#f59c01 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f59c01 on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green61.2%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta36.3%
Yellow99.6%
Key (black)3.9%
Color previews
#f59c01 text on a black background
contrast 9.64:1
Card sample
#f59c01 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f59c01;
Background color
Panel with #f59c01 background
background-color: #f59c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f59c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 156, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 156, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f59c01; background: linear-gradient(135deg, #f59c01, #ABF501);