Shades of Salmon #FC7D74
Tints of Salmon #FC7D74
RGB
CMYK
RGB Variations
Color information
#FC7D74 (or 0xFC7D74) is known color: Salmon. HEX triplet: FC, 7D and 74. RGB value is (252,125,116). Sum of RGB (Red+Green+Blue) = 252+125+116=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7D74 is #03828B. Grayscale: #A2A2A2. Windows color (decimal): -230028 or 7634428. OLE color: 7634428.
HSL color Cylindrical-coordinate representation of color #FC7D74: hue angle of 3.97º 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 #FC7D74 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 116 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.01 |
| HSL | 3.97º | 0.96% | 0.72% | - |
| HSV(B) | 3.97º | 0.54% | 0.99% | - |
| XYZ | 50.63 | 36.62 | 20.92 | - |
| YUV | 161.95 | 102.08 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 116 | 0 | 0.50 | 0.54 | 0.01 | 3.97 | 0.96 | 0.72 |
| Hex | FC | 7D | 74 | 0 | 32 | 36 | 1 | 4 | 60 | 48 |
| Octal | 374 | 175 | 164 | 0 | 62 | 66 | 1 | 4 | 140 | 110 |
| Binary | 11111100 | 1111101 | 1110100 | 0 | 110010 | 110110 | 1 | 100 | 1100000 | 1001000 |
Color Harmonies of #FC7D74
Complementary color
Monochromatic Colors of #FC7D74
Black with #FC7D74
Text Example
Text Example
White with #FC7D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7D74; }
p { color: rgb(252,125,116); }
H1.HeaderClassName
{
color: #FC7D74;
}
.AnyTagClassName
{
color: #FC7D74;
}
</style>
background-color css
<style>
a { background-color: #FC7D74; }
a { background-color: rgb(252,125,116); }
div.DivClassName
{
background-color: #FC7D74;
}
.BgClassName
{
background-color: #FC7D74;
}
</style>
border-color css
<style>
span { border-color: #FC7D74; }
span { border-color: rgb(252,125,116); }
td.TdClassName
{
border-color: #FC7D74;
}
.TagClassName
{
border-color: #FC7D74;
}
</style>