Shades of Fiery Orange #AD602E
Tints of Fiery Orange #AD602E
RGB
CMYK
RGB Variations
Color information
#AD602E (or 0xAD602E) is known color: Fiery Orange. HEX triplet: AD, 60 and 2E. RGB value is (173,96,46). Sum of RGB (Red+Green+Blue) = 173+96+46=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD602E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD602E is #529FD1. Grayscale: #717171. Windows color (decimal): -5414866 or 3039405. OLE color: 3039405.
HSL color Cylindrical-coordinate representation of color #AD602E: hue angle of 23.62º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD602E is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 46 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.32 |
| HSL | 23.62º | 0.58% | 0.43% | - |
| HSV(B) | 23.62º | 0.73% | 0.68% | - |
| XYZ | 21.91 | 17.45 | 4.8 | - |
| YUV | 113.32 | 90.01 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 46 | 0 | 0.45 | 0.73 | 0.32 | 23.62 | 0.58 | 0.43 |
| Hex | AD | 60 | 2E | 0 | 2D | 49 | 20 | 18 | 3A | 2B |
| Octal | 255 | 140 | 56 | 0 | 55 | 111 | 40 | 30 | 72 | 53 |
| Binary | 10101101 | 1100000 | 101110 | 0 | 101101 | 1001001 | 100000 | 11000 | 111010 | 101011 |
Color Harmonies of #AD602E
Complementary color
Monochromatic Colors of #AD602E
Black with #AD602E
Text Example
Text Example
White with #AD602E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD602E; }
p { color: rgb(173,96,46); }
H1.HeaderClassName
{
color: #AD602E;
}
.AnyTagClassName
{
color: #AD602E;
}
</style>
background-color css
<style>
a { background-color: #AD602E; }
a { background-color: rgb(173,96,46); }
div.DivClassName
{
background-color: #AD602E;
}
.BgClassName
{
background-color: #AD602E;
}
</style>
border-color css
<style>
span { border-color: #AD602E; }
span { border-color: rgb(173,96,46); }
td.TdClassName
{
border-color: #AD602E;
}
.TagClassName
{
border-color: #AD602E;
}
</style>