Shades of Fiery Orange #AF5D28
Tints of Fiery Orange #AF5D28
RGB
CMYK
RGB Variations
Color information
#AF5D28 (or 0xAF5D28) is known color: Fiery Orange. HEX triplet: AF, 5D and 28. RGB value is (175,93,40). Sum of RGB (Red+Green+Blue) = 175+93+40=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5D28 is #50A2D7. Grayscale: #6F6F6F. Windows color (decimal): -5284568 or 2645423. OLE color: 2645423.
HSL color Cylindrical-coordinate representation of color #AF5D28: hue angle of 23.56º 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 #AF5D28 is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 93 | 40 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.31 |
| HSL | 23.56º | 0.63% | 0.42% | - |
| HSV(B) | 23.56º | 0.77% | 0.69% | - |
| XYZ | 21.98 | 17.1 | 4.15 | - |
| YUV | 111.48 | 87.67 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 40 | 0 | 0.47 | 0.77 | 0.31 | 23.56 | 0.63 | 0.42 |
| Hex | AF | 5D | 28 | 0 | 2F | 4D | 1F | 18 | 3F | 2A |
| Octal | 257 | 135 | 50 | 0 | 57 | 115 | 37 | 30 | 77 | 52 |
| Binary | 10101111 | 1011101 | 101000 | 0 | 101111 | 1001101 | 11111 | 11000 | 111111 | 101010 |
Color Harmonies of #AF5D28
Complementary color
Monochromatic Colors of #AF5D28
Black with #AF5D28
Text Example
Text Example
White with #AF5D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5D28; }
p { color: rgb(175,93,40); }
H1.HeaderClassName
{
color: #AF5D28;
}
.AnyTagClassName
{
color: #AF5D28;
}
</style>
background-color css
<style>
a { background-color: #AF5D28; }
a { background-color: rgb(175,93,40); }
div.DivClassName
{
background-color: #AF5D28;
}
.BgClassName
{
background-color: #AF5D28;
}
</style>
border-color css
<style>
span { border-color: #AF5D28; }
span { border-color: rgb(175,93,40); }
td.TdClassName
{
border-color: #AF5D28;
}
.TagClassName
{
border-color: #AF5D28;
}
</style>