Hex Color #F9003C - Custom Color
Color Codes
HEX
#F9003C
RGB
rgb(249, 0, 60)
HSL
hsl(346, 100%, 49%)
CMYK
cmyk(0%, 100%, 76%, 2%)
HSV
hsv(346, 100%, 98%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.12:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.09:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Recommended Text Color
For best readability on this background color, use white text.
Similar Colors
Color in Use
Card with colored border
Background with 20% opacity
CSS Code
.element {
background-color: #F9003C;
color: #F9003C;
border-color: #F9003C;
}
Tailwind CSS (with arbitrary values)
bg-[#F9003C]
text-[#F9003C]
border-[#F9003C]
// Example usage:
<div className="bg-[#F9003C]">