Shades of Dark Tangerine #FBA115
Tints of Dark Tangerine #FBA115
RGB
CMYK
RGB Variations
Color information
#FBA115 (or 0xFBA115) is known color: Dark Tangerine. HEX triplet: FB, A1 and 15. RGB value is (251,161,21). Sum of RGB (Red+Green+Blue) = 251+161+21=433 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.97% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 21 (8.59% from 255 or 4.85% from 433); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA115 is #045EEA. Grayscale: #ACACAC. Windows color (decimal): -286443 or 1417723. OLE color: 1417723.
HSL color Cylindrical-coordinate representation of color #FBA115: hue angle of 36.52º 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 #FBA115 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 21 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.02 |
| HSL | 36.52º | 0.97% | 0.53% | - |
| HSV(B) | 36.52º | 0.92% | 0.98% | - |
| XYZ | 52.66 | 46.05 | 6.82 | - |
| YUV | 171.95 | 42.82 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 21 | 0 | 0.36 | 0.92 | 0.02 | 36.52 | 0.97 | 0.53 |
| Hex | FB | A1 | 15 | 0 | 24 | 5C | 2 | 25 | 61 | 35 |
| Octal | 373 | 241 | 25 | 0 | 44 | 134 | 2 | 45 | 141 | 65 |
| Binary | 11111011 | 10100001 | 10101 | 0 | 100100 | 1011100 | 10 | 100101 | 1100001 | 110101 |
Color Harmonies of #FBA115
Complementary color
Monochromatic Colors of #FBA115
Black with #FBA115
Text Example
Text Example
White with #FBA115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA115; }
p { color: rgb(251,161,21); }
H1.HeaderClassName
{
color: #FBA115;
}
.AnyTagClassName
{
color: #FBA115;
}
</style>
background-color css
<style>
a { background-color: #FBA115; }
a { background-color: rgb(251,161,21); }
div.DivClassName
{
background-color: #FBA115;
}
.BgClassName
{
background-color: #FBA115;
}
</style>
border-color css
<style>
span { border-color: #FBA115; }
span { border-color: rgb(251,161,21); }
td.TdClassName
{
border-color: #FBA115;
}
.TagClassName
{
border-color: #FBA115;
}
</style>