Shades of Fiery Orange #AF5A20
Tints of Fiery Orange #AF5A20
RGB
CMYK
RGB Variations
Color information
#AF5A20 (or 0xAF5A20) is known color: Fiery Orange. HEX triplet: AF, 5A and 20. RGB value is (175,90,32). Sum of RGB (Red+Green+Blue) = 175+90+32=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5A20 is #50A5DF. Grayscale: #6D6D6D. Windows color (decimal): -5285344 or 2120367. OLE color: 2120367.
HSL color Cylindrical-coordinate representation of color #AF5A20: hue angle of 24.34º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF5A20 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 90 | 32 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.31 |
| HSL | 24.34º | 0.69% | 0.41% | - |
| HSV(B) | 24.34º | 0.82% | 0.69% | - |
| XYZ | 21.6 | 16.53 | 3.42 | - |
| YUV | 108.8 | 84.66 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 90 | 32 | 0 | 0.49 | 0.82 | 0.31 | 24.34 | 0.69 | 0.41 |
| Hex | AF | 5A | 20 | 0 | 31 | 52 | 1F | 18 | 45 | 29 |
| Octal | 257 | 132 | 40 | 0 | 61 | 122 | 37 | 30 | 105 | 51 |
| Binary | 10101111 | 1011010 | 100000 | 0 | 110001 | 1010010 | 11111 | 11000 | 1000101 | 101001 |
Color Harmonies of #AF5A20
Complementary color
Monochromatic Colors of #AF5A20
Black with #AF5A20
Text Example
Text Example
White with #AF5A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5A20; }
p { color: rgb(175,90,32); }
H1.HeaderClassName
{
color: #AF5A20;
}
.AnyTagClassName
{
color: #AF5A20;
}
</style>
background-color css
<style>
a { background-color: #AF5A20; }
a { background-color: rgb(175,90,32); }
div.DivClassName
{
background-color: #AF5A20;
}
.BgClassName
{
background-color: #AF5A20;
}
</style>
border-color css
<style>
span { border-color: #AF5A20; }
span { border-color: rgb(175,90,32); }
td.TdClassName
{
border-color: #AF5A20;
}
.TagClassName
{
border-color: #AF5A20;
}
</style>