Shades of Vivid Tangerine #FC977C
Tints of Vivid Tangerine #FC977C
RGB
CMYK
RGB Variations
Color information
#FC977C (or 0xFC977C) is known color: Vivid Tangerine. HEX triplet: FC, 97 and 7C. RGB value is (252,151,124). Sum of RGB (Red+Green+Blue) = 252+151+124=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FC977C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC977C is #036883. Grayscale: #B2B2B2. Windows color (decimal): -223364 or 8165372. OLE color: 8165372.
HSL color Cylindrical-coordinate representation of color #FC977C: hue angle of 12.66º 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 #FC977C is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 151 | 124 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.01 |
| HSL | 12.66º | 0.96% | 0.74% | - |
| HSV(B) | 12.66º | 0.51% | 0.99% | - |
| XYZ | 54.85 | 44.28 | 24.73 | - |
| YUV | 178.12 | 97.46 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 151 | 124 | 0 | 0.40 | 0.51 | 0.01 | 12.66 | 0.96 | 0.74 |
| Hex | FC | 97 | 7C | 0 | 28 | 33 | 1 | D | 60 | 4A |
| Octal | 374 | 227 | 174 | 0 | 50 | 63 | 1 | 15 | 140 | 112 |
| Binary | 11111100 | 10010111 | 1111100 | 0 | 101000 | 110011 | 1 | 1101 | 1100000 | 1001010 |
Color Harmonies of #FC977C
Complementary color
Monochromatic Colors of #FC977C
Black with #FC977C
Text Example
Text Example
White with #FC977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC977C; }
p { color: rgb(252,151,124); }
H1.HeaderClassName
{
color: #FC977C;
}
.AnyTagClassName
{
color: #FC977C;
}
</style>
background-color css
<style>
a { background-color: #FC977C; }
a { background-color: rgb(252,151,124); }
div.DivClassName
{
background-color: #FC977C;
}
.BgClassName
{
background-color: #FC977C;
}
</style>
border-color css
<style>
span { border-color: #FC977C; }
span { border-color: rgb(252,151,124); }
td.TdClassName
{
border-color: #FC977C;
}
.TagClassName
{
border-color: #FC977C;
}
</style>