Shades of Dark Tangerine #FBA10B
Tints of Dark Tangerine #FBA10B
RGB
CMYK
RGB Variations
Color information
#FBA10B (or 0xFBA10B) is known color: Dark Tangerine. HEX triplet: FB, A1 and 0B. RGB value is (251,161,11). Sum of RGB (Red+Green+Blue) = 251+161+11=423 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.34% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 11 (4.69% from 255 or 2.60% from 423); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA10B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA10B is #045EF4. Grayscale: #ABABAB. Windows color (decimal): -286453 or 762363. OLE color: 762363.
HSL color Cylindrical-coordinate representation of color #FBA10B: hue angle of 37.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 #FBA10B is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 11 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.02 |
| HSL | 37.5º | 0.97% | 0.51% | - |
| HSV(B) | 37.5º | 0.96% | 0.98% | - |
| XYZ | 52.59 | 46.02 | 6.43 | - |
| YUV | 170.81 | 37.82 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 11 | 0 | 0.36 | 0.96 | 0.02 | 37.5 | 0.97 | 0.51 |
| Hex | FB | A1 | B | 0 | 24 | 60 | 2 | 26 | 61 | 33 |
| Octal | 373 | 241 | 13 | 0 | 44 | 140 | 2 | 46 | 141 | 63 |
| Binary | 11111011 | 10100001 | 1011 | 0 | 100100 | 1100000 | 10 | 100110 | 1100001 | 110011 |
Color Harmonies of #FBA10B
Complementary color
Monochromatic Colors of #FBA10B
Black with #FBA10B
Text Example
Text Example
White with #FBA10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA10B; }
p { color: rgb(251,161,11); }
H1.HeaderClassName
{
color: #FBA10B;
}
.AnyTagClassName
{
color: #FBA10B;
}
</style>
background-color css
<style>
a { background-color: #FBA10B; }
a { background-color: rgb(251,161,11); }
div.DivClassName
{
background-color: #FBA10B;
}
.BgClassName
{
background-color: #FBA10B;
}
</style>
border-color css
<style>
span { border-color: #FBA10B; }
span { border-color: rgb(251,161,11); }
td.TdClassName
{
border-color: #FBA10B;
}
.TagClassName
{
border-color: #FBA10B;
}
</style>