Shades of Fiery Orange #AF5921
Tints of Fiery Orange #AF5921
RGB
CMYK
RGB Variations
Color information
#AF5921 (or 0xAF5921) is known color: Fiery Orange. HEX triplet: AF, 59 and 21. RGB value is (175,89,33). Sum of RGB (Red+Green+Blue) = 175+89+33=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5921 is #50A6DE. Grayscale: #6C6C6C. Windows color (decimal): -5285599 or 2185647. OLE color: 2185647.
HSL color Cylindrical-coordinate representation of color #AF5921: hue angle of 23.66º degrees, saturation: 0.68, 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 #AF5921 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 89 | 33 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.31 |
| HSL | 23.66º | 0.68% | 0.41% | - |
| HSV(B) | 23.66º | 0.81% | 0.69% | - |
| XYZ | 21.53 | 16.37 | 3.46 | - |
| YUV | 108.33 | 85.49 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 89 | 33 | 0 | 0.49 | 0.81 | 0.31 | 23.66 | 0.68 | 0.41 |
| Hex | AF | 59 | 21 | 0 | 31 | 51 | 1F | 18 | 44 | 29 |
| Octal | 257 | 131 | 41 | 0 | 61 | 121 | 37 | 30 | 104 | 51 |
| Binary | 10101111 | 1011001 | 100001 | 0 | 110001 | 1010001 | 11111 | 11000 | 1000100 | 101001 |
Color Harmonies of #AF5921
Complementary color
Monochromatic Colors of #AF5921
Black with #AF5921
Text Example
Text Example
White with #AF5921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5921; }
p { color: rgb(175,89,33); }
H1.HeaderClassName
{
color: #AF5921;
}
.AnyTagClassName
{
color: #AF5921;
}
</style>
background-color css
<style>
a { background-color: #AF5921; }
a { background-color: rgb(175,89,33); }
div.DivClassName
{
background-color: #AF5921;
}
.BgClassName
{
background-color: #AF5921;
}
</style>
border-color css
<style>
span { border-color: #AF5921; }
span { border-color: rgb(175,89,33); }
td.TdClassName
{
border-color: #AF5921;
}
.TagClassName
{
border-color: #AF5921;
}
</style>