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