Shades of Fiery Orange #AF5622
Tints of Fiery Orange #AF5622
RGB
CMYK
RGB Variations
Color information
#AF5622 (or 0xAF5622) is known color: Fiery Orange. HEX triplet: AF, 56 and 22. RGB value is (175,86,34). Sum of RGB (Red+Green+Blue) = 175+86+34=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 34 (13.67% from 255 or 11.53% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5622 is #50A9DD. Grayscale: #6A6A6A. Windows color (decimal): -5286366 or 2250415. OLE color: 2250415.
HSL color Cylindrical-coordinate representation of color #AF5622: hue angle of 22.13º 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 #AF5622 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 86 | 34 | - |
| CMYK | 0 | 0.51 | 0.81 | 0.31 |
| HSL | 22.13º | 0.67% | 0.41% | - |
| HSV(B) | 22.13º | 0.81% | 0.69% | - |
| XYZ | 21.3 | 15.89 | 3.46 | - |
| YUV | 106.68 | 86.99 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 86 | 34 | 0 | 0.51 | 0.81 | 0.31 | 22.13 | 0.67 | 0.41 |
| Hex | AF | 56 | 22 | 0 | 33 | 51 | 1F | 16 | 43 | 29 |
| Octal | 257 | 126 | 42 | 0 | 63 | 121 | 37 | 26 | 103 | 51 |
| Binary | 10101111 | 1010110 | 100010 | 0 | 110011 | 1010001 | 11111 | 10110 | 1000011 | 101001 |
Color Harmonies of #AF5622
Complementary color
Monochromatic Colors of #AF5622
Black with #AF5622
Text Example
Text Example
White with #AF5622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5622; }
p { color: rgb(175,86,34); }
H1.HeaderClassName
{
color: #AF5622;
}
.AnyTagClassName
{
color: #AF5622;
}
</style>
background-color css
<style>
a { background-color: #AF5622; }
a { background-color: rgb(175,86,34); }
div.DivClassName
{
background-color: #AF5622;
}
.BgClassName
{
background-color: #AF5622;
}
</style>
border-color css
<style>
span { border-color: #AF5622; }
span { border-color: rgb(175,86,34); }
td.TdClassName
{
border-color: #AF5622;
}
.TagClassName
{
border-color: #AF5622;
}
</style>