Shades of Fiery Orange #AF5E33
Tints of Fiery Orange #AF5E33
RGB
CMYK
RGB Variations
Color information
#AF5E33 (or 0xAF5E33) is known color: Fiery Orange. HEX triplet: AF, 5E and 33. RGB value is (175,94,51). Sum of RGB (Red+Green+Blue) = 175+94+51=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5E33 is #50A1CC. Grayscale: #717171. Windows color (decimal): -5284301 or 3366575. OLE color: 3366575.
HSL color Cylindrical-coordinate representation of color #AF5E33: hue angle of 20.81º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF5E33 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 94 | 51 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.31 |
| HSL | 20.81º | 0.55% | 0.44% | - |
| HSV(B) | 20.81º | 0.71% | 0.69% | - |
| XYZ | 22.28 | 17.36 | 5.31 | - |
| YUV | 113.32 | 92.84 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 51 | 0 | 0.46 | 0.71 | 0.31 | 20.81 | 0.55 | 0.44 |
| Hex | AF | 5E | 33 | 0 | 2E | 47 | 1F | 15 | 37 | 2C |
| Octal | 257 | 136 | 63 | 0 | 56 | 107 | 37 | 25 | 67 | 54 |
| Binary | 10101111 | 1011110 | 110011 | 0 | 101110 | 1000111 | 11111 | 10101 | 110111 | 101100 |
Color Harmonies of #AF5E33
Complementary color
Monochromatic Colors of #AF5E33
Black with #AF5E33
Text Example
Text Example
White with #AF5E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5E33; }
p { color: rgb(175,94,51); }
H1.HeaderClassName
{
color: #AF5E33;
}
.AnyTagClassName
{
color: #AF5E33;
}
</style>
background-color css
<style>
a { background-color: #AF5E33; }
a { background-color: rgb(175,94,51); }
div.DivClassName
{
background-color: #AF5E33;
}
.BgClassName
{
background-color: #AF5E33;
}
</style>
border-color css
<style>
span { border-color: #AF5E33; }
span { border-color: rgb(175,94,51); }
td.TdClassName
{
border-color: #AF5E33;
}
.TagClassName
{
border-color: #AF5E33;
}
</style>