Shades of Dark Tangerine #FBA213
Tints of Dark Tangerine #FBA213
RGB
CMYK
RGB Variations
Color information
#FBA213 (or 0xFBA213) is known color: Dark Tangerine. HEX triplet: FB, A2 and 13. RGB value is (251,162,19). Sum of RGB (Red+Green+Blue) = 251+162+19=432 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.10% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 19 (7.81% from 255 or 4.40% from 432); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA213 is #045DEC. Grayscale: #ACACAC. Windows color (decimal): -286189 or 1286907. OLE color: 1286907.
HSL color Cylindrical-coordinate representation of color #FBA213: hue angle of 36.98º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FBA213 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 19 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.02 |
| HSL | 36.98º | 0.97% | 0.53% | - |
| HSV(B) | 36.98º | 0.92% | 0.98% | - |
| XYZ | 52.82 | 46.4 | 6.79 | - |
| YUV | 172.31 | 41.49 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 19 | 0 | 0.35 | 0.92 | 0.02 | 36.98 | 0.97 | 0.53 |
| Hex | FB | A2 | 13 | 0 | 23 | 5C | 2 | 25 | 61 | 35 |
| Octal | 373 | 242 | 23 | 0 | 43 | 134 | 2 | 45 | 141 | 65 |
| Binary | 11111011 | 10100010 | 10011 | 0 | 100011 | 1011100 | 10 | 100101 | 1100001 | 110101 |
Color Harmonies of #FBA213
Complementary color
Monochromatic Colors of #FBA213
Black with #FBA213
Text Example
Text Example
White with #FBA213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA213; }
p { color: rgb(251,162,19); }
H1.HeaderClassName
{
color: #FBA213;
}
.AnyTagClassName
{
color: #FBA213;
}
</style>
background-color css
<style>
a { background-color: #FBA213; }
a { background-color: rgb(251,162,19); }
div.DivClassName
{
background-color: #FBA213;
}
.BgClassName
{
background-color: #FBA213;
}
</style>
border-color css
<style>
span { border-color: #FBA213; }
span { border-color: rgb(251,162,19); }
td.TdClassName
{
border-color: #FBA213;
}
.TagClassName
{
border-color: #FBA213;
}
</style>