Orange (Orange)
#F59E0B
RGB: 245, 158, 11
Color OverviewHEX #F59E0B

#F59E0B Color Code Information

In the RGB color space, #F59E0B is composed of 96% red, 62% green, and 4% blue. In the HSL color space, it has a hue of 38°, saturation of 92%, and lightness of 50%.

HEX
#F59E0B
RGB
245, 158, 11
HSL
38°, 92%, 50%
HSV
38°, 96%, 96%
CMYK
0%, 36%, 96%, 4%
Name Match
Orange
Closest Standard

Shades of #F59E0B (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #F59E0B (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #F59E0B (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #F59E0B

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #F59E0B Background
Contrast Ratio against Pure White (#FFFFFF):2.15 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #F59E0B Background
Contrast Ratio against Pure Black (#000000):9.78 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #F59E0B;
}

.element {
  color: #F59E0B;
  background-color: #F59E0B;
  border-color: #F59E0B;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#F59E0B] text-[#F59E0B] border-[#F59E0B]">
  Content styled with #F59E0B
</div>