#f29513
a balanced, electric orange · warm · closest name: orange
RGB
242, 149, 19
HSL
35°, 90%, 51%
CMYK
0, 38, 92, 5
Luminance
0.4042
Every format
| HEX | #f29513 |
| RGB | rgb(242, 149, 19) |
| HSL | hsl(35, 90%, 51%) |
| CMYK | cmyk(0%, 38%, 92%, 5%) |
| LAB | lab(69.8 27.1 72.1) |
| LCH | lch(69.8 77.0 69.4) |
| OKLCH | oklch(0.749 0.163 65.8) |
Copy-ready code
/* CSS */
color: #f29513;
background-color: #f29513;
/* Tailwind (arbitrary) */
class="text-[#f29513] bg-[#f29513]"
/* SCSS */
$brand: #f29513;
/* SwiftUI */
Color(red: 0.949, green: 0.584, blue: 0.075)
/* Android */
Color.parseColor("#f29513")Accessibility — WCAG contrast
Aa
#f29513 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f29513 on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green58.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta38.4%
Yellow92.1%
Key (black)5.1%
Color previews
#f29513 text on a black background
contrast 9.08:1
Card sample
#f29513 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f29513;
Background color
Panel with #f29513 background
background-color: #f29513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f29513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 149, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 149, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f29513; background: linear-gradient(135deg, #f29513, #BAF213);