Shades of Fiery Orange #AF5D22
Tints of Fiery Orange #AF5D22
RGB
CMYK
RGB Variations
Color information
#AF5D22 (or 0xAF5D22) is known color: Fiery Orange. HEX triplet: AF, 5D and 22. RGB value is (175,93,34). Sum of RGB (Red+Green+Blue) = 175+93+34=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5D22 is #50A2DD. Grayscale: #6F6F6F. Windows color (decimal): -5284574 or 2252207. OLE color: 2252207.
HSL color Cylindrical-coordinate representation of color #AF5D22: hue angle of 25.11º 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 #AF5D22 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 93 | 34 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.31 |
| HSL | 25.11º | 0.67% | 0.41% | - |
| HSV(B) | 25.11º | 0.81% | 0.69% | - |
| XYZ | 21.88 | 17.06 | 3.65 | - |
| YUV | 110.79 | 84.67 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 34 | 0 | 0.47 | 0.81 | 0.31 | 25.11 | 0.67 | 0.41 |
| Hex | AF | 5D | 22 | 0 | 2F | 51 | 1F | 19 | 43 | 29 |
| Octal | 257 | 135 | 42 | 0 | 57 | 121 | 37 | 31 | 103 | 51 |
| Binary | 10101111 | 1011101 | 100010 | 0 | 101111 | 1010001 | 11111 | 11001 | 1000011 | 101001 |
Color Harmonies of #AF5D22
Complementary color
Monochromatic Colors of #AF5D22
Black with #AF5D22
Text Example
Text Example
White with #AF5D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5D22; }
p { color: rgb(175,93,34); }
H1.HeaderClassName
{
color: #AF5D22;
}
.AnyTagClassName
{
color: #AF5D22;
}
</style>
background-color css
<style>
a { background-color: #AF5D22; }
a { background-color: rgb(175,93,34); }
div.DivClassName
{
background-color: #AF5D22;
}
.BgClassName
{
background-color: #AF5D22;
}
</style>
border-color css
<style>
span { border-color: #AF5D22; }
span { border-color: rgb(175,93,34); }
td.TdClassName
{
border-color: #AF5D22;
}
.TagClassName
{
border-color: #AF5D22;
}
</style>