HSL(37, 100%, 63%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(37,100%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(37, 100%, 63%) | color: hsl(37, 100%, 63%) | |
| HEX | #FFB742 | color: #FFB742 | |
| RGB | rgb(255, 183, 66) | color: rgb(255, 183, 66) | |
| CMYK | cmyk(0%, 28%, 74%, 0%) | — | |
| HSV | hsv(37, 74%, 100%) | — | |
| HWB | hwb(37 26% 0%) | color: hwb(37 26% 0%) | |
| OKLCH | oklch(0.8278 0.1515 75.36) | color: oklch(0.8278 0.1515 75.36) | |
| Lab | lab(79.34 15.95 66.53) | color: lab(79.34 15.95 66.53) | |
| LCH | lch(79.34 68.42 76.52) | color: lch(79.34 68.42 76.52) |
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)
#E0DF5E — rgb(224, 223, 94)
Deuteranopia (Green-blind)
#E4E965 — rgb(228, 233, 101)
Tritanopia (Blue-blind)
#FB757A — rgb(251, 117, 122)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(37, 100%, 63%);
text
color: hsl(37, 100%, 63%);
border
border: 2px solid hsl(37, 100%, 63%);
gradient light
background: linear-gradient(to right, hsl(37, 100%, 83%), hsl(37, 100%, 63%));
gradient dark
background: linear-gradient(to right, hsl(37, 100%, 63%), hsl(37, 100%, 43%))
hex
background-color: #FFB742;
tailwind
bg-[hsl(37,100%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(37, 100%, 63%, 0.4);
css variable
--color-primary: hsl(37, 100%, 63%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(37, 100%, 63%)?
HEX: #FFB742 | RGB: rgb(255, 183, 66) | CMYK: 0%, 28%, 74%, 0% | HSV: 37°, 74%, 100%. Copy any format from the conversion table above.
What colors go well with #FFB742?
The complementary color is HSL(217, 100%, 63%). For a triadic harmony, use hues 37°, 157°, and 277°. For analogous combinations, try hues 7° and 67°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(37, 100%, 63%) in CSS?
As HSL: color: hsl(37, 100%, 63%); — As HEX: color: #FFB742; — As RGB: color: rgb(255, 183, 66); — Tailwind CSS: bg-[hsl(37,100%,63%)] — CSS variable: --color-primary: hsl(37, 100%, 63%);