Shades of Fiery Orange #AF5C2B
Tints of Fiery Orange #AF5C2B
RGB
CMYK
RGB Variations
Color information
#AF5C2B (or 0xAF5C2B) is known color: Fiery Orange. HEX triplet: AF, 5C and 2B. RGB value is (175,92,43). Sum of RGB (Red+Green+Blue) = 175+92+43=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5C2B is #50A3D4. Grayscale: #6F6F6F. Windows color (decimal): -5284821 or 2841775. OLE color: 2841775.
HSL color Cylindrical-coordinate representation of color #AF5C2B: hue angle of 22.27º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF5C2B is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 92 | 43 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.31 |
| HSL | 22.27º | 0.61% | 0.43% | - |
| HSV(B) | 22.27º | 0.75% | 0.69% | - |
| XYZ | 21.94 | 16.94 | 4.4 | - |
| YUV | 111.23 | 89.5 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 43 | 0 | 0.47 | 0.75 | 0.31 | 22.27 | 0.61 | 0.43 |
| Hex | AF | 5C | 2B | 0 | 2F | 4B | 1F | 16 | 3D | 2B |
| Octal | 257 | 134 | 53 | 0 | 57 | 113 | 37 | 26 | 75 | 53 |
| Binary | 10101111 | 1011100 | 101011 | 0 | 101111 | 1001011 | 11111 | 10110 | 111101 | 101011 |
Color Harmonies of #AF5C2B
Complementary color
Monochromatic Colors of #AF5C2B
Black with #AF5C2B
Text Example
Text Example
White with #AF5C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5C2B; }
p { color: rgb(175,92,43); }
H1.HeaderClassName
{
color: #AF5C2B;
}
.AnyTagClassName
{
color: #AF5C2B;
}
</style>
background-color css
<style>
a { background-color: #AF5C2B; }
a { background-color: rgb(175,92,43); }
div.DivClassName
{
background-color: #AF5C2B;
}
.BgClassName
{
background-color: #AF5C2B;
}
</style>
border-color css
<style>
span { border-color: #AF5C2B; }
span { border-color: rgb(175,92,43); }
td.TdClassName
{
border-color: #AF5C2B;
}
.TagClassName
{
border-color: #AF5C2B;
}
</style>