#f39113
a balanced, electric orange · warm · closest name: orange
RGB
243, 145, 19
HSL
34°, 90%, 51%
CMYK
0, 40, 92, 5
Luminance
0.3935
Every format
| HEX | #f39113 |
| RGB | rgb(243, 145, 19) |
| HSL | hsl(34, 90%, 51%) |
| CMYK | cmyk(0%, 40%, 92%, 5%) |
| LAB | lab(69.0 29.6 71.6) |
| LCH | lch(69.0 77.5 67.6) |
| OKLCH | oklch(0.744 0.165 63.3) |
Copy-ready code
/* CSS */
color: #f39113;
background-color: #f39113;
/* Tailwind (arbitrary) */
class="text-[#f39113] bg-[#f39113]"
/* SCSS */
$brand: #f39113;
/* SwiftUI */
Color(red: 0.953, green: 0.569, blue: 0.075)
/* Android */
Color.parseColor("#f39113")Accessibility — WCAG contrast
Aa
#f39113 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f39113 on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green56.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta40.3%
Yellow92.2%
Key (black)4.7%
Color previews
#f39113 text on a black background
contrast 8.87:1
Card sample
#f39113 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f39113;
Background color
Panel with #f39113 background
background-color: #f39113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f39113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 145, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 145, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f39113; background: linear-gradient(135deg, #f39113, #C0F313);