Shades of Fiery Orange #AF5E38
Tints of Fiery Orange #AF5E38
RGB
CMYK
RGB Variations
Color information
#AF5E38 (or 0xAF5E38) is known color: Fiery Orange. HEX triplet: AF, 5E and 38. RGB value is (175,94,56). Sum of RGB (Red+Green+Blue) = 175+94+56=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5E38 is #50A1C7. Grayscale: #727272. Windows color (decimal): -5284296 or 3694255. OLE color: 3694255.
HSL color Cylindrical-coordinate representation of color #AF5E38: hue angle of 19.16º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF5E38 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 94 | 56 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.31 |
| HSL | 19.16º | 0.52% | 0.45% | - |
| HSV(B) | 19.16º | 0.68% | 0.69% | - |
| XYZ | 22.4 | 17.4 | 5.92 | - |
| YUV | 113.89 | 95.34 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 56 | 0 | 0.46 | 0.68 | 0.31 | 19.16 | 0.52 | 0.45 |
| Hex | AF | 5E | 38 | 0 | 2E | 44 | 1F | 13 | 34 | 2D |
| Octal | 257 | 136 | 70 | 0 | 56 | 104 | 37 | 23 | 64 | 55 |
| Binary | 10101111 | 1011110 | 111000 | 0 | 101110 | 1000100 | 11111 | 10011 | 110100 | 101101 |
Color Harmonies of #AF5E38
Complementary color
Monochromatic Colors of #AF5E38
Black with #AF5E38
Text Example
Text Example
White with #AF5E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5E38; }
p { color: rgb(175,94,56); }
H1.HeaderClassName
{
color: #AF5E38;
}
.AnyTagClassName
{
color: #AF5E38;
}
</style>
background-color css
<style>
a { background-color: #AF5E38; }
a { background-color: rgb(175,94,56); }
div.DivClassName
{
background-color: #AF5E38;
}
.BgClassName
{
background-color: #AF5E38;
}
</style>
border-color css
<style>
span { border-color: #AF5E38; }
span { border-color: rgb(175,94,56); }
td.TdClassName
{
border-color: #AF5E38;
}
.TagClassName
{
border-color: #AF5E38;
}
</style>