#f59310
a balanced, electric orange · warm · closest name: orange
RGB
245, 147, 16
HSL
34°, 92%, 51%
CMYK
0, 40, 94, 4
Luminance
0.4032
Every format
| HEX | #f59310 |
| RGB | rgb(245, 147, 16) |
| HSL | hsl(34, 92%, 51%) |
| CMYK | cmyk(0%, 40%, 94%, 4%) |
| LAB | lab(69.7 29.3 72.8) |
| LCH | lch(69.7 78.5 68.1) |
| OKLCH | oklch(0.750 0.167 63.9) |
Copy-ready code
/* CSS */
color: #f59310;
background-color: #f59310;
/* Tailwind (arbitrary) */
class="text-[#f59310] bg-[#f59310]"
/* SCSS */
$brand: #f59310;
/* SwiftUI */
Color(red: 0.961, green: 0.576, blue: 0.063)
/* Android */
Color.parseColor("#f59310")Accessibility — WCAG contrast
Aa
#f59310 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f59310 on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green57.6%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow93.5%
Key (black)3.9%
Color previews
#f59310 text on a black background
contrast 9.06:1
Card sample
#f59310 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f59310;
Background color
Panel with #f59310 background
background-color: #f59310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f59310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 147, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 147, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f59310; background: linear-gradient(135deg, #f59310, #BEF510);