Shades of Salmon #FC8875
Tints of Salmon #FC8875
RGB
CMYK
RGB Variations
Color information
#FC8875 (or 0xFC8875) is known color: Salmon. HEX triplet: FC, 88 and 75. RGB value is (252,136,117). Sum of RGB (Red+Green+Blue) = 252+136+117=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8875 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8875 is #03778A. Grayscale: #A8A8A8. Windows color (decimal): -227211 or 7702780. OLE color: 7702780.
HSL color Cylindrical-coordinate representation of color #FC8875: hue angle of 8.44º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC8875 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 117 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.01 |
| HSL | 8.44º | 0.96% | 0.72% | - |
| HSV(B) | 8.44º | 0.54% | 0.99% | - |
| XYZ | 52.16 | 39.59 | 21.72 | - |
| YUV | 168.52 | 98.93 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 117 | 0 | 0.46 | 0.54 | 0.01 | 8.44 | 0.96 | 0.72 |
| Hex | FC | 88 | 75 | 0 | 2E | 36 | 1 | 8 | 60 | 48 |
| Octal | 374 | 210 | 165 | 0 | 56 | 66 | 1 | 10 | 140 | 110 |
| Binary | 11111100 | 10001000 | 1110101 | 0 | 101110 | 110110 | 1 | 1000 | 1100000 | 1001000 |
Color Harmonies of #FC8875
Complementary color
Monochromatic Colors of #FC8875
Black with #FC8875
Text Example
Text Example
White with #FC8875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8875; }
p { color: rgb(252,136,117); }
H1.HeaderClassName
{
color: #FC8875;
}
.AnyTagClassName
{
color: #FC8875;
}
</style>
background-color css
<style>
a { background-color: #FC8875; }
a { background-color: rgb(252,136,117); }
div.DivClassName
{
background-color: #FC8875;
}
.BgClassName
{
background-color: #FC8875;
}
</style>
border-color css
<style>
span { border-color: #FC8875; }
span { border-color: rgb(252,136,117); }
td.TdClassName
{
border-color: #FC8875;
}
.TagClassName
{
border-color: #FC8875;
}
</style>