Shades of Salmon #FC7C74
Tints of Salmon #FC7C74
RGB
CMYK
RGB Variations
Color information
#FC7C74 (or 0xFC7C74) is known color: Salmon. HEX triplet: FC, 7C and 74. RGB value is (252,124,116). Sum of RGB (Red+Green+Blue) = 252+124+116=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7C74 is #03838B. Grayscale: #A1A1A1. Windows color (decimal): -230284 or 7634172. OLE color: 7634172.
HSL color Cylindrical-coordinate representation of color #FC7C74: hue angle of 3.53º 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 #FC7C74 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 124 | 116 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.01 |
| HSL | 3.53º | 0.96% | 0.72% | - |
| HSV(B) | 3.53º | 0.54% | 0.99% | - |
| XYZ | 50.5 | 36.37 | 20.88 | - |
| YUV | 161.36 | 102.41 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 124 | 116 | 0 | 0.51 | 0.54 | 0.01 | 3.53 | 0.96 | 0.72 |
| Hex | FC | 7C | 74 | 0 | 33 | 36 | 1 | 4 | 60 | 48 |
| Octal | 374 | 174 | 164 | 0 | 63 | 66 | 1 | 4 | 140 | 110 |
| Binary | 11111100 | 1111100 | 1110100 | 0 | 110011 | 110110 | 1 | 100 | 1100000 | 1001000 |
Color Harmonies of #FC7C74
Complementary color
Monochromatic Colors of #FC7C74
Black with #FC7C74
Text Example
Text Example
White with #FC7C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7C74; }
p { color: rgb(252,124,116); }
H1.HeaderClassName
{
color: #FC7C74;
}
.AnyTagClassName
{
color: #FC7C74;
}
</style>
background-color css
<style>
a { background-color: #FC7C74; }
a { background-color: rgb(252,124,116); }
div.DivClassName
{
background-color: #FC7C74;
}
.BgClassName
{
background-color: #FC7C74;
}
</style>
border-color css
<style>
span { border-color: #FC7C74; }
span { border-color: rgb(252,124,116); }
td.TdClassName
{
border-color: #FC7C74;
}
.TagClassName
{
border-color: #FC7C74;
}
</style>