Shades of Fiery Orange #AB5D30
Tints of Fiery Orange #AB5D30
RGB
CMYK
RGB Variations
Color information
#AB5D30 (or 0xAB5D30) is known color: Fiery Orange. HEX triplet: AB, 5D and 30. RGB value is (171,93,48). Sum of RGB (Red+Green+Blue) = 171+93+48=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5D30 is #54A2CF. Grayscale: #6F6F6F. Windows color (decimal): -5546704 or 3169707. OLE color: 3169707.
HSL color Cylindrical-coordinate representation of color #AB5D30: hue angle of 21.95º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB5D30 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 93 | 48 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.33 |
| HSL | 21.95º | 0.56% | 0.43% | - |
| HSV(B) | 21.95º | 0.72% | 0.67% | - |
| XYZ | 21.24 | 16.7 | 4.9 | - |
| YUV | 111.19 | 92.34 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 93 | 48 | 0 | 0.46 | 0.72 | 0.33 | 21.95 | 0.56 | 0.43 |
| Hex | AB | 5D | 30 | 0 | 2E | 48 | 21 | 16 | 38 | 2B |
| Octal | 253 | 135 | 60 | 0 | 56 | 110 | 41 | 26 | 70 | 53 |
| Binary | 10101011 | 1011101 | 110000 | 0 | 101110 | 1001000 | 100001 | 10110 | 111000 | 101011 |
Color Harmonies of #AB5D30
Complementary color
Monochromatic Colors of #AB5D30
Black with #AB5D30
Text Example
Text Example
White with #AB5D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5D30; }
p { color: rgb(171,93,48); }
H1.HeaderClassName
{
color: #AB5D30;
}
.AnyTagClassName
{
color: #AB5D30;
}
</style>
background-color css
<style>
a { background-color: #AB5D30; }
a { background-color: rgb(171,93,48); }
div.DivClassName
{
background-color: #AB5D30;
}
.BgClassName
{
background-color: #AB5D30;
}
</style>
border-color css
<style>
span { border-color: #AB5D30; }
span { border-color: rgb(171,93,48); }
td.TdClassName
{
border-color: #AB5D30;
}
.TagClassName
{
border-color: #AB5D30;
}
</style>