Shades of Salmon #FC746D
Tints of Salmon #FC746D
RGB
CMYK
RGB Variations
Color information
#FC746D (or 0xFC746D) is known color: Salmon. HEX triplet: FC, 74 and 6D. RGB value is (252,116,109). Sum of RGB (Red+Green+Blue) = 252+116+109=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC746D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC746D is #038B92. Grayscale: #9C9C9C. Windows color (decimal): -232339 or 7173372. OLE color: 7173372.
HSL color Cylindrical-coordinate representation of color #FC746D: hue angle of 2.94º 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 #FC746D is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 109 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.01 |
| HSL | 2.94º | 0.96% | 0.71% | - |
| HSV(B) | 2.94º | 0.57% | 0.99% | - |
| XYZ | 49.15 | 34.29 | 18.5 | - |
| YUV | 155.87 | 101.56 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 109 | 0 | 0.54 | 0.57 | 0.01 | 2.94 | 0.96 | 0.71 |
| Hex | FC | 74 | 6D | 0 | 36 | 39 | 1 | 3 | 60 | 47 |
| Octal | 374 | 164 | 155 | 0 | 66 | 71 | 1 | 3 | 140 | 107 |
| Binary | 11111100 | 1110100 | 1101101 | 0 | 110110 | 111001 | 1 | 11 | 1100000 | 1000111 |
Color Harmonies of #FC746D
Complementary color
Monochromatic Colors of #FC746D
Black with #FC746D
Text Example
Text Example
White with #FC746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC746D; }
p { color: rgb(252,116,109); }
H1.HeaderClassName
{
color: #FC746D;
}
.AnyTagClassName
{
color: #FC746D;
}
</style>
background-color css
<style>
a { background-color: #FC746D; }
a { background-color: rgb(252,116,109); }
div.DivClassName
{
background-color: #FC746D;
}
.BgClassName
{
background-color: #FC746D;
}
</style>
border-color css
<style>
span { border-color: #FC746D; }
span { border-color: rgb(252,116,109); }
td.TdClassName
{
border-color: #FC746D;
}
.TagClassName
{
border-color: #FC746D;
}
</style>