#f45700
a balanced, electric orange · warm · closest name: tomato
RGB
244, 87, 0
HSL
21°, 100%, 48%
CMYK
0, 64, 100, 4
Luminance
0.2605
Every format
| HEX | #f45700 |
| RGB | rgb(244, 87, 0) |
| HSL | hsl(21, 100%, 48%) |
| CMYK | cmyk(0%, 64%, 100%, 4%) |
| LAB | lab(58.1 57.6 68.1) |
| LCH | lch(58.1 89.2 49.8) |
| OKLCH | oklch(0.660 0.206 40.4) |
Copy-ready code
/* CSS */
color: #f45700;
background-color: #f45700;
/* Tailwind (arbitrary) */
class="text-[#f45700] bg-[#f45700]"
/* SCSS */
$brand: #f45700;
/* SwiftUI */
Color(red: 0.957, green: 0.341, blue: 0.000)
/* Android */
Color.parseColor("#f45700")Accessibility — WCAG contrast
Aa
#f45700 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f45700 on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green34.1%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta64.3%
Yellow100.0%
Key (black)4.3%
Color previews
#f45700 text on a black background
contrast 6.21:1
Card sample
#f45700 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f45700;
Background color
Panel with #f45700 background
background-color: #f45700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f45700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 87, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 87, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f45700; background: linear-gradient(135deg, #f45700, #EEF400);