Shades of Salmon #FC8978
Tints of Salmon #FC8978
RGB
CMYK
RGB Variations
Color information
#FC8978 (or 0xFC8978) is known color: Salmon. HEX triplet: FC, 89 and 78. RGB value is (252,137,120). Sum of RGB (Red+Green+Blue) = 252+137+120=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 137 (53.91% from 255 or 26.92% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8978 is #037687. Grayscale: #A9A9A9. Windows color (decimal): -226952 or 7899644. OLE color: 7899644.
HSL color Cylindrical-coordinate representation of color #FC8978: hue angle of 7.73º 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 #FC8978 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 137 | 120 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.01 |
| HSL | 7.73º | 0.96% | 0.73% | - |
| HSV(B) | 7.73º | 0.52% | 0.99% | - |
| XYZ | 52.48 | 39.94 | 22.71 | - |
| YUV | 169.45 | 100.1 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 137 | 120 | 0 | 0.46 | 0.52 | 0.01 | 7.73 | 0.96 | 0.73 |
| Hex | FC | 89 | 78 | 0 | 2E | 34 | 1 | 8 | 60 | 49 |
| Octal | 374 | 211 | 170 | 0 | 56 | 64 | 1 | 10 | 140 | 111 |
| Binary | 11111100 | 10001001 | 1111000 | 0 | 101110 | 110100 | 1 | 1000 | 1100000 | 1001001 |
Color Harmonies of #FC8978
Complementary color
Monochromatic Colors of #FC8978
Black with #FC8978
Text Example
Text Example
White with #FC8978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8978; }
p { color: rgb(252,137,120); }
H1.HeaderClassName
{
color: #FC8978;
}
.AnyTagClassName
{
color: #FC8978;
}
</style>
background-color css
<style>
a { background-color: #FC8978; }
a { background-color: rgb(252,137,120); }
div.DivClassName
{
background-color: #FC8978;
}
.BgClassName
{
background-color: #FC8978;
}
</style>
border-color css
<style>
span { border-color: #FC8978; }
span { border-color: rgb(252,137,120); }
td.TdClassName
{
border-color: #FC8978;
}
.TagClassName
{
border-color: #FC8978;
}
</style>