Shades of Salmon #FC7C6D
Tints of Salmon #FC7C6D
RGB
CMYK
RGB Variations
Color information
#FC7C6D (or 0xFC7C6D) is known color: Salmon. HEX triplet: FC, 7C and 6D. RGB value is (252,124,109). Sum of RGB (Red+Green+Blue) = 252+124+109=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7C6D is #038392. Grayscale: #A0A0A0. Windows color (decimal): -230291 or 7175420. OLE color: 7175420.
HSL color Cylindrical-coordinate representation of color #FC7C6D: hue angle of 6.29º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FC7C6D is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 124 | 109 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.01 |
| HSL | 6.29º | 0.96% | 0.71% | - |
| HSV(B) | 6.29º | 0.57% | 0.99% | - |
| XYZ | 50.11 | 36.21 | 18.82 | - |
| YUV | 160.56 | 98.91 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 124 | 109 | 0 | 0.51 | 0.57 | 0.01 | 6.29 | 0.96 | 0.71 |
| Hex | FC | 7C | 6D | 0 | 33 | 39 | 1 | 6 | 60 | 47 |
| Octal | 374 | 174 | 155 | 0 | 63 | 71 | 1 | 6 | 140 | 107 |
| Binary | 11111100 | 1111100 | 1101101 | 0 | 110011 | 111001 | 1 | 110 | 1100000 | 1000111 |
Color Harmonies of #FC7C6D
Complementary color
Monochromatic Colors of #FC7C6D
Black with #FC7C6D
Text Example
Text Example
White with #FC7C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7C6D; }
p { color: rgb(252,124,109); }
H1.HeaderClassName
{
color: #FC7C6D;
}
.AnyTagClassName
{
color: #FC7C6D;
}
</style>
background-color css
<style>
a { background-color: #FC7C6D; }
a { background-color: rgb(252,124,109); }
div.DivClassName
{
background-color: #FC7C6D;
}
.BgClassName
{
background-color: #FC7C6D;
}
</style>
border-color css
<style>
span { border-color: #FC7C6D; }
span { border-color: rgb(252,124,109); }
td.TdClassName
{
border-color: #FC7C6D;
}
.TagClassName
{
border-color: #FC7C6D;
}
</style>