HSL(18, 90%, 59%)

Vivid Orange — Orange color

Adjust Color

Color Information

Color Name

Vivid Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(18,90%,59%)]

Color Conversions

Format Value CSS Usage
HSL hsl(18, 90%, 59%) color: hsl(18, 90%, 59%)
HEX #F57138 color: #F57138
RGB rgb(245, 113, 56) color: rgb(245, 113, 56)
CMYK cmyk(0%, 54%, 77%, 4%)
HSV hsv(18, 77%, 96%)
HWB hwb(18 22% 4%) color: hwb(18 22% 4%)
OKLCH oklch(0.6983 0.1767 42.04) color: oklch(0.6983 0.1767 42.04)
Lab lab(62.94 47.35 54.15) color: lab(62.94 47.35 54.15)
LCH lch(62.94 71.93 48.83) color: lch(62.94 71.93 48.83)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 2.88:1
vs Black 7.3:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#BCBB46 — rgb(188, 187, 70)

Deuteranopia (Green-blind)

#C4CD49 — rgb(196, 205, 73)

Tritanopia (Blue-blind)

#EE5153 — rgb(238, 81, 83)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(18, 90%, 59%);

text

color: hsl(18, 90%, 59%);

border

border: 2px solid hsl(18, 90%, 59%);

gradient light

background: linear-gradient(to right, hsl(18, 90%, 79%), hsl(18, 90%, 59%));

gradient dark

background: linear-gradient(to right, hsl(18, 90%, 59%), hsl(18, 90%, 39%))

hex

background-color: #F57138;

tailwind

bg-[hsl(18,90%,59%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(18, 90%, 59%, 0.4);

css variable

--color-primary: hsl(18, 90%, 59%);

Related Colors

Use Cases for Vivid Orange

E-commerce CTAs Food & beverage branding Energetic UI elements Sale tags Sunset themes

Frequently Asked Questions

What are all the color codes for HSL(18, 90%, 59%)?

HEX: #F57138 | RGB: rgb(245, 113, 56) | CMYK: 0%, 54%, 77%, 4% | HSV: 18°, 77%, 96%. Copy any format from the conversion table above.

What colors go well with #F57138?

The complementary color is HSL(198, 90%, 59%). For a triadic harmony, use hues 18°, 138°, and 258°. For analogous combinations, try hues 348° and 48°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(18, 90%, 59%) in CSS?

As HSL: color: hsl(18, 90%, 59%); — As HEX: color: #F57138; — As RGB: color: rgb(245, 113, 56); — Tailwind CSS: bg-[hsl(18,90%,59%)] — CSS variable: --color-primary: hsl(18, 90%, 59%);