Shades of Dark Tangerine #FBA10E
Tints of Dark Tangerine #FBA10E
RGB
CMYK
RGB Variations
Color information
#FBA10E (or 0xFBA10E) is known color: Dark Tangerine. HEX triplet: FB, A1 and 0E. RGB value is (251,161,14). Sum of RGB (Red+Green+Blue) = 251+161+14=426 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.92% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 14 (5.86% from 255 or 3.29% from 426); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA10E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA10E is #045EF1. Grayscale: #ABABAB. Windows color (decimal): -286450 or 958971. OLE color: 958971.
HSL color Cylindrical-coordinate representation of color #FBA10E: hue angle of 37.22º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FBA10E is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 14 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.02 |
| HSL | 37.22º | 0.97% | 0.52% | - |
| HSV(B) | 37.22º | 0.94% | 0.98% | - |
| XYZ | 52.61 | 46.03 | 6.53 | - |
| YUV | 171.15 | 39.32 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 14 | 0 | 0.36 | 0.94 | 0.02 | 37.22 | 0.97 | 0.52 |
| Hex | FB | A1 | E | 0 | 24 | 5E | 2 | 25 | 61 | 34 |
| Octal | 373 | 241 | 16 | 0 | 44 | 136 | 2 | 45 | 141 | 64 |
| Binary | 11111011 | 10100001 | 1110 | 0 | 100100 | 1011110 | 10 | 100101 | 1100001 | 110100 |
Color Harmonies of #FBA10E
Complementary color
Monochromatic Colors of #FBA10E
Black with #FBA10E
Text Example
Text Example
White with #FBA10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA10E; }
p { color: rgb(251,161,14); }
H1.HeaderClassName
{
color: #FBA10E;
}
.AnyTagClassName
{
color: #FBA10E;
}
</style>
background-color css
<style>
a { background-color: #FBA10E; }
a { background-color: rgb(251,161,14); }
div.DivClassName
{
background-color: #FBA10E;
}
.BgClassName
{
background-color: #FBA10E;
}
</style>
border-color css
<style>
span { border-color: #FBA10E; }
span { border-color: rgb(251,161,14); }
td.TdClassName
{
border-color: #FBA10E;
}
.TagClassName
{
border-color: #FBA10E;
}
</style>