Shades of Salmon #FC7574
Tints of Salmon #FC7574
RGB
CMYK
RGB Variations
Color information
#FC7574 (or 0xFC7574) is known color: Salmon. HEX triplet: FC, 75 and 74. RGB value is (252,117,116). Sum of RGB (Red+Green+Blue) = 252+117+116=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7574 is #038A8B. Grayscale: #9D9D9D. Windows color (decimal): -232076 or 7632380. OLE color: 7632380.
HSL color Cylindrical-coordinate representation of color #FC7574: hue angle of 0.44º 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 #FC7574 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 117 | 116 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.01 |
| HSL | 0.44º | 0.96% | 0.72% | - |
| HSV(B) | 0.44º | 0.54% | 0.99% | - |
| XYZ | 49.66 | 34.68 | 20.6 | - |
| YUV | 157.25 | 104.73 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 117 | 116 | 0 | 0.54 | 0.54 | 0.01 | 0.44 | 0.96 | 0.72 |
| Hex | FC | 75 | 74 | 0 | 36 | 36 | 1 | 0 | 60 | 48 |
| Octal | 374 | 165 | 164 | 0 | 66 | 66 | 1 | 0 | 140 | 110 |
| Binary | 11111100 | 1110101 | 1110100 | 0 | 110110 | 110110 | 1 | 0 | 1100000 | 1001000 |
Color Harmonies of #FC7574
Complementary color
Monochromatic Colors of #FC7574
Black with #FC7574
Text Example
Text Example
White with #FC7574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7574; }
p { color: rgb(252,117,116); }
H1.HeaderClassName
{
color: #FC7574;
}
.AnyTagClassName
{
color: #FC7574;
}
</style>
background-color css
<style>
a { background-color: #FC7574; }
a { background-color: rgb(252,117,116); }
div.DivClassName
{
background-color: #FC7574;
}
.BgClassName
{
background-color: #FC7574;
}
</style>
border-color css
<style>
span { border-color: #FC7574; }
span { border-color: rgb(252,117,116); }
td.TdClassName
{
border-color: #FC7574;
}
.TagClassName
{
border-color: #FC7574;
}
</style>