Fire Brick
#A83A0B
OrangeColor Codes
All color formats for development
HEX
#A83A0BRGB
rgb(168, 58, 11)HSL
hsl(18, 88%, 35%)OKLCH
oklch(0.501 0.154 39.2)CMYK
cmyk(0%, 65%, 93%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97340A
2#862E09
3#752807
4#652306
5#541D05
6#431704
7#321103
8#220C02
9#110601
Tints
Lighter variations
1#C7450D
2#E64F0F
3#F16225
4#F37944
5#F58F63
6#F7A582
7#F9BCA2
8#FBD2C1
9#FDE9E0
Tones
Muted variations
1#A03D13
2#98401A
3#904322
4#88462A
5#814A32
6#794D3A
7#715042
8#69534A
9#615651
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE7 #FDE7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBD2 #FBD2C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8B0 #F8B091 | BordersInactive statesPlaceholder text |
| 400 | F486 #F48657 | Disabled statesSecondary iconsMuted text |
| 500 | F164 #F16427 | Primary brand colorCTAsActive elementsLinks |
| 600 | D349 #D3490D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A83A #A83A0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7829 #782908 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D1A #4D1A05 | Primary textHigh emphasis contentDark headings |
| 950 | 3011 #301103 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF5F1;
--fire-brick-100: #FDE7DD;
--fire-brick-200: #FBD2C1;
--fire-brick-300: #F8B091;
--fire-brick-400: #F48657;
--fire-brick-500: #F16427;
--fire-brick-600: #D3490D;
--fire-brick-700: #A83A0B;
--fire-brick-800: #782908;
--fire-brick-900: #4D1A05;
--fire-brick-950: #301103;
}