Shades of Dark Tangerine #FBAB16
Tints of Dark Tangerine #FBAB16
RGB
CMYK
RGB Variations
Color information
#FBAB16 (or 0xFBAB16) is known color: Dark Tangerine. HEX triplet: FB, AB and 16. RGB value is (251,171,22). Sum of RGB (Red+Green+Blue) = 251+171+22=444 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.53% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 22 (8.98% from 255 or 4.95% from 444); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBAB16 is #0454E9. Grayscale: #B2B2B2. Windows color (decimal): -283882 or 1485819. OLE color: 1485819.
HSL color Cylindrical-coordinate representation of color #FBAB16: hue angle of 39.04º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FBAB16 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 22 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.02 |
| HSL | 39.04º | 0.97% | 0.54% | - |
| HSV(B) | 39.04º | 0.91% | 0.98% | - |
| XYZ | 54.49 | 49.69 | 7.48 | - |
| YUV | 177.93 | 40 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 22 | 0 | 0.32 | 0.91 | 0.02 | 39.04 | 0.97 | 0.54 |
| Hex | FB | AB | 16 | 0 | 20 | 5B | 2 | 27 | 61 | 36 |
| Octal | 373 | 253 | 26 | 0 | 40 | 133 | 2 | 47 | 141 | 66 |
| Binary | 11111011 | 10101011 | 10110 | 0 | 100000 | 1011011 | 10 | 100111 | 1100001 | 110110 |
Color Harmonies of #FBAB16
Complementary color
Monochromatic Colors of #FBAB16
Black with #FBAB16
Text Example
Text Example
White with #FBAB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAB16; }
p { color: rgb(251,171,22); }
H1.HeaderClassName
{
color: #FBAB16;
}
.AnyTagClassName
{
color: #FBAB16;
}
</style>
background-color css
<style>
a { background-color: #FBAB16; }
a { background-color: rgb(251,171,22); }
div.DivClassName
{
background-color: #FBAB16;
}
.BgClassName
{
background-color: #FBAB16;
}
</style>
border-color css
<style>
span { border-color: #FBAB16; }
span { border-color: rgb(251,171,22); }
td.TdClassName
{
border-color: #FBAB16;
}
.TagClassName
{
border-color: #FBAB16;
}
</style>