HSL(12, 90%, 62%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(12,90%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(12, 90%, 62%) | color: hsl(12, 90%, 62%) | |
| HEX | #F56A47 | color: #F56A47 | |
| RGB | rgb(245, 106, 71) | color: rgb(245, 106, 71) | |
| CMYK | cmyk(0%, 57%, 71%, 4%) | — | |
| HSV | hsv(12, 71%, 96%) | — | |
| HWB | hwb(12 28% 4%) | color: hwb(12 28% 4%) | |
| OKLCH | oklch(0.6902 0.1786 35.28) | color: oklch(0.6902 0.1786 35.28) | |
| Lab | lab(61.81 51.26 45.54) | color: lab(61.81 51.26 45.54) | |
| LCH | lch(61.81 68.57 41.62) | color: lch(61.81 68.57 41.62) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#B9B84F — rgb(185, 184, 79)
Deuteranopia (Green-blind)
#C1CB52 — rgb(193, 203, 82)
Tritanopia (Blue-blind)
#EE5658 — rgb(238, 86, 88)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(12, 90%, 62%);
text
color: hsl(12, 90%, 62%);
border
border: 2px solid hsl(12, 90%, 62%);
gradient light
background: linear-gradient(to right, hsl(12, 90%, 82%), hsl(12, 90%, 62%));
gradient dark
background: linear-gradient(to right, hsl(12, 90%, 62%), hsl(12, 90%, 42%))
hex
background-color: #F56A47;
tailwind
bg-[hsl(12,90%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(12, 90%, 62%, 0.4);
css variable
--color-primary: hsl(12, 90%, 62%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(12, 90%, 62%)?
HEX: #F56A47 | RGB: rgb(245, 106, 71) | CMYK: 0%, 57%, 71%, 4% | HSV: 12°, 71%, 96%. Copy any format from the conversion table above.
What colors go well with #F56A47?
The complementary color is HSL(192, 90%, 62%). For a triadic harmony, use hues 12°, 132°, and 252°. For analogous combinations, try hues 342° and 42°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(12, 90%, 62%) in CSS?
As HSL: color: hsl(12, 90%, 62%); — As HEX: color: #F56A47; — As RGB: color: rgb(245, 106, 71); — Tailwind CSS: bg-[hsl(12,90%,62%)] — CSS variable: --color-primary: hsl(12, 90%, 62%);