Orange Red (Orange)
#F5290A
RGB: 245, 41, 10
Color OverviewHEX #F5290A

#F5290A Color Code Information

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

HEX
#F5290A
RGB
245, 41, 10
HSL
8°, 92%, 50%
HSV
8°, 96%, 96%
CMYK
0%, 83%, 96%, 4%
Name Match
Orange Red
Closest Standard

Shades of #F5290A (Darker Variations)

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

Tints of #F5290A (Lighter Variations)

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

Tones of #F5290A (Muted Variations)

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

Color Harmonies for #F5290A

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 #F5290A Background
Contrast Ratio against Pure White (#FFFFFF):4.04 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #F5290A Background
Contrast Ratio against Pure Black (#000000):5.2 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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