Shades of Salmon #FC8C78
Tints of Salmon #FC8C78
RGB
CMYK
RGB Variations
Color information
#FC8C78 (or 0xFC8C78) is known color: Salmon. HEX triplet: FC, 8C and 78. RGB value is (252,140,120). Sum of RGB (Red+Green+Blue) = 252+140+120=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 120 (47.27% from 255 or 23.44% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8C78 is #037387. Grayscale: #ABABAB. Windows color (decimal): -226184 or 7900412. OLE color: 7900412.
HSL color Cylindrical-coordinate representation of color #FC8C78: hue angle of 9.09º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC8C78 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 120 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.01 |
| HSL | 9.09º | 0.96% | 0.73% | - |
| HSV(B) | 9.09º | 0.52% | 0.99% | - |
| XYZ | 52.91 | 40.81 | 22.86 | - |
| YUV | 171.21 | 99.11 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 120 | 0 | 0.44 | 0.52 | 0.01 | 9.09 | 0.96 | 0.73 |
| Hex | FC | 8C | 78 | 0 | 2C | 34 | 1 | 9 | 60 | 49 |
| Octal | 374 | 214 | 170 | 0 | 54 | 64 | 1 | 11 | 140 | 111 |
| Binary | 11111100 | 10001100 | 1111000 | 0 | 101100 | 110100 | 1 | 1001 | 1100000 | 1001001 |
Color Harmonies of #FC8C78
Complementary color
Monochromatic Colors of #FC8C78
Black with #FC8C78
Text Example
Text Example
White with #FC8C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8C78; }
p { color: rgb(252,140,120); }
H1.HeaderClassName
{
color: #FC8C78;
}
.AnyTagClassName
{
color: #FC8C78;
}
</style>
background-color css
<style>
a { background-color: #FC8C78; }
a { background-color: rgb(252,140,120); }
div.DivClassName
{
background-color: #FC8C78;
}
.BgClassName
{
background-color: #FC8C78;
}
</style>
border-color css
<style>
span { border-color: #FC8C78; }
span { border-color: rgb(252,140,120); }
td.TdClassName
{
border-color: #FC8C78;
}
.TagClassName
{
border-color: #FC8C78;
}
</style>