Hex Color #FE850B - Custom Color

Color Codes

HEX
#FE850B
RGB
rgb(254, 133, 11)
HSL
hsl(30, 99%, 52%)
CMYK
cmyk(0%, 48%, 96%, 0%)
HSV
hsv(30, 96%, 100%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 2.45:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 8.57:1
Pass - WCAG AA (Normal Text)
Pass - 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: #FE850B;
color: #FE850B;
border-color: #FE850B;
}

Tailwind CSS (with arbitrary values)

bg-[#FE850B]
text-[#FE850B]
border-[#FE850B]
// Example usage:
<div className="bg-[#FE850B]">