Shades of Fiery Orange #AF5C2F
Tints of Fiery Orange #AF5C2F
RGB
CMYK
RGB Variations
Color information
#AF5C2F (or 0xAF5C2F) is known color: Fiery Orange. HEX triplet: AF, 5C and 2F. RGB value is (175,92,47). Sum of RGB (Red+Green+Blue) = 175+92+47=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5C2F is #50A3D0. Grayscale: #6F6F6F. Windows color (decimal): -5284817 or 3103919. OLE color: 3103919.
HSL color Cylindrical-coordinate representation of color #AF5C2F: hue angle of 21.09º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF5C2F is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 92 | 47 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.31 |
| HSL | 21.09º | 0.58% | 0.44% | - |
| HSV(B) | 21.09º | 0.73% | 0.69% | - |
| XYZ | 22.02 | 16.97 | 4.8 | - |
| YUV | 111.69 | 91.5 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 47 | 0 | 0.47 | 0.73 | 0.31 | 21.09 | 0.58 | 0.44 |
| Hex | AF | 5C | 2F | 0 | 2F | 49 | 1F | 15 | 3A | 2C |
| Octal | 257 | 134 | 57 | 0 | 57 | 111 | 37 | 25 | 72 | 54 |
| Binary | 10101111 | 1011100 | 101111 | 0 | 101111 | 1001001 | 11111 | 10101 | 111010 | 101100 |
Color Harmonies of #AF5C2F
Complementary color
Monochromatic Colors of #AF5C2F
Black with #AF5C2F
Text Example
Text Example
White with #AF5C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5C2F; }
p { color: rgb(175,92,47); }
H1.HeaderClassName
{
color: #AF5C2F;
}
.AnyTagClassName
{
color: #AF5C2F;
}
</style>
background-color css
<style>
a { background-color: #AF5C2F; }
a { background-color: rgb(175,92,47); }
div.DivClassName
{
background-color: #AF5C2F;
}
.BgClassName
{
background-color: #AF5C2F;
}
</style>
border-color css
<style>
span { border-color: #AF5C2F; }
span { border-color: rgb(175,92,47); }
td.TdClassName
{
border-color: #AF5C2F;
}
.TagClassName
{
border-color: #AF5C2F;
}
</style>