#f28613
a balanced, electric orange · warm · closest name: orange
RGB
242, 134, 19
HSL
31°, 90%, 51%
CMYK
0, 45, 92, 5
Luminance
0.3597
Every format
| HEX | #f28613 |
| RGB | rgb(242, 134, 19) |
| HSL | hsl(31, 90%, 51%) |
| CMYK | cmyk(0%, 45%, 92%, 5%) |
| LAB | lab(66.5 34.8 69.8) |
| LCH | lch(66.5 78.0 63.5) |
| OKLCH | oklch(0.724 0.169 57.9) |
Copy-ready code
/* CSS */
color: #f28613;
background-color: #f28613;
/* Tailwind (arbitrary) */
class="text-[#f28613] bg-[#f28613]"
/* SCSS */
$brand: #f28613;
/* SwiftUI */
Color(red: 0.949, green: 0.525, blue: 0.075)
/* Android */
Color.parseColor("#f28613")Accessibility — WCAG contrast
Aa
#f28613 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f28613 on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green52.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta44.6%
Yellow92.1%
Key (black)5.1%
Color previews
#f28613 text on a black background
contrast 8.19:1
Card sample
#f28613 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f28613;
Background color
Panel with #f28613 background
background-color: #f28613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f28613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 134, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 134, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f28613; background: linear-gradient(135deg, #f28613, #CAF213);