Orange Red

#DE4102

Orange

Color Codes

All color formats for development

HEX
#DE4102
RGB
rgb(222, 65, 2)
HSL
hsl(17, 98%, 44%)
OKLCH
oklch(0.601 0.202 36.6)
CMYK
cmyk(0%, 71%, 99%, 13%)

Accessibility

WCAG contrast compliance

On White Background

4.32:1

AA AAA

On Black Background

4.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF4
100
#FFE6
200
#FED0
300
#FEAB
400
#FD80
500
#FD5C
600
#DE41
700
#B133
800
#7E25
900
#5117
950
#320F

Shades

Darker variations

1#C83A02
2#B23402
3#9C2D02
4#852701
5#6F2001
6#591A01
7#431301
8#2C0D00
9#160600

Tints

Lighter variations

1#FA4903
2#FD5C1D
3#FD7139
4#FD8555
5#FE9972
6#FEAE8E
7#FEC2AA
8#FED6C6
9#FFEBE3

Tones

Muted variations

1#D3450D
2#C84A18
3#BD4F23
4#B2542E
5#A75839
6#9C5D44
7#91624F
8#86675A
9#7B6B65

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF4
#FFF4F0
BackgroundsSubtle highlightsCard backgrounds
100
FFE6
#FFE6DC
Light backgroundsTable row hoverSkeleton loading
200
FED0
#FED0BD
Secondary backgroundsInput backgroundsDividers
300
FEAB
#FEAB8B
BordersInactive statesPlaceholder text
400
FD80
#FD804E
Disabled statesSecondary iconsMuted text
500
FD5C
#FD5C1C
Primary brand colorCTAsActive elementsLinks
600
DE41
#DE4102
Hover statesFocus ringsPrimary buttons hover
700
B133
#B13302
Active/pressed statesDark mode accentsSecondary text
800
7E25
#7E2501
Text on light backgroundsHeadingsStrong borders
900
5117
#511701
Primary textHigh emphasis contentDark headings
950
320F
#320F01
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --orange-red-50: #FFF4F0;
  --orange-red-100: #FFE6DC;
  --orange-red-200: #FED0BD;
  --orange-red-300: #FEAB8B;
  --orange-red-400: #FD804E;
  --orange-red-500: #FD5C1C;
  --orange-red-600: #DE4102;
  --orange-red-700: #B13302;
  --orange-red-800: #7E2501;
  --orange-red-900: #511701;
  --orange-red-950: #320F01;
}
Generate More ShadesCreate PaletteConvert Color