Shades of Dark Tangerine #FCA00C
Tints of Dark Tangerine #FCA00C
RGB
CMYK
RGB Variations
Color information
#FCA00C (or 0xFCA00C) is known color: Dark Tangerine. HEX triplet: FC, A0 and 0C. RGB value is (252,160,12). Sum of RGB (Red+Green+Blue) = 252+160+12=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 12 (5.08% from 255 or 2.83% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA00C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA00C is #035FF3. Grayscale: #ABABAB. Windows color (decimal): -221172 or 827644. OLE color: 827644.
HSL color Cylindrical-coordinate representation of color #FCA00C: hue angle of 37º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FCA00C is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 160 | 12 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.01 |
| HSL | 37º | 0.98% | 0.52% | - |
| HSV(B) | 37º | 0.95% | 0.99% | - |
| XYZ | 52.78 | 45.86 | 6.42 | - |
| YUV | 170.64 | 38.48 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 160 | 12 | 0 | 0.37 | 0.95 | 0.01 | 37 | 0.98 | 0.52 |
| Hex | FC | A0 | C | 0 | 25 | 5F | 1 | 25 | 62 | 34 |
| Octal | 374 | 240 | 14 | 0 | 45 | 137 | 1 | 45 | 142 | 64 |
| Binary | 11111100 | 10100000 | 1100 | 0 | 100101 | 1011111 | 1 | 100101 | 1100010 | 110100 |
Color Harmonies of #FCA00C
Complementary color
Monochromatic Colors of #FCA00C
Black with #FCA00C
Text Example
Text Example
White with #FCA00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA00C; }
p { color: rgb(252,160,12); }
H1.HeaderClassName
{
color: #FCA00C;
}
.AnyTagClassName
{
color: #FCA00C;
}
</style>
background-color css
<style>
a { background-color: #FCA00C; }
a { background-color: rgb(252,160,12); }
div.DivClassName
{
background-color: #FCA00C;
}
.BgClassName
{
background-color: #FCA00C;
}
</style>
border-color css
<style>
span { border-color: #FCA00C; }
span { border-color: rgb(252,160,12); }
td.TdClassName
{
border-color: #FCA00C;
}
.TagClassName
{
border-color: #FCA00C;
}
</style>