Shades of Salmon #FC7D65
Tints of Salmon #FC7D65
RGB
CMYK
RGB Variations
Color information
#FC7D65 (or 0xFC7D65) is known color: Salmon. HEX triplet: FC, 7D and 65. RGB value is (252,125,101). Sum of RGB (Red+Green+Blue) = 252+125+101=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7D65 is #03829A. Grayscale: #A0A0A0. Windows color (decimal): -230043 or 6651388. OLE color: 6651388.
HSL color Cylindrical-coordinate representation of color #FC7D65: hue angle of 9.54º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC7D65 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 101 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.01 |
| HSL | 9.54º | 0.96% | 0.69% | - |
| HSV(B) | 9.54º | 0.6% | 0.99% | - |
| XYZ | 49.83 | 36.3 | 16.69 | - |
| YUV | 160.24 | 94.58 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 101 | 0 | 0.50 | 0.60 | 0.01 | 9.54 | 0.96 | 0.69 |
| Hex | FC | 7D | 65 | 0 | 32 | 3C | 1 | A | 60 | 45 |
| Octal | 374 | 175 | 145 | 0 | 62 | 74 | 1 | 12 | 140 | 105 |
| Binary | 11111100 | 1111101 | 1100101 | 0 | 110010 | 111100 | 1 | 1010 | 1100000 | 1000101 |
Color Harmonies of #FC7D65
Complementary color
Monochromatic Colors of #FC7D65
Black with #FC7D65
Text Example
Text Example
White with #FC7D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7D65; }
p { color: rgb(252,125,101); }
H1.HeaderClassName
{
color: #FC7D65;
}
.AnyTagClassName
{
color: #FC7D65;
}
</style>
background-color css
<style>
a { background-color: #FC7D65; }
a { background-color: rgb(252,125,101); }
div.DivClassName
{
background-color: #FC7D65;
}
.BgClassName
{
background-color: #FC7D65;
}
</style>
border-color css
<style>
span { border-color: #FC7D65; }
span { border-color: rgb(252,125,101); }
td.TdClassName
{
border-color: #FC7D65;
}
.TagClassName
{
border-color: #FC7D65;
}
</style>