Shades of Salmon #FC7A6D
Tints of Salmon #FC7A6D
RGB
CMYK
RGB Variations
Color information
#FC7A6D (or 0xFC7A6D) is known color: Salmon. HEX triplet: FC, 7A and 6D. RGB value is (252,122,109). Sum of RGB (Red+Green+Blue) = 252+122+109=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7A6D is #038592. Grayscale: #9F9F9F. Windows color (decimal): -230803 or 7174908. OLE color: 7174908.
HSL color Cylindrical-coordinate representation of color #FC7A6D: hue angle of 5.45º 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 #FC7A6D is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 109 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.01 |
| HSL | 5.45º | 0.96% | 0.71% | - |
| HSV(B) | 5.45º | 0.57% | 0.99% | - |
| XYZ | 49.86 | 35.72 | 18.73 | - |
| YUV | 159.39 | 99.57 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 109 | 0 | 0.52 | 0.57 | 0.01 | 5.45 | 0.96 | 0.71 |
| Hex | FC | 7A | 6D | 0 | 34 | 39 | 1 | 5 | 60 | 47 |
| Octal | 374 | 172 | 155 | 0 | 64 | 71 | 1 | 5 | 140 | 107 |
| Binary | 11111100 | 1111010 | 1101101 | 0 | 110100 | 111001 | 1 | 101 | 1100000 | 1000111 |
Color Harmonies of #FC7A6D
Complementary color
Monochromatic Colors of #FC7A6D
Black with #FC7A6D
Text Example
Text Example
White with #FC7A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A6D; }
p { color: rgb(252,122,109); }
H1.HeaderClassName
{
color: #FC7A6D;
}
.AnyTagClassName
{
color: #FC7A6D;
}
</style>
background-color css
<style>
a { background-color: #FC7A6D; }
a { background-color: rgb(252,122,109); }
div.DivClassName
{
background-color: #FC7A6D;
}
.BgClassName
{
background-color: #FC7A6D;
}
</style>
border-color css
<style>
span { border-color: #FC7A6D; }
span { border-color: rgb(252,122,109); }
td.TdClassName
{
border-color: #FC7A6D;
}
.TagClassName
{
border-color: #FC7A6D;
}
</style>