Shades of Fiery Orange #AF5E29
Tints of Fiery Orange #AF5E29
RGB
CMYK
RGB Variations
Color information
#AF5E29 (or 0xAF5E29) is known color: Fiery Orange. HEX triplet: AF, 5E and 29. RGB value is (175,94,41). Sum of RGB (Red+Green+Blue) = 175+94+41=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5E29 is #50A1D6. Grayscale: #707070. Windows color (decimal): -5284311 or 2711215. OLE color: 2711215.
HSL color Cylindrical-coordinate representation of color #AF5E29: hue angle of 23.73º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF5E29 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 94 | 41 | - |
| CMYK | 0 | 0.46 | 0.77 | 0.31 |
| HSL | 23.73º | 0.62% | 0.42% | - |
| HSV(B) | 23.73º | 0.77% | 0.69% | - |
| XYZ | 22.08 | 17.28 | 4.27 | - |
| YUV | 112.18 | 87.84 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 41 | 0 | 0.46 | 0.77 | 0.31 | 23.73 | 0.62 | 0.42 |
| Hex | AF | 5E | 29 | 0 | 2E | 4D | 1F | 18 | 3E | 2A |
| Octal | 257 | 136 | 51 | 0 | 56 | 115 | 37 | 30 | 76 | 52 |
| Binary | 10101111 | 1011110 | 101001 | 0 | 101110 | 1001101 | 11111 | 11000 | 111110 | 101010 |
Color Harmonies of #AF5E29
Complementary color
Monochromatic Colors of #AF5E29
Black with #AF5E29
Text Example
Text Example
White with #AF5E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5E29; }
p { color: rgb(175,94,41); }
H1.HeaderClassName
{
color: #AF5E29;
}
.AnyTagClassName
{
color: #AF5E29;
}
</style>
background-color css
<style>
a { background-color: #AF5E29; }
a { background-color: rgb(175,94,41); }
div.DivClassName
{
background-color: #AF5E29;
}
.BgClassName
{
background-color: #AF5E29;
}
</style>
border-color css
<style>
span { border-color: #AF5E29; }
span { border-color: rgb(175,94,41); }
td.TdClassName
{
border-color: #AF5E29;
}
.TagClassName
{
border-color: #AF5E29;
}
</style>