#f0a310
a balanced, electric orange · warm · closest name: orange
RGB
240, 163, 16
HSL
39°, 88%, 50%
CMYK
0, 32, 93, 6
Luminance
0.4476
Every format
| HEX | #f0a310 |
| RGB | rgb(240, 163, 16) |
| HSL | hsl(39, 88%, 50%) |
| CMYK | cmyk(0%, 32%, 93%, 6%) |
| LAB | lab(72.7 18.8 74.7) |
| LCH | lch(72.7 77.0 75.9) |
| OKLCH | oklch(0.772 0.161 74.5) |
Copy-ready code
/* CSS */
color: #f0a310;
background-color: #f0a310;
/* Tailwind (arbitrary) */
class="text-[#f0a310] bg-[#f0a310]"
/* SCSS */
$brand: #f0a310;
/* SwiftUI */
Color(red: 0.941, green: 0.639, blue: 0.063)
/* Android */
Color.parseColor("#f0a310")Accessibility — WCAG contrast
Aa
#f0a310 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0a310 on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green63.9%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta32.1%
Yellow93.3%
Key (black)5.9%
Color previews
#f0a310 text on a black background
contrast 9.95:1
Card sample
#f0a310 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0a310;
Background color
Panel with #f0a310 background
background-color: #f0a310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0a310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 163, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 163, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0a310; background: linear-gradient(135deg, #f0a310, #A8F010);