Shades of Vivid Tangerine #FC967C
Tints of Vivid Tangerine #FC967C
RGB
CMYK
RGB Variations
Color information
#FC967C (or 0xFC967C) is known color: Vivid Tangerine. HEX triplet: FC, 96 and 7C. RGB value is (252,150,124). Sum of RGB (Red+Green+Blue) = 252+150+124=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 124 (48.83% from 255 or 23.57% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FC967C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC967C is #036983. Grayscale: #B1B1B1. Windows color (decimal): -223620 or 8165116. OLE color: 8165116.
HSL color Cylindrical-coordinate representation of color #FC967C: hue angle of 12.19º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC967C is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 150 | 124 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.01 |
| HSL | 12.19º | 0.96% | 0.74% | - |
| HSV(B) | 12.19º | 0.51% | 0.99% | - |
| XYZ | 54.69 | 43.96 | 24.67 | - |
| YUV | 177.53 | 97.79 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 150 | 124 | 0 | 0.40 | 0.51 | 0.01 | 12.19 | 0.96 | 0.74 |
| Hex | FC | 96 | 7C | 0 | 28 | 33 | 1 | C | 60 | 4A |
| Octal | 374 | 226 | 174 | 0 | 50 | 63 | 1 | 14 | 140 | 112 |
| Binary | 11111100 | 10010110 | 1111100 | 0 | 101000 | 110011 | 1 | 1100 | 1100000 | 1001010 |
Color Harmonies of #FC967C
Complementary color
Monochromatic Colors of #FC967C
Black with #FC967C
Text Example
Text Example
White with #FC967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC967C; }
p { color: rgb(252,150,124); }
H1.HeaderClassName
{
color: #FC967C;
}
.AnyTagClassName
{
color: #FC967C;
}
</style>
background-color css
<style>
a { background-color: #FC967C; }
a { background-color: rgb(252,150,124); }
div.DivClassName
{
background-color: #FC967C;
}
.BgClassName
{
background-color: #FC967C;
}
</style>
border-color css
<style>
span { border-color: #FC967C; }
span { border-color: rgb(252,150,124); }
td.TdClassName
{
border-color: #FC967C;
}
.TagClassName
{
border-color: #FC967C;
}
</style>