Shades of Orange #FFAB06
Tints of Orange #FFAB06
RGB
CMYK
RGB Variations
Color information
#FFAB06 (or 0xFFAB06) is known color: Orange. HEX triplet: FF, AB and 06. RGB value is (255,171,6). Sum of RGB (Red+Green+Blue) = 255+171+6=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 6 (2.73% from 255 or 1.39% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAB06 is #0054F9. Grayscale: #B2B2B2. Windows color (decimal): -21754 or 437247. OLE color: 437247.
HSL color Cylindrical-coordinate representation of color #FFAB06: hue angle of 39.76º 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 #FFAB06 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 6 | - |
| CMYK | 0 | 0.33 | 0.98 | 0 |
| HSL | 39.76º | 1% | 0.51% | - |
| HSV(B) | 39.76º | 0.98% | 1% | - |
| XYZ | 55.84 | 50.4 | 6.96 | - |
| YUV | 177.31 | 31.33 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 6 | 0 | 0.33 | 0.98 | 0 | 39.76 | 1 | 0.51 |
| Hex | FF | AB | 6 | 0 | 21 | 62 | 0 | 28 | 64 | 33 |
| Octal | 377 | 253 | 6 | 0 | 41 | 142 | 0 | 50 | 144 | 63 |
| Binary | 11111111 | 10101011 | 110 | 0 | 100001 | 1100010 | 0 | 101000 | 1100100 | 110011 |
Color Harmonies of #FFAB06
Complementary color
Monochromatic Colors of #FFAB06
Black with #FFAB06
Text Example
Text Example
White with #FFAB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB06; }
p { color: rgb(255,171,6); }
H1.HeaderClassName
{
color: #FFAB06;
}
.AnyTagClassName
{
color: #FFAB06;
}
</style>
background-color css
<style>
a { background-color: #FFAB06; }
a { background-color: rgb(255,171,6); }
div.DivClassName
{
background-color: #FFAB06;
}
.BgClassName
{
background-color: #FFAB06;
}
</style>
border-color css
<style>
span { border-color: #FFAB06; }
span { border-color: rgb(255,171,6); }
td.TdClassName
{
border-color: #FFAB06;
}
.TagClassName
{
border-color: #FFAB06;
}
</style>