Shades of Fiery Orange #AF5D37
Tints of Fiery Orange #AF5D37
RGB
CMYK
RGB Variations
Color information
#AF5D37 (or 0xAF5D37) is known color: Fiery Orange. HEX triplet: AF, 5D and 37. RGB value is (175,93,55). Sum of RGB (Red+Green+Blue) = 175+93+55=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5D37 is #50A2C8. Grayscale: #717171. Windows color (decimal): -5284553 or 3628463. OLE color: 3628463.
HSL color Cylindrical-coordinate representation of color #AF5D37: hue angle of 19º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF5D37 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 93 | 55 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.31 |
| HSL | 19º | 0.52% | 0.45% | - |
| HSV(B) | 19º | 0.69% | 0.69% | - |
| XYZ | 22.28 | 17.22 | 5.76 | - |
| YUV | 113.19 | 95.17 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 55 | 0 | 0.47 | 0.69 | 0.31 | 19 | 0.52 | 0.45 |
| Hex | AF | 5D | 37 | 0 | 2F | 45 | 1F | 13 | 34 | 2D |
| Octal | 257 | 135 | 67 | 0 | 57 | 105 | 37 | 23 | 64 | 55 |
| Binary | 10101111 | 1011101 | 110111 | 0 | 101111 | 1000101 | 11111 | 10011 | 110100 | 101101 |
Color Harmonies of #AF5D37
Complementary color
Monochromatic Colors of #AF5D37
Black with #AF5D37
Text Example
Text Example
White with #AF5D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5D37; }
p { color: rgb(175,93,55); }
H1.HeaderClassName
{
color: #AF5D37;
}
.AnyTagClassName
{
color: #AF5D37;
}
</style>
background-color css
<style>
a { background-color: #AF5D37; }
a { background-color: rgb(175,93,55); }
div.DivClassName
{
background-color: #AF5D37;
}
.BgClassName
{
background-color: #AF5D37;
}
</style>
border-color css
<style>
span { border-color: #AF5D37; }
span { border-color: rgb(175,93,55); }
td.TdClassName
{
border-color: #AF5D37;
}
.TagClassName
{
border-color: #AF5D37;
}
</style>