Shades of Dark Tangerine #FBAB0A
Tints of Dark Tangerine #FBAB0A
RGB
CMYK
RGB Variations
Color information
#FBAB0A (or 0xFBAB0A) is known color: Dark Tangerine. HEX triplet: FB, AB and 0A. RGB value is (251,171,10). Sum of RGB (Red+Green+Blue) = 251+171+10=432 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.10% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 10 (4.30% from 255 or 2.31% from 432); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBAB0A is #0454F5. Grayscale: #B1B1B1. Windows color (decimal): -283894 or 699387. OLE color: 699387.
HSL color Cylindrical-coordinate representation of color #FBAB0A: hue angle of 40.08º 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 #FBAB0A is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 10 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.02 |
| HSL | 40.08º | 0.97% | 0.51% | - |
| HSV(B) | 40.08º | 0.96% | 0.98% | - |
| XYZ | 54.4 | 49.66 | 7 | - |
| YUV | 176.57 | 34 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 10 | 0 | 0.32 | 0.96 | 0.02 | 40.08 | 0.97 | 0.51 |
| Hex | FB | AB | A | 0 | 20 | 60 | 2 | 28 | 61 | 33 |
| Octal | 373 | 253 | 12 | 0 | 40 | 140 | 2 | 50 | 141 | 63 |
| Binary | 11111011 | 10101011 | 1010 | 0 | 100000 | 1100000 | 10 | 101000 | 1100001 | 110011 |
Color Harmonies of #FBAB0A
Complementary color
Monochromatic Colors of #FBAB0A
Black with #FBAB0A
Text Example
Text Example
White with #FBAB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAB0A; }
p { color: rgb(251,171,10); }
H1.HeaderClassName
{
color: #FBAB0A;
}
.AnyTagClassName
{
color: #FBAB0A;
}
</style>
background-color css
<style>
a { background-color: #FBAB0A; }
a { background-color: rgb(251,171,10); }
div.DivClassName
{
background-color: #FBAB0A;
}
.BgClassName
{
background-color: #FBAB0A;
}
</style>
border-color css
<style>
span { border-color: #FBAB0A; }
span { border-color: rgb(251,171,10); }
td.TdClassName
{
border-color: #FBAB0A;
}
.TagClassName
{
border-color: #FBAB0A;
}
</style>