HSL(25, 83%, 79%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(25,83%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(25, 83%, 79%) | color: hsl(25, 83%, 79%) | |
| HEX | #F6C29D | color: #F6C29D | |
| RGB | rgb(246, 194, 157) | color: rgb(246, 194, 157) | |
| CMYK | cmyk(0%, 21%, 36%, 4%) | — | |
| HSV | hsv(25, 36%, 96%) | — | |
| HWB | hwb(25 61% 4%) | color: hwb(25 61% 4%) | |
| OKLCH | oklch(0.8514 0.0774 56.89) | color: oklch(0.8514 0.0774 56.89) | |
| Lab | lab(82.17 13.69 25.72) | color: lab(82.17 13.69 25.72) | |
| LCH | lch(82.17 29.14 61.97) | color: lch(82.17 29.14 61.97) |
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)
#DFDFA6 — rgb(223, 223, 166)
Deuteranopia (Green-blind)
#E3E6A8 — rgb(227, 230, 168)
Tritanopia (Blue-blind)
#F3ADAF — rgb(243, 173, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(25, 83%, 79%);
text
color: hsl(25, 83%, 79%);
border
border: 2px solid hsl(25, 83%, 79%);
gradient light
background: linear-gradient(to right, hsl(25, 83%, 99%), hsl(25, 83%, 79%));
gradient dark
background: linear-gradient(to right, hsl(25, 83%, 79%), hsl(25, 83%, 59%))
hex
background-color: #F6C29D;
tailwind
bg-[hsl(25,83%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(25, 83%, 79%, 0.4);
css variable
--color-primary: hsl(25, 83%, 79%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(25, 83%, 79%)?
HEX: #F6C29D | RGB: rgb(246, 194, 157) | CMYK: 0%, 21%, 36%, 4% | HSV: 25°, 36%, 96%. Copy any format from the conversion table above.
What colors go well with #F6C29D?
The complementary color is HSL(205, 83%, 79%). For a triadic harmony, use hues 25°, 145°, and 265°. For analogous combinations, try hues 355° and 55°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(25, 83%, 79%) in CSS?
As HSL: color: hsl(25, 83%, 79%); — As HEX: color: #F6C29D; — As RGB: color: rgb(246, 194, 157); — Tailwind CSS: bg-[hsl(25,83%,79%)] — CSS variable: --color-primary: hsl(25, 83%, 79%);