Shades of Fiery Orange #AF5E36
Tints of Fiery Orange #AF5E36
RGB
CMYK
RGB Variations
Color information
#AF5E36 (or 0xAF5E36) is known color: Fiery Orange. HEX triplet: AF, 5E and 36. RGB value is (175,94,54). Sum of RGB (Red+Green+Blue) = 175+94+54=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5E36 is #50A1C9. Grayscale: #717171. Windows color (decimal): -5284298 or 3563183. OLE color: 3563183.
HSL color Cylindrical-coordinate representation of color #AF5E36: hue angle of 19.83º degrees, saturation: 0.53, 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 #AF5E36 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
RGB | 175 | 94 | 54 | - |
CMYK | 0 | 0.46 | 0.69 | 0.31 |
HSL | 19.83º | 0.53% | 0.45% | - |
HSV(B) | 19.83º | 0.69% | 0.69% | - |
XYZ | 22.35 | 17.39 | 5.67 | - |
YUV | 113.66 | 94.34 | 171.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 94 | 54 | 0 | 0.46 | 0.69 | 0.31 | 19.83 | 0.53 | 0.45 |
Hex | AF | 5E | 36 | 0 | 2E | 45 | 1F | 14 | 35 | 2D |
Octal | 257 | 136 | 66 | 0 | 56 | 105 | 37 | 24 | 65 | 55 |
Binary | 10101111 | 1011110 | 110110 | 0 | 101110 | 1000101 | 11111 | 10100 | 110101 | 101101 |
Color Harmonies of #AF5E36
Complementary color
Monochromatic Colors of #AF5E36
Black with #AF5E36
Text Example
Text Example
White with #AF5E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5E36; }
p { color: rgb(175,94,54); }
H1.HeaderClassName
{
color: #AF5E36;
}
.AnyTagClassName
{
color: #AF5E36;
}
</style>
background-color css
<style>
a { background-color: #AF5E36; }
a { background-color: rgb(175,94,54); }
div.DivClassName
{
background-color: #AF5E36;
}
.BgClassName
{
background-color: #AF5E36;
}
</style>
border-color css
<style>
span { border-color: #AF5E36; }
span { border-color: rgb(175,94,54); }
td.TdClassName
{
border-color: #AF5E36;
}
.TagClassName
{
border-color: #AF5E36;
}
</style>