Shades of Fiery Orange #AF6020
Tints of Fiery Orange #AF6020
RGB
CMYK
RGB Variations
Color information
#AF6020 (or 0xAF6020) is known color: Fiery Orange. HEX triplet: AF, 60 and 20. RGB value is (175,96,32). Sum of RGB (Red+Green+Blue) = 175+96+32=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6020 is #509FDF. Grayscale: #707070. Windows color (decimal): -5283808 or 2121903. OLE color: 2121903.
HSL color Cylindrical-coordinate representation of color #AF6020: hue angle of 26.85º 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 #AF6020 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 96 | 32 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.31 |
| HSL | 26.85º | 0.69% | 0.41% | - |
| HSV(B) | 26.85º | 0.82% | 0.69% | - |
| XYZ | 22.12 | 17.58 | 3.59 | - |
| YUV | 112.33 | 82.67 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 32 | 0 | 0.45 | 0.82 | 0.31 | 26.85 | 0.69 | 0.41 |
| Hex | AF | 60 | 20 | 0 | 2D | 52 | 1F | 1B | 45 | 29 |
| Octal | 257 | 140 | 40 | 0 | 55 | 122 | 37 | 33 | 105 | 51 |
| Binary | 10101111 | 1100000 | 100000 | 0 | 101101 | 1010010 | 11111 | 11011 | 1000101 | 101001 |
Color Harmonies of #AF6020
Complementary color
Monochromatic Colors of #AF6020
Black with #AF6020
Text Example
Text Example
White with #AF6020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6020; }
p { color: rgb(175,96,32); }
H1.HeaderClassName
{
color: #AF6020;
}
.AnyTagClassName
{
color: #AF6020;
}
</style>
background-color css
<style>
a { background-color: #AF6020; }
a { background-color: rgb(175,96,32); }
div.DivClassName
{
background-color: #AF6020;
}
.BgClassName
{
background-color: #AF6020;
}
</style>
border-color css
<style>
span { border-color: #AF6020; }
span { border-color: rgb(175,96,32); }
td.TdClassName
{
border-color: #AF6020;
}
.TagClassName
{
border-color: #AF6020;
}
</style>