Shades of Orange #FFAB04
Tints of Orange #FFAB04
RGB
CMYK
RGB Variations
Color information
#FFAB04 (or 0xFFAB04) is known color: Orange. HEX triplet: FF, AB and 04. RGB value is (255,171,4). Sum of RGB (Red+Green+Blue) = 255+171+4=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 4 (1.95% from 255 or 0.93% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAB04 is #0054FB. Grayscale: #B1B1B1. Windows color (decimal): -21756 or 306175. OLE color: 306175.
HSL color Cylindrical-coordinate representation of color #FFAB04: hue angle of 39.92º 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 #FFAB04 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 4 | - |
| CMYK | 0 | 0.33 | 0.98 | 0 |
| HSL | 39.92º | 1% | 0.51% | - |
| HSV(B) | 39.92º | 0.98% | 1% | - |
| XYZ | 55.82 | 50.39 | 6.9 | - |
| YUV | 177.08 | 30.33 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 4 | 0 | 0.33 | 0.98 | 0 | 39.92 | 1 | 0.51 |
| Hex | FF | AB | 4 | 0 | 21 | 62 | 0 | 28 | 64 | 33 |
| Octal | 377 | 253 | 4 | 0 | 41 | 142 | 0 | 50 | 144 | 63 |
| Binary | 11111111 | 10101011 | 100 | 0 | 100001 | 1100010 | 0 | 101000 | 1100100 | 110011 |
Color Harmonies of #FFAB04
Complementary color
Monochromatic Colors of #FFAB04
Black with #FFAB04
Text Example
Text Example
White with #FFAB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB04; }
p { color: rgb(255,171,4); }
H1.HeaderClassName
{
color: #FFAB04;
}
.AnyTagClassName
{
color: #FFAB04;
}
</style>
background-color css
<style>
a { background-color: #FFAB04; }
a { background-color: rgb(255,171,4); }
div.DivClassName
{
background-color: #FFAB04;
}
.BgClassName
{
background-color: #FFAB04;
}
</style>
border-color css
<style>
span { border-color: #FFAB04; }
span { border-color: rgb(255,171,4); }
td.TdClassName
{
border-color: #FFAB04;
}
.TagClassName
{
border-color: #FFAB04;
}
</style>