Shades of Fiery Orange #AF5B2C
Tints of Fiery Orange #AF5B2C
RGB
CMYK
RGB Variations
Color information
#AF5B2C (or 0xAF5B2C) is known color: Fiery Orange. HEX triplet: AF, 5B and 2C. RGB value is (175,91,44). Sum of RGB (Red+Green+Blue) = 175+91+44=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 91 (35.94% from 255 or 29.35% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5B2C is #50A4D3. Grayscale: #6F6F6F. Windows color (decimal): -5285076 or 2907055. OLE color: 2907055.
HSL color Cylindrical-coordinate representation of color #AF5B2C: hue angle of 21.53º degrees, saturation: 0.6, 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 #AF5B2C is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 91 | 44 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.31 |
| HSL | 21.53º | 0.6% | 0.43% | - |
| HSV(B) | 21.53º | 0.75% | 0.69% | - |
| XYZ | 21.87 | 16.78 | 4.47 | - |
| YUV | 110.76 | 90.33 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 91 | 44 | 0 | 0.48 | 0.75 | 0.31 | 21.53 | 0.6 | 0.43 |
| Hex | AF | 5B | 2C | 0 | 30 | 4B | 1F | 16 | 3C | 2B |
| Octal | 257 | 133 | 54 | 0 | 60 | 113 | 37 | 26 | 74 | 53 |
| Binary | 10101111 | 1011011 | 101100 | 0 | 110000 | 1001011 | 11111 | 10110 | 111100 | 101011 |
Color Harmonies of #AF5B2C
Complementary color
Monochromatic Colors of #AF5B2C
Black with #AF5B2C
Text Example
Text Example
White with #AF5B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5B2C; }
p { color: rgb(175,91,44); }
H1.HeaderClassName
{
color: #AF5B2C;
}
.AnyTagClassName
{
color: #AF5B2C;
}
</style>
background-color css
<style>
a { background-color: #AF5B2C; }
a { background-color: rgb(175,91,44); }
div.DivClassName
{
background-color: #AF5B2C;
}
.BgClassName
{
background-color: #AF5B2C;
}
</style>
border-color css
<style>
span { border-color: #AF5B2C; }
span { border-color: rgb(175,91,44); }
td.TdClassName
{
border-color: #AF5B2C;
}
.TagClassName
{
border-color: #AF5B2C;
}
</style>