Shades of Fiery Orange #AB5E2B
Tints of Fiery Orange #AB5E2B
RGB
CMYK
RGB Variations
Color information
#AB5E2B (or 0xAB5E2B) is known color: Fiery Orange. HEX triplet: AB, 5E and 2B. RGB value is (171,94,43). Sum of RGB (Red+Green+Blue) = 171+94+43=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5E2B is #54A1D4. Grayscale: #6F6F6F. Windows color (decimal): -5546453 or 2842283. OLE color: 2842283.
HSL color Cylindrical-coordinate representation of color #AB5E2B: hue angle of 23.91º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB5E2B is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 94 | 43 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.33 |
| HSL | 23.91º | 0.6% | 0.42% | - |
| HSV(B) | 23.91º | 0.75% | 0.67% | - |
| XYZ | 21.23 | 16.84 | 4.42 | - |
| YUV | 111.21 | 89.51 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 94 | 43 | 0 | 0.45 | 0.75 | 0.33 | 23.91 | 0.6 | 0.42 |
| Hex | AB | 5E | 2B | 0 | 2D | 4B | 21 | 18 | 3C | 2A |
| Octal | 253 | 136 | 53 | 0 | 55 | 113 | 41 | 30 | 74 | 52 |
| Binary | 10101011 | 1011110 | 101011 | 0 | 101101 | 1001011 | 100001 | 11000 | 111100 | 101010 |
Color Harmonies of #AB5E2B
Complementary color
Monochromatic Colors of #AB5E2B
Black with #AB5E2B
Text Example
Text Example
White with #AB5E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5E2B; }
p { color: rgb(171,94,43); }
H1.HeaderClassName
{
color: #AB5E2B;
}
.AnyTagClassName
{
color: #AB5E2B;
}
</style>
background-color css
<style>
a { background-color: #AB5E2B; }
a { background-color: rgb(171,94,43); }
div.DivClassName
{
background-color: #AB5E2B;
}
.BgClassName
{
background-color: #AB5E2B;
}
</style>
border-color css
<style>
span { border-color: #AB5E2B; }
span { border-color: rgb(171,94,43); }
td.TdClassName
{
border-color: #AB5E2B;
}
.TagClassName
{
border-color: #AB5E2B;
}
</style>