Shades of Fiery Orange #AF601D
Tints of Fiery Orange #AF601D
RGB
CMYK
RGB Variations
Color information
#AF601D (or 0xAF601D) is known color: Fiery Orange. HEX triplet: AF, 60 and 1D. RGB value is (175,96,29). Sum of RGB (Red+Green+Blue) = 175+96+29=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF601D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF601D is #509FE2. Grayscale: #707070. Windows color (decimal): -5283811 or 1925295. OLE color: 1925295.
HSL color Cylindrical-coordinate representation of color #AF601D: hue angle of 27.53º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF601D is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 96 | 29 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.31 |
| HSL | 27.53º | 0.72% | 0.4% | - |
| HSV(B) | 27.53º | 0.83% | 0.69% | - |
| XYZ | 22.08 | 17.57 | 3.39 | - |
| YUV | 111.98 | 81.17 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 29 | 0 | 0.45 | 0.83 | 0.31 | 27.53 | 0.72 | 0.4 |
| Hex | AF | 60 | 1D | 0 | 2D | 53 | 1F | 1C | 48 | 28 |
| Octal | 257 | 140 | 35 | 0 | 55 | 123 | 37 | 34 | 110 | 50 |
| Binary | 10101111 | 1100000 | 11101 | 0 | 101101 | 1010011 | 11111 | 11100 | 1001000 | 101000 |
Color Harmonies of #AF601D
Complementary color
Monochromatic Colors of #AF601D
Black with #AF601D
Text Example
Text Example
White with #AF601D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF601D; }
p { color: rgb(175,96,29); }
H1.HeaderClassName
{
color: #AF601D;
}
.AnyTagClassName
{
color: #AF601D;
}
</style>
background-color css
<style>
a { background-color: #AF601D; }
a { background-color: rgb(175,96,29); }
div.DivClassName
{
background-color: #AF601D;
}
.BgClassName
{
background-color: #AF601D;
}
</style>
border-color css
<style>
span { border-color: #AF601D; }
span { border-color: rgb(175,96,29); }
td.TdClassName
{
border-color: #AF601D;
}
.TagClassName
{
border-color: #AF601D;
}
</style>