#FF8000 Color

Inspect #FF8000 across formats, palettes, contrast and closest named color matches.

Color preview

#FF8000

Color formats

HEX
#FF8000
RGB
rgb(255, 128, 0)
RGBA
rgba(255, 128, 0, 1)
HSL
hsl(30, 100%, 50%)
HSV
hsv(30, 100%, 100%)
CMYK
cmyk(0%, 50%, 100%, 0%)
CSS variable
--color-primary: #FF8000;
Lowercase HEX
#ff8000

Shades

Tints

Tones

Harmony

CSS snippets for #FF8000

.color-ff8000 {
  color: #FF8000;
  background-color: #FF8000;
}

Frequently asked questions

What color is #FF8000?+

#FF8000 is a HEX color with RGB value rgb(255, 128, 0) and HSL value hsl(30, 100%, 50%). Its closest CSS named color is DarkOrange.

What is the closest Tailwind color to #FF8000?+

The closest Tailwind color is orange-500, available as the bg-orange-500 utility class.

Can I use this color in CSS?+

Yes. You can use the HEX, RGB, HSL or CSS variable output directly in CSS.

Related tools