Shades of Orange #FFAB05
Tints of Orange #FFAB05
RGB
CMYK
RGB Variations
Color information
#FFAB05 (or 0xFFAB05) is known color: Orange. HEX triplet: FF, AB and 05. RGB value is (255,171,5). Sum of RGB (Red+Green+Blue) = 255+171+5=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 5 (2.34% from 255 or 1.16% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAB05 is #0054FA. Grayscale: #B1B1B1. Windows color (decimal): -21755 or 371711. OLE color: 371711.
HSL color Cylindrical-coordinate representation of color #FFAB05: hue angle of 39.84º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFAB05 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 5 | - |
| CMYK | 0 | 0.33 | 0.98 | 0 |
| HSL | 39.84º | 1% | 0.51% | - |
| HSV(B) | 39.84º | 0.98% | 1% | - |
| XYZ | 55.83 | 50.4 | 6.93 | - |
| YUV | 177.19 | 30.83 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 5 | 0 | 0.33 | 0.98 | 0 | 39.84 | 1 | 0.51 |
| Hex | FF | AB | 5 | 0 | 21 | 62 | 0 | 28 | 64 | 33 |
| Octal | 377 | 253 | 5 | 0 | 41 | 142 | 0 | 50 | 144 | 63 |
| Binary | 11111111 | 10101011 | 101 | 0 | 100001 | 1100010 | 0 | 101000 | 1100100 | 110011 |
Color Harmonies of #FFAB05
Complementary color
Monochromatic Colors of #FFAB05
Black with #FFAB05
Text Example
Text Example
White with #FFAB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB05; }
p { color: rgb(255,171,5); }
H1.HeaderClassName
{
color: #FFAB05;
}
.AnyTagClassName
{
color: #FFAB05;
}
</style>
background-color css
<style>
a { background-color: #FFAB05; }
a { background-color: rgb(255,171,5); }
div.DivClassName
{
background-color: #FFAB05;
}
.BgClassName
{
background-color: #FFAB05;
}
</style>
border-color css
<style>
span { border-color: #FFAB05; }
span { border-color: rgb(255,171,5); }
td.TdClassName
{
border-color: #FFAB05;
}
.TagClassName
{
border-color: #FFAB05;
}
</style>