Shades of Fiery Orange #AF5D23
Tints of Fiery Orange #AF5D23
RGB
CMYK
RGB Variations
Color information
#AF5D23 (or 0xAF5D23) is known color: Fiery Orange. HEX triplet: AF, 5D and 23. RGB value is (175,93,35). Sum of RGB (Red+Green+Blue) = 175+93+35=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 35 (14.06% from 255 or 11.55% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5D23 is #50A2DC. Grayscale: #6F6F6F. Windows color (decimal): -5284573 or 2317743. OLE color: 2317743.
HSL color Cylindrical-coordinate representation of color #AF5D23: hue angle of 24.86º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF5D23 is Cyan = 0, Magento = 0.47, Yellow = 0.8 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 93 | 35 | - |
| CMYK | 0 | 0.47 | 0.8 | 0.31 |
| HSL | 24.86º | 0.67% | 0.41% | - |
| HSV(B) | 24.86º | 0.8% | 0.69% | - |
| XYZ | 21.9 | 17.06 | 3.73 | - |
| YUV | 110.91 | 85.17 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 35 | 0 | 0.47 | 0.8 | 0.31 | 24.86 | 0.67 | 0.41 |
| Hex | AF | 5D | 23 | 0 | 2F | 50 | 1F | 19 | 43 | 29 |
| Octal | 257 | 135 | 43 | 0 | 57 | 120 | 37 | 31 | 103 | 51 |
| Binary | 10101111 | 1011101 | 100011 | 0 | 101111 | 1010000 | 11111 | 11001 | 1000011 | 101001 |
Color Harmonies of #AF5D23
Complementary color
Monochromatic Colors of #AF5D23
Black with #AF5D23
Text Example
Text Example
White with #AF5D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5D23; }
p { color: rgb(175,93,35); }
H1.HeaderClassName
{
color: #AF5D23;
}
.AnyTagClassName
{
color: #AF5D23;
}
</style>
background-color css
<style>
a { background-color: #AF5D23; }
a { background-color: rgb(175,93,35); }
div.DivClassName
{
background-color: #AF5D23;
}
.BgClassName
{
background-color: #AF5D23;
}
</style>
border-color css
<style>
span { border-color: #AF5D23; }
span { border-color: rgb(175,93,35); }
td.TdClassName
{
border-color: #AF5D23;
}
.TagClassName
{
border-color: #AF5D23;
}
</style>