Shades of Fiery Orange #AF5C33
Tints of Fiery Orange #AF5C33
RGB
CMYK
RGB Variations
Color information
#AF5C33 (or 0xAF5C33) is known color: Fiery Orange. HEX triplet: AF, 5C and 33. RGB value is (175,92,51). Sum of RGB (Red+Green+Blue) = 175+92+51=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5C33 is #50A3CC. Grayscale: #707070. Windows color (decimal): -5284813 or 3366063. OLE color: 3366063.
HSL color Cylindrical-coordinate representation of color #AF5C33: hue angle of 19.84º 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 #AF5C33 is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 92 | 51 | - |
| CMYK | 0 | 0.47 | 0.71 | 0.31 |
| HSL | 19.84º | 0.55% | 0.44% | - |
| HSV(B) | 19.84º | 0.71% | 0.69% | - |
| XYZ | 22.1 | 17.01 | 5.25 | - |
| YUV | 112.14 | 93.5 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 51 | 0 | 0.47 | 0.71 | 0.31 | 19.84 | 0.55 | 0.44 |
| Hex | AF | 5C | 33 | 0 | 2F | 47 | 1F | 14 | 37 | 2C |
| Octal | 257 | 134 | 63 | 0 | 57 | 107 | 37 | 24 | 67 | 54 |
| Binary | 10101111 | 1011100 | 110011 | 0 | 101111 | 1000111 | 11111 | 10100 | 110111 | 101100 |
Color Harmonies of #AF5C33
Complementary color
Monochromatic Colors of #AF5C33
Black with #AF5C33
Text Example
Text Example
White with #AF5C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5C33; }
p { color: rgb(175,92,51); }
H1.HeaderClassName
{
color: #AF5C33;
}
.AnyTagClassName
{
color: #AF5C33;
}
</style>
background-color css
<style>
a { background-color: #AF5C33; }
a { background-color: rgb(175,92,51); }
div.DivClassName
{
background-color: #AF5C33;
}
.BgClassName
{
background-color: #AF5C33;
}
</style>
border-color css
<style>
span { border-color: #AF5C33; }
span { border-color: rgb(175,92,51); }
td.TdClassName
{
border-color: #AF5C33;
}
.TagClassName
{
border-color: #AF5C33;
}
</style>