#f56900
a balanced, electric orange · warm · closest name: chocolate
RGB
245, 105, 0
HSL
26°, 100%, 48%
CMYK
0, 57, 100, 4
Luminance
0.2952
Every format
| HEX | #f56900 |
| RGB | rgb(245, 105, 0) |
| HSL | hsl(26, 100%, 48%) |
| CMYK | cmyk(0%, 57%, 100%, 4%) |
| LAB | lab(61.2 50.0 69.9) |
| LCH | lch(61.2 86.0 54.4) |
| OKLCH | oklch(0.685 0.193 46.0) |
Copy-ready code
/* CSS */
color: #f56900;
background-color: #f56900;
/* Tailwind (arbitrary) */
class="text-[#f56900] bg-[#f56900]"
/* SCSS */
$brand: #f56900;
/* SwiftUI */
Color(red: 0.961, green: 0.412, blue: 0.000)
/* Android */
Color.parseColor("#f56900")Accessibility — WCAG contrast
Aa
#f56900 on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f56900 on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green41.2%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta57.1%
Yellow100.0%
Key (black)3.9%
Color previews
#f56900 text on a black background
contrast 6.90:1
Card sample
#f56900 text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f56900;
Background color
Panel with #f56900 background
background-color: #f56900;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f56900;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 105, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 105, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f56900; background: linear-gradient(135deg, #f56900, #DEF500);