Orange Red

#FD541C

Orange

Color Codes

All color formats for development

HEX
#FD541C
RGB
rgb(253, 84, 28)
HSL
hsl(15, 98%, 55%)
OKLCH
oklch(0.672 0.214 36.7)
CMYK
cmyk(0%, 67%, 89%, 1%)

Accessibility

WCAG contrast compliance

On White Background

3.25:1

AA AAA

On Black Background

6.46:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF4
100
#FFE4
200
#FECE
300
#FEA8
400
#FD7A
500
#FD54
600
#DE39
700
#B12E
800
#7E21
900
#5115
950
#320D

Shades

Darker variations

1#FA4003
2#DE3902
3#C23202
4#A72B02
5#8B2401
6#6F1D01
7#531501
8#380E01
9#1C0700

Tints

Lighter variations

1#FD6533
2#FD7649
3#FD8760
4#FE9877
5#FEAA8D
6#FEBBA4
7#FECCBB
8#FFDDD2
9#FFEEE8

Tones

Muted variations

1#F15A27
2#E65F32
3#DB653E
4#D06B49
5#C47054
6#B9765F
7#AE7B6B
8#A38176
9#978781

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF4
#FFF4F0
BackgroundsSubtle highlightsCard backgrounds
100
FFE4
#FFE4DC
Light backgroundsTable row hoverSkeleton loading
200
FECE
#FECEBD
Secondary backgroundsInput backgroundsDividers
300
FEA8
#FEA88B
BordersInactive statesPlaceholder text
400
FD7A
#FD7A4E
Disabled statesSecondary iconsMuted text
500
FD54
#FD541C
Primary brand colorCTAsActive elementsLinks
600
DE39
#DE3902
Hover statesFocus ringsPrimary buttons hover
700
B12E
#B12E02
Active/pressed statesDark mode accentsSecondary text
800
7E21
#7E2101
Text on light backgroundsHeadingsStrong borders
900
5115
#511501
Primary textHigh emphasis contentDark headings
950
320D
#320D01
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --orange-red-50: #FFF4F0;
  --orange-red-100: #FFE4DC;
  --orange-red-200: #FECEBD;
  --orange-red-300: #FEA88B;
  --orange-red-400: #FD7A4E;
  --orange-red-500: #FD541C;
  --orange-red-600: #DE3902;
  --orange-red-700: #B12E02;
  --orange-red-800: #7E2101;
  --orange-red-900: #511501;
  --orange-red-950: #320D01;
}
Generate More ShadesCreate PaletteConvert Color