Shades of Dark Tangerine #FCBA14
Tints of Dark Tangerine #FCBA14
RGB
CMYK
RGB Variations
Color information
#FCBA14 (or 0xFCBA14) is known color: Dark Tangerine. HEX triplet: FC, BA and 14. RGB value is (252,186,20). Sum of RGB (Red+Green+Blue) = 252+186+20=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 20 (8.20% from 255 or 4.37% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBA14 is #0345EB. Grayscale: #BBBBBB. Windows color (decimal): -214508 or 1358588. OLE color: 1358588.
HSL color Cylindrical-coordinate representation of color #FCBA14: hue angle of 42.93º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCBA14 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 20 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.01 |
| HSL | 42.93º | 0.97% | 0.53% | - |
| HSV(B) | 42.93º | 0.92% | 0.99% | - |
| XYZ | 57.83 | 55.86 | 8.4 | - |
| YUV | 186.81 | 33.87 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 20 | 0 | 0.26 | 0.92 | 0.01 | 42.93 | 0.97 | 0.53 |
| Hex | FC | BA | 14 | 0 | 1A | 5C | 1 | 2B | 61 | 35 |
| Octal | 374 | 272 | 24 | 0 | 32 | 134 | 1 | 53 | 141 | 65 |
| Binary | 11111100 | 10111010 | 10100 | 0 | 11010 | 1011100 | 1 | 101011 | 1100001 | 110101 |
Color Harmonies of #FCBA14
Complementary color
Monochromatic Colors of #FCBA14
Black with #FCBA14
Text Example
Text Example
White with #FCBA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA14; }
p { color: rgb(252,186,20); }
H1.HeaderClassName
{
color: #FCBA14;
}
.AnyTagClassName
{
color: #FCBA14;
}
</style>
background-color css
<style>
a { background-color: #FCBA14; }
a { background-color: rgb(252,186,20); }
div.DivClassName
{
background-color: #FCBA14;
}
.BgClassName
{
background-color: #FCBA14;
}
</style>
border-color css
<style>
span { border-color: #FCBA14; }
span { border-color: rgb(252,186,20); }
td.TdClassName
{
border-color: #FCBA14;
}
.TagClassName
{
border-color: #FCBA14;
}
</style>