#f28913
a balanced, electric orange · warm · closest name: orange
RGB
242, 137, 19
HSL
32°, 90%, 51%
CMYK
0, 43, 92, 5
Luminance
0.3682
Every format
| HEX | #f28913 |
| RGB | rgb(242, 137, 19) |
| HSL | hsl(32, 90%, 51%) |
| CMYK | cmyk(0%, 43%, 92%, 5%) |
| LAB | lab(67.1 33.3 70.3) |
| LCH | lch(67.1 77.7 64.6) |
| OKLCH | oklch(0.729 0.168 59.5) |
Copy-ready code
/* CSS */
color: #f28913;
background-color: #f28913;
/* Tailwind (arbitrary) */
class="text-[#f28913] bg-[#f28913]"
/* SCSS */
$brand: #f28913;
/* SwiftUI */
Color(red: 0.949, green: 0.537, blue: 0.075)
/* Android */
Color.parseColor("#f28913")Accessibility — WCAG contrast
Aa
#f28913 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f28913 on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green53.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta43.4%
Yellow92.1%
Key (black)5.1%
Color previews
#f28913 text on a black background
contrast 8.36:1
Card sample
#f28913 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f28913;
Background color
Panel with #f28913 background
background-color: #f28913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f28913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 137, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 137, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f28913; background: linear-gradient(135deg, #f28913, #C7F213);