Shades of Salmon #FC7F65
Tints of Salmon #FC7F65
RGB
CMYK
RGB Variations
Color information
#FC7F65 (or 0xFC7F65) is known color: Salmon. HEX triplet: FC, 7F and 65. RGB value is (252,127,101). Sum of RGB (Red+Green+Blue) = 252+127+101=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7F65 is #03809A. Grayscale: #A1A1A1. Windows color (decimal): -229531 or 6651900. OLE color: 6651900.
HSL color Cylindrical-coordinate representation of color #FC7F65: hue angle of 10.33º 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 #FC7F65 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 127 | 101 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.01 |
| HSL | 10.33º | 0.96% | 0.69% | - |
| HSV(B) | 10.33º | 0.6% | 0.99% | - |
| XYZ | 50.08 | 36.81 | 16.78 | - |
| YUV | 161.41 | 93.91 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 127 | 101 | 0 | 0.50 | 0.60 | 0.01 | 10.33 | 0.96 | 0.69 |
| Hex | FC | 7F | 65 | 0 | 32 | 3C | 1 | A | 60 | 45 |
| Octal | 374 | 177 | 145 | 0 | 62 | 74 | 1 | 12 | 140 | 105 |
| Binary | 11111100 | 1111111 | 1100101 | 0 | 110010 | 111100 | 1 | 1010 | 1100000 | 1000101 |
Color Harmonies of #FC7F65
Complementary color
Monochromatic Colors of #FC7F65
Black with #FC7F65
Text Example
Text Example
White with #FC7F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7F65; }
p { color: rgb(252,127,101); }
H1.HeaderClassName
{
color: #FC7F65;
}
.AnyTagClassName
{
color: #FC7F65;
}
</style>
background-color css
<style>
a { background-color: #FC7F65; }
a { background-color: rgb(252,127,101); }
div.DivClassName
{
background-color: #FC7F65;
}
.BgClassName
{
background-color: #FC7F65;
}
</style>
border-color css
<style>
span { border-color: #FC7F65; }
span { border-color: rgb(252,127,101); }
td.TdClassName
{
border-color: #FC7F65;
}
.TagClassName
{
border-color: #FC7F65;
}
</style>