Shades of Dark Tangerine #FBA212
Tints of Dark Tangerine #FBA212
RGB
CMYK
RGB Variations
Color information
#FBA212 (or 0xFBA212) is known color: Dark Tangerine. HEX triplet: FB, A2 and 12. RGB value is (251,162,18). Sum of RGB (Red+Green+Blue) = 251+162+18=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 18 (7.42% from 255 or 4.18% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA212 is #045DED. Grayscale: #ACACAC. Windows color (decimal): -286190 or 1221371. OLE color: 1221371.
HSL color Cylindrical-coordinate representation of color #FBA212: hue angle of 37.08º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FBA212 is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 18 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.02 |
| HSL | 37.08º | 0.97% | 0.53% | - |
| HSV(B) | 37.08º | 0.93% | 0.98% | - |
| XYZ | 52.81 | 46.39 | 6.74 | - |
| YUV | 172.2 | 40.99 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 18 | 0 | 0.35 | 0.93 | 0.02 | 37.08 | 0.97 | 0.53 |
| Hex | FB | A2 | 12 | 0 | 23 | 5D | 2 | 25 | 61 | 35 |
| Octal | 373 | 242 | 22 | 0 | 43 | 135 | 2 | 45 | 141 | 65 |
| Binary | 11111011 | 10100010 | 10010 | 0 | 100011 | 1011101 | 10 | 100101 | 1100001 | 110101 |
Color Harmonies of #FBA212
Complementary color
Monochromatic Colors of #FBA212
Black with #FBA212
Text Example
Text Example
White with #FBA212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA212; }
p { color: rgb(251,162,18); }
H1.HeaderClassName
{
color: #FBA212;
}
.AnyTagClassName
{
color: #FBA212;
}
</style>
background-color css
<style>
a { background-color: #FBA212; }
a { background-color: rgb(251,162,18); }
div.DivClassName
{
background-color: #FBA212;
}
.BgClassName
{
background-color: #FBA212;
}
</style>
border-color css
<style>
span { border-color: #FBA212; }
span { border-color: rgb(251,162,18); }
td.TdClassName
{
border-color: #FBA212;
}
.TagClassName
{
border-color: #FBA212;
}
</style>