Shades of Fiery Orange #AF602D
Tints of Fiery Orange #AF602D
RGB
CMYK
RGB Variations
Color information
#AF602D (or 0xAF602D) is known color: Fiery Orange. HEX triplet: AF, 60 and 2D. RGB value is (175,96,45). Sum of RGB (Red+Green+Blue) = 175+96+45=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF602D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF602D is #509FD2. Grayscale: #727272. Windows color (decimal): -5283795 or 2973871. OLE color: 2973871.
HSL color Cylindrical-coordinate representation of color #AF602D: hue angle of 23.54º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF602D is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 96 | 45 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.31 |
| HSL | 23.54º | 0.59% | 0.43% | - |
| HSV(B) | 23.54º | 0.74% | 0.69% | - |
| XYZ | 22.34 | 17.67 | 4.72 | - |
| YUV | 113.81 | 89.17 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 45 | 0 | 0.45 | 0.74 | 0.31 | 23.54 | 0.59 | 0.43 |
| Hex | AF | 60 | 2D | 0 | 2D | 4A | 1F | 18 | 3B | 2B |
| Octal | 257 | 140 | 55 | 0 | 55 | 112 | 37 | 30 | 73 | 53 |
| Binary | 10101111 | 1100000 | 101101 | 0 | 101101 | 1001010 | 11111 | 11000 | 111011 | 101011 |
Color Harmonies of #AF602D
Complementary color
Monochromatic Colors of #AF602D
Black with #AF602D
Text Example
Text Example
White with #AF602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF602D; }
p { color: rgb(175,96,45); }
H1.HeaderClassName
{
color: #AF602D;
}
.AnyTagClassName
{
color: #AF602D;
}
</style>
background-color css
<style>
a { background-color: #AF602D; }
a { background-color: rgb(175,96,45); }
div.DivClassName
{
background-color: #AF602D;
}
.BgClassName
{
background-color: #AF602D;
}
</style>
border-color css
<style>
span { border-color: #AF602D; }
span { border-color: rgb(175,96,45); }
td.TdClassName
{
border-color: #AF602D;
}
.TagClassName
{
border-color: #AF602D;
}
</style>