Orange Red

#FF661A

Orange

Color Codes

All color formats for development

HEX
#FF661A
RGB
rgb(255, 102, 26)
HSL
hsl(20, 100%, 55%)
OKLCH
oklch(0.696 0.202 41.7)
CMYK
cmyk(0%, 60%, 90%, 0%)

Accessibility

WCAG contrast compliance

On White Background

2.93:1

AA AAA

On Black Background

7.17:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF5
100
#FFE7
200
#FFD3
300
#FFB1
400
#FF88
500
#FF66
600
#E04B
700
#B33B
800
#802A
900
#521B
950
#3311

Shades

Darker variations

1#FC5400
2#E04B00
3#C44100
4#A83800
5#8C2F00
6#702500
7#541C00
8#381300
9#1C0900

Tints

Lighter variations

1#FF7530
2#FF8547
3#FF945E
4#FFA375
5#FFB38C
6#FFC2A3
7#FFD1BA
8#FFE0D1
9#FFF0E8

Tones

Muted variations

1#F46A25
2#E86E30
3#DD713C
4#D17547
5#C67953
6#BA7D5E
7#AF816A
8#A38575
9#988881

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF5
#FFF5F0
BackgroundsSubtle highlightsCard backgrounds
100
FFE7
#FFE7DB
Light backgroundsTable row hoverSkeleton loading
200
FFD3
#FFD3BD
Secondary backgroundsInput backgroundsDividers
300
FFB1
#FFB18A
BordersInactive statesPlaceholder text
400
FF88
#FF884D
Disabled statesSecondary iconsMuted text
500
FF66
#FF661A
Primary brand colorCTAsActive elementsLinks
600
E04B
#E04B00
Hover statesFocus ringsPrimary buttons hover
700
B33B
#B33B00
Active/pressed statesDark mode accentsSecondary text
800
802A
#802A00
Text on light backgroundsHeadingsStrong borders
900
521B
#521B00
Primary textHigh emphasis contentDark headings
950
3311
#331100
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --orange-red-50: #FFF5F0;
  --orange-red-100: #FFE7DB;
  --orange-red-200: #FFD3BD;
  --orange-red-300: #FFB18A;
  --orange-red-400: #FF884D;
  --orange-red-500: #FF661A;
  --orange-red-600: #E04B00;
  --orange-red-700: #B33B00;
  --orange-red-800: #802A00;
  --orange-red-900: #521B00;
  --orange-red-950: #331100;
}
Generate More ShadesCreate PaletteConvert Color