Shades of Dark Tangerine #FBAB0B
Tints of Dark Tangerine #FBAB0B
RGB
CMYK
RGB Variations
Color information
#FBAB0B (or 0xFBAB0B) is known color: Dark Tangerine. HEX triplet: FB, AB and 0B. RGB value is (251,171,11). Sum of RGB (Red+Green+Blue) = 251+171+11=433 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.97% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 11 (4.69% from 255 or 2.54% from 433); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBAB0B is #0454F4. Grayscale: #B1B1B1. Windows color (decimal): -283893 or 764923. OLE color: 764923.
HSL color Cylindrical-coordinate representation of color #FBAB0B: hue angle of 40º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FBAB0B is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 11 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.02 |
| HSL | 40º | 0.97% | 0.51% | - |
| HSV(B) | 40º | 0.96% | 0.98% | - |
| XYZ | 54.41 | 49.66 | 7.03 | - |
| YUV | 176.68 | 34.5 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 11 | 0 | 0.32 | 0.96 | 0.02 | 40 | 0.97 | 0.51 |
| Hex | FB | AB | B | 0 | 20 | 60 | 2 | 28 | 61 | 33 |
| Octal | 373 | 253 | 13 | 0 | 40 | 140 | 2 | 50 | 141 | 63 |
| Binary | 11111011 | 10101011 | 1011 | 0 | 100000 | 1100000 | 10 | 101000 | 1100001 | 110011 |
Color Harmonies of #FBAB0B
Complementary color
Monochromatic Colors of #FBAB0B
Black with #FBAB0B
Text Example
Text Example
White with #FBAB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAB0B; }
p { color: rgb(251,171,11); }
H1.HeaderClassName
{
color: #FBAB0B;
}
.AnyTagClassName
{
color: #FBAB0B;
}
</style>
background-color css
<style>
a { background-color: #FBAB0B; }
a { background-color: rgb(251,171,11); }
div.DivClassName
{
background-color: #FBAB0B;
}
.BgClassName
{
background-color: #FBAB0B;
}
</style>
border-color css
<style>
span { border-color: #FBAB0B; }
span { border-color: rgb(251,171,11); }
td.TdClassName
{
border-color: #FBAB0B;
}
.TagClassName
{
border-color: #FBAB0B;
}
</style>