#ff9012
a balanced, electric orange · warm · closest name: orange
RGB
255, 144, 18
HSL
32°, 100%, 54%
CMYK
0, 44, 93, 0
Luminance
0.4125
Every format
| HEX | #ff9012 |
| RGB | rgb(255, 144, 18) |
| HSL | hsl(32, 100%, 54%) |
| CMYK | cmyk(0%, 44%, 93%, 0%) |
| LAB | lab(70.4 35.0 73.5) |
| LCH | lch(70.4 81.4 64.6) |
| OKLCH | oklch(0.757 0.175 59.3) |
Copy-ready code
/* CSS */
color: #ff9012;
background-color: #ff9012;
/* Tailwind (arbitrary) */
class="text-[#ff9012] bg-[#ff9012]"
/* SCSS */
$brand: #ff9012;
/* SwiftUI */
Color(red: 1.000, green: 0.565, blue: 0.071)
/* Android */
Color.parseColor("#ff9012")Accessibility — WCAG contrast
Aa
#ff9012 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff9012 on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green56.5%
Blue7.1%
CMYK percentages
Cyan0.0%
Magenta43.5%
Yellow92.9%
Key (black)0.0%
Color previews
#ff9012 text on a black background
contrast 9.25:1
Card sample
#ff9012 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff9012;
Background color
Panel with #ff9012 background
background-color: #ff9012;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff9012;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 144, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 144, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff9012; background: linear-gradient(135deg, #ff9012, #D0FF12);