Shades of Dark Tangerine #FCA211
Tints of Dark Tangerine #FCA211
RGB
CMYK
RGB Variations
Color information
#FCA211 (or 0xFCA211) is known color: Dark Tangerine. HEX triplet: FC, A2 and 11. RGB value is (252,162,17). Sum of RGB (Red+Green+Blue) = 252+162+17=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 17 (7.03% from 255 or 3.94% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA211 is #035DEE. Grayscale: #ADADAD. Windows color (decimal): -220655 or 1155836. OLE color: 1155836.
HSL color Cylindrical-coordinate representation of color #FCA211: hue angle of 37.02º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FCA211 is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 162 | 17 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.01 |
| HSL | 37.02º | 0.98% | 0.53% | - |
| HSV(B) | 37.02º | 0.93% | 0.99% | - |
| XYZ | 53.17 | 46.58 | 6.72 | - |
| YUV | 172.38 | 40.32 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 162 | 17 | 0 | 0.36 | 0.93 | 0.01 | 37.02 | 0.98 | 0.53 |
| Hex | FC | A2 | 11 | 0 | 24 | 5D | 1 | 25 | 62 | 35 |
| Octal | 374 | 242 | 21 | 0 | 44 | 135 | 1 | 45 | 142 | 65 |
| Binary | 11111100 | 10100010 | 10001 | 0 | 100100 | 1011101 | 1 | 100101 | 1100010 | 110101 |
Color Harmonies of #FCA211
Complementary color
Monochromatic Colors of #FCA211
Black with #FCA211
Text Example
Text Example
White with #FCA211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA211; }
p { color: rgb(252,162,17); }
H1.HeaderClassName
{
color: #FCA211;
}
.AnyTagClassName
{
color: #FCA211;
}
</style>
background-color css
<style>
a { background-color: #FCA211; }
a { background-color: rgb(252,162,17); }
div.DivClassName
{
background-color: #FCA211;
}
.BgClassName
{
background-color: #FCA211;
}
</style>
border-color css
<style>
span { border-color: #FCA211; }
span { border-color: rgb(252,162,17); }
td.TdClassName
{
border-color: #FCA211;
}
.TagClassName
{
border-color: #FCA211;
}
</style>