Shades of Salmon #FC877D
Tints of Salmon #FC877D
RGB
CMYK
RGB Variations
Color information
#FC877D (or 0xFC877D) is known color: Salmon. HEX triplet: FC, 87 and 7D. RGB value is (252,135,125). Sum of RGB (Red+Green+Blue) = 252+135+125=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 135 (53.12% from 255 or 26.37% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC877D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC877D is #037882. Grayscale: #A9A9A9. Windows color (decimal): -227459 or 8226812. OLE color: 8226812.
HSL color Cylindrical-coordinate representation of color #FC877D: hue angle of 4.72º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC877D is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 135 | 125 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.01 |
| HSL | 4.72º | 0.95% | 0.74% | - |
| HSV(B) | 4.72º | 0.5% | 0.99% | - |
| XYZ | 52.51 | 39.5 | 24.26 | - |
| YUV | 168.84 | 103.26 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 135 | 125 | 0 | 0.46 | 0.50 | 0.01 | 4.72 | 0.95 | 0.74 |
| Hex | FC | 87 | 7D | 0 | 2E | 32 | 1 | 5 | 5F | 4A |
| Octal | 374 | 207 | 175 | 0 | 56 | 62 | 1 | 5 | 137 | 112 |
| Binary | 11111100 | 10000111 | 1111101 | 0 | 101110 | 110010 | 1 | 101 | 1011111 | 1001010 |
Color Harmonies of #FC877D
Complementary color
Monochromatic Colors of #FC877D
Black with #FC877D
Text Example
Text Example
White with #FC877D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC877D; }
p { color: rgb(252,135,125); }
H1.HeaderClassName
{
color: #FC877D;
}
.AnyTagClassName
{
color: #FC877D;
}
</style>
background-color css
<style>
a { background-color: #FC877D; }
a { background-color: rgb(252,135,125); }
div.DivClassName
{
background-color: #FC877D;
}
.BgClassName
{
background-color: #FC877D;
}
</style>
border-color css
<style>
span { border-color: #FC877D; }
span { border-color: rgb(252,135,125); }
td.TdClassName
{
border-color: #FC877D;
}
.TagClassName
{
border-color: #FC877D;
}
</style>