Shades of Fiery Orange #AF5E28
Tints of Fiery Orange #AF5E28
RGB
CMYK
RGB Variations
Color information
#AF5E28 (or 0xAF5E28) is known color: Fiery Orange. HEX triplet: AF, 5E and 28. RGB value is (175,94,40). Sum of RGB (Red+Green+Blue) = 175+94+40=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5E28 is #50A1D7. Grayscale: #707070. Windows color (decimal): -5284312 or 2645679. OLE color: 2645679.
HSL color Cylindrical-coordinate representation of color #AF5E28: hue angle of 24º degrees, saturation: 0.63, 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 #AF5E28 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 94 | 40 | - |
| CMYK | 0 | 0.46 | 0.77 | 0.31 |
| HSL | 24º | 0.63% | 0.42% | - |
| HSV(B) | 24º | 0.77% | 0.69% | - |
| XYZ | 22.06 | 17.27 | 4.18 | - |
| YUV | 112.06 | 87.34 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 40 | 0 | 0.46 | 0.77 | 0.31 | 24 | 0.63 | 0.42 |
| Hex | AF | 5E | 28 | 0 | 2E | 4D | 1F | 18 | 3F | 2A |
| Octal | 257 | 136 | 50 | 0 | 56 | 115 | 37 | 30 | 77 | 52 |
| Binary | 10101111 | 1011110 | 101000 | 0 | 101110 | 1001101 | 11111 | 11000 | 111111 | 101010 |
Color Harmonies of #AF5E28
Complementary color
Monochromatic Colors of #AF5E28
Black with #AF5E28
Text Example
Text Example
White with #AF5E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5E28; }
p { color: rgb(175,94,40); }
H1.HeaderClassName
{
color: #AF5E28;
}
.AnyTagClassName
{
color: #AF5E28;
}
</style>
background-color css
<style>
a { background-color: #AF5E28; }
a { background-color: rgb(175,94,40); }
div.DivClassName
{
background-color: #AF5E28;
}
.BgClassName
{
background-color: #AF5E28;
}
</style>
border-color css
<style>
span { border-color: #AF5E28; }
span { border-color: rgb(175,94,40); }
td.TdClassName
{
border-color: #AF5E28;
}
.TagClassName
{
border-color: #AF5E28;
}
</style>