Shades of Fiery Orange #AF5D21
Tints of Fiery Orange #AF5D21
RGB
CMYK
RGB Variations
Color information
#AF5D21 (or 0xAF5D21) is known color: Fiery Orange. HEX triplet: AF, 5D and 21. RGB value is (175,93,33). Sum of RGB (Red+Green+Blue) = 175+93+33=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5D21 is #50A2DE. Grayscale: #6F6F6F. Windows color (decimal): -5284575 or 2186671. OLE color: 2186671.
HSL color Cylindrical-coordinate representation of color #AF5D21: hue angle of 25.35º 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 #AF5D21 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 93 | 33 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.31 |
| HSL | 25.35º | 0.68% | 0.41% | - |
| HSV(B) | 25.35º | 0.81% | 0.69% | - |
| XYZ | 21.87 | 17.05 | 3.58 | - |
| YUV | 110.68 | 84.17 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 33 | 0 | 0.47 | 0.81 | 0.31 | 25.35 | 0.68 | 0.41 |
| Hex | AF | 5D | 21 | 0 | 2F | 51 | 1F | 19 | 44 | 29 |
| Octal | 257 | 135 | 41 | 0 | 57 | 121 | 37 | 31 | 104 | 51 |
| Binary | 10101111 | 1011101 | 100001 | 0 | 101111 | 1010001 | 11111 | 11001 | 1000100 | 101001 |
Color Harmonies of #AF5D21
Complementary color
Monochromatic Colors of #AF5D21
Black with #AF5D21
Text Example
Text Example
White with #AF5D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5D21; }
p { color: rgb(175,93,33); }
H1.HeaderClassName
{
color: #AF5D21;
}
.AnyTagClassName
{
color: #AF5D21;
}
</style>
background-color css
<style>
a { background-color: #AF5D21; }
a { background-color: rgb(175,93,33); }
div.DivClassName
{
background-color: #AF5D21;
}
.BgClassName
{
background-color: #AF5D21;
}
</style>
border-color css
<style>
span { border-color: #AF5D21; }
span { border-color: rgb(175,93,33); }
td.TdClassName
{
border-color: #AF5D21;
}
.TagClassName
{
border-color: #AF5D21;
}
</style>