Shades of Dark Tangerine #FBA90B
Tints of Dark Tangerine #FBA90B
RGB
CMYK
RGB Variations
Color information
#FBA90B (or 0xFBA90B) is known color: Dark Tangerine. HEX triplet: FB, A9 and 0B. RGB value is (251,169,11). Sum of RGB (Red+Green+Blue) = 251+169+11=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 11 (4.69% from 255 or 2.55% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA90B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA90B is #0456F4. Grayscale: #B0B0B0. Windows color (decimal): -284405 or 764411. OLE color: 764411.
HSL color Cylindrical-coordinate representation of color #FBA90B: hue angle of 39.5º 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 #FBA90B is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 11 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.02 |
| HSL | 39.5º | 0.97% | 0.51% | - |
| HSV(B) | 39.5º | 0.96% | 0.98% | - |
| XYZ | 54.03 | 48.91 | 6.91 | - |
| YUV | 175.51 | 35.17 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 11 | 0 | 0.33 | 0.96 | 0.02 | 39.5 | 0.97 | 0.51 |
| Hex | FB | A9 | B | 0 | 21 | 60 | 2 | 28 | 61 | 33 |
| Octal | 373 | 251 | 13 | 0 | 41 | 140 | 2 | 50 | 141 | 63 |
| Binary | 11111011 | 10101001 | 1011 | 0 | 100001 | 1100000 | 10 | 101000 | 1100001 | 110011 |
Color Harmonies of #FBA90B
Complementary color
Monochromatic Colors of #FBA90B
Black with #FBA90B
Text Example
Text Example
White with #FBA90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA90B; }
p { color: rgb(251,169,11); }
H1.HeaderClassName
{
color: #FBA90B;
}
.AnyTagClassName
{
color: #FBA90B;
}
</style>
background-color css
<style>
a { background-color: #FBA90B; }
a { background-color: rgb(251,169,11); }
div.DivClassName
{
background-color: #FBA90B;
}
.BgClassName
{
background-color: #FBA90B;
}
</style>
border-color css
<style>
span { border-color: #FBA90B; }
span { border-color: rgb(251,169,11); }
td.TdClassName
{
border-color: #FBA90B;
}
.TagClassName
{
border-color: #FBA90B;
}
</style>