Shades of Fiery Orange #AF6022
Tints of Fiery Orange #AF6022
RGB
CMYK
RGB Variations
Color information
#AF6022 (or 0xAF6022) is known color: Fiery Orange. HEX triplet: AF, 60 and 22. RGB value is (175,96,34). Sum of RGB (Red+Green+Blue) = 175+96+34=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6022 is #509FDD. Grayscale: #707070. Windows color (decimal): -5283806 or 2252975. OLE color: 2252975.
HSL color Cylindrical-coordinate representation of color #AF6022: hue angle of 26.38º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF6022 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 96 | 34 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.31 |
| HSL | 26.38º | 0.67% | 0.41% | - |
| HSV(B) | 26.38º | 0.81% | 0.69% | - |
| XYZ | 22.15 | 17.6 | 3.74 | - |
| YUV | 112.55 | 83.67 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 34 | 0 | 0.45 | 0.81 | 0.31 | 26.38 | 0.67 | 0.41 |
| Hex | AF | 60 | 22 | 0 | 2D | 51 | 1F | 1A | 43 | 29 |
| Octal | 257 | 140 | 42 | 0 | 55 | 121 | 37 | 32 | 103 | 51 |
| Binary | 10101111 | 1100000 | 100010 | 0 | 101101 | 1010001 | 11111 | 11010 | 1000011 | 101001 |
Color Harmonies of #AF6022
Complementary color
Monochromatic Colors of #AF6022
Black with #AF6022
Text Example
Text Example
White with #AF6022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6022; }
p { color: rgb(175,96,34); }
H1.HeaderClassName
{
color: #AF6022;
}
.AnyTagClassName
{
color: #AF6022;
}
</style>
background-color css
<style>
a { background-color: #AF6022; }
a { background-color: rgb(175,96,34); }
div.DivClassName
{
background-color: #AF6022;
}
.BgClassName
{
background-color: #AF6022;
}
</style>
border-color css
<style>
span { border-color: #AF6022; }
span { border-color: rgb(175,96,34); }
td.TdClassName
{
border-color: #AF6022;
}
.TagClassName
{
border-color: #AF6022;
}
</style>