Shades of Fiery Orange #AB5E2A
Tints of Fiery Orange #AB5E2A
RGB
CMYK
RGB Variations
Color information
#AB5E2A (or 0xAB5E2A) is known color: Fiery Orange. HEX triplet: AB, 5E and 2A. RGB value is (171,94,42). Sum of RGB (Red+Green+Blue) = 171+94+42=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5E2A is #54A1D5. Grayscale: #6F6F6F. Windows color (decimal): -5546454 or 2776747. OLE color: 2776747.
HSL color Cylindrical-coordinate representation of color #AB5E2A: hue angle of 24.19º degrees, saturation: 0.61, 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 #AB5E2A is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 94 | 42 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.33 |
| HSL | 24.19º | 0.61% | 0.42% | - |
| HSV(B) | 24.19º | 0.75% | 0.67% | - |
| XYZ | 21.22 | 16.83 | 4.32 | - |
| YUV | 111.1 | 89.01 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 94 | 42 | 0 | 0.45 | 0.75 | 0.33 | 24.19 | 0.61 | 0.42 |
| Hex | AB | 5E | 2A | 0 | 2D | 4B | 21 | 18 | 3D | 2A |
| Octal | 253 | 136 | 52 | 0 | 55 | 113 | 41 | 30 | 75 | 52 |
| Binary | 10101011 | 1011110 | 101010 | 0 | 101101 | 1001011 | 100001 | 11000 | 111101 | 101010 |
Color Harmonies of #AB5E2A
Complementary color
Monochromatic Colors of #AB5E2A
Black with #AB5E2A
Text Example
Text Example
White with #AB5E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5E2A; }
p { color: rgb(171,94,42); }
H1.HeaderClassName
{
color: #AB5E2A;
}
.AnyTagClassName
{
color: #AB5E2A;
}
</style>
background-color css
<style>
a { background-color: #AB5E2A; }
a { background-color: rgb(171,94,42); }
div.DivClassName
{
background-color: #AB5E2A;
}
.BgClassName
{
background-color: #AB5E2A;
}
</style>
border-color css
<style>
span { border-color: #AB5E2A; }
span { border-color: rgb(171,94,42); }
td.TdClassName
{
border-color: #AB5E2A;
}
.TagClassName
{
border-color: #AB5E2A;
}
</style>