Shades of Dark Tangerine #FFAB16
Tints of Dark Tangerine #FFAB16
RGB
CMYK
RGB Variations
Color information
#FFAB16 (or 0xFFAB16) is known color: Dark Tangerine. HEX triplet: FF, AB and 16. RGB value is (255,171,22). Sum of RGB (Red+Green+Blue) = 255+171+22=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 22 (8.98% from 255 or 4.91% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAB16 is #0054E9. Grayscale: #B3B3B3. Windows color (decimal): -21738 or 1485823. OLE color: 1485823.
HSL color Cylindrical-coordinate representation of color #FFAB16: hue angle of 38.37º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFAB16 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 22 | - |
| CMYK | 0 | 0.33 | 0.91 | 0 |
| HSL | 38.37º | 1% | 0.54% | - |
| HSV(B) | 38.37º | 0.91% | 1% | - |
| XYZ | 55.95 | 50.44 | 7.55 | - |
| YUV | 179.13 | 39.33 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 22 | 0 | 0.33 | 0.91 | 0 | 38.37 | 1 | 0.54 |
| Hex | FF | AB | 16 | 0 | 21 | 5B | 0 | 26 | 64 | 36 |
| Octal | 377 | 253 | 26 | 0 | 41 | 133 | 0 | 46 | 144 | 66 |
| Binary | 11111111 | 10101011 | 10110 | 0 | 100001 | 1011011 | 0 | 100110 | 1100100 | 110110 |
Color Harmonies of #FFAB16
Complementary color
Monochromatic Colors of #FFAB16
Black with #FFAB16
Text Example
Text Example
White with #FFAB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB16; }
p { color: rgb(255,171,22); }
H1.HeaderClassName
{
color: #FFAB16;
}
.AnyTagClassName
{
color: #FFAB16;
}
</style>
background-color css
<style>
a { background-color: #FFAB16; }
a { background-color: rgb(255,171,22); }
div.DivClassName
{
background-color: #FFAB16;
}
.BgClassName
{
background-color: #FFAB16;
}
</style>
border-color css
<style>
span { border-color: #FFAB16; }
span { border-color: rgb(255,171,22); }
td.TdClassName
{
border-color: #FFAB16;
}
.TagClassName
{
border-color: #FFAB16;
}
</style>