Shades of Fiery Orange #AD602D
Tints of Fiery Orange #AD602D
RGB
CMYK
RGB Variations
Color information
#AD602D (or 0xAD602D) is known color: Fiery Orange. HEX triplet: AD, 60 and 2D. RGB value is (173,96,45). Sum of RGB (Red+Green+Blue) = 173+96+45=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD602D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD602D is #529FD2. Grayscale: #717171. Windows color (decimal): -5414867 or 2973869. OLE color: 2973869.
HSL color Cylindrical-coordinate representation of color #AD602D: hue angle of 23.91º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD602D is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 45 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.32 |
| HSL | 23.91º | 0.59% | 0.43% | - |
| HSV(B) | 23.91º | 0.74% | 0.68% | - |
| XYZ | 21.89 | 17.44 | 4.7 | - |
| YUV | 113.21 | 89.51 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 45 | 0 | 0.45 | 0.74 | 0.32 | 23.91 | 0.59 | 0.43 |
| Hex | AD | 60 | 2D | 0 | 2D | 4A | 20 | 18 | 3B | 2B |
| Octal | 255 | 140 | 55 | 0 | 55 | 112 | 40 | 30 | 73 | 53 |
| Binary | 10101101 | 1100000 | 101101 | 0 | 101101 | 1001010 | 100000 | 11000 | 111011 | 101011 |
Color Harmonies of #AD602D
Complementary color
Monochromatic Colors of #AD602D
Black with #AD602D
Text Example
Text Example
White with #AD602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD602D; }
p { color: rgb(173,96,45); }
H1.HeaderClassName
{
color: #AD602D;
}
.AnyTagClassName
{
color: #AD602D;
}
</style>
background-color css
<style>
a { background-color: #AD602D; }
a { background-color: rgb(173,96,45); }
div.DivClassName
{
background-color: #AD602D;
}
.BgClassName
{
background-color: #AD602D;
}
</style>
border-color css
<style>
span { border-color: #AD602D; }
span { border-color: rgb(173,96,45); }
td.TdClassName
{
border-color: #AD602D;
}
.TagClassName
{
border-color: #AD602D;
}
</style>