Shades of Vivid Tangerine #FC957C
Tints of Vivid Tangerine #FC957C
RGB
CMYK
RGB Variations
Color information
#FC957C (or 0xFC957C) is known color: Vivid Tangerine. HEX triplet: FC, 95 and 7C. RGB value is (252,149,124). Sum of RGB (Red+Green+Blue) = 252+149+124=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 124 (48.83% from 255 or 23.62% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FC957C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC957C is #036A83. Grayscale: #B1B1B1. Windows color (decimal): -223876 or 8164860. OLE color: 8164860.
HSL color Cylindrical-coordinate representation of color #FC957C: hue angle of 11.72º 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 #FC957C is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 149 | 124 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.01 |
| HSL | 11.72º | 0.96% | 0.74% | - |
| HSV(B) | 11.72º | 0.51% | 0.99% | - |
| XYZ | 54.53 | 43.65 | 24.62 | - |
| YUV | 176.95 | 98.12 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 149 | 124 | 0 | 0.41 | 0.51 | 0.01 | 11.72 | 0.96 | 0.74 |
| Hex | FC | 95 | 7C | 0 | 29 | 33 | 1 | C | 60 | 4A |
| Octal | 374 | 225 | 174 | 0 | 51 | 63 | 1 | 14 | 140 | 112 |
| Binary | 11111100 | 10010101 | 1111100 | 0 | 101001 | 110011 | 1 | 1100 | 1100000 | 1001010 |
Color Harmonies of #FC957C
Complementary color
Monochromatic Colors of #FC957C
Black with #FC957C
Text Example
Text Example
White with #FC957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC957C; }
p { color: rgb(252,149,124); }
H1.HeaderClassName
{
color: #FC957C;
}
.AnyTagClassName
{
color: #FC957C;
}
</style>
background-color css
<style>
a { background-color: #FC957C; }
a { background-color: rgb(252,149,124); }
div.DivClassName
{
background-color: #FC957C;
}
.BgClassName
{
background-color: #FC957C;
}
</style>
border-color css
<style>
span { border-color: #FC957C; }
span { border-color: rgb(252,149,124); }
td.TdClassName
{
border-color: #FC957C;
}
.TagClassName
{
border-color: #FC957C;
}
</style>