Shades of Fiery Orange #AF6029
Tints of Fiery Orange #AF6029
RGB
CMYK
RGB Variations
Color information
#AF6029 (or 0xAF6029) is known color: Fiery Orange. HEX triplet: AF, 60 and 29. RGB value is (175,96,41). Sum of RGB (Red+Green+Blue) = 175+96+41=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6029 is #509FD6. Grayscale: #717171. Windows color (decimal): -5283799 or 2711727. OLE color: 2711727.
HSL color Cylindrical-coordinate representation of color #AF6029: hue angle of 24.63º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF6029 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 96 | 41 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.31 |
| HSL | 24.63º | 0.62% | 0.42% | - |
| HSV(B) | 24.63º | 0.77% | 0.69% | - |
| XYZ | 22.26 | 17.64 | 4.33 | - |
| YUV | 113.35 | 87.17 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 41 | 0 | 0.45 | 0.77 | 0.31 | 24.63 | 0.62 | 0.42 |
| Hex | AF | 60 | 29 | 0 | 2D | 4D | 1F | 19 | 3E | 2A |
| Octal | 257 | 140 | 51 | 0 | 55 | 115 | 37 | 31 | 76 | 52 |
| Binary | 10101111 | 1100000 | 101001 | 0 | 101101 | 1001101 | 11111 | 11001 | 111110 | 101010 |
Color Harmonies of #AF6029
Complementary color
Monochromatic Colors of #AF6029
Black with #AF6029
Text Example
Text Example
White with #AF6029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6029; }
p { color: rgb(175,96,41); }
H1.HeaderClassName
{
color: #AF6029;
}
.AnyTagClassName
{
color: #AF6029;
}
</style>
background-color css
<style>
a { background-color: #AF6029; }
a { background-color: rgb(175,96,41); }
div.DivClassName
{
background-color: #AF6029;
}
.BgClassName
{
background-color: #AF6029;
}
</style>
border-color css
<style>
span { border-color: #AF6029; }
span { border-color: rgb(175,96,41); }
td.TdClassName
{
border-color: #AF6029;
}
.TagClassName
{
border-color: #AF6029;
}
</style>