Shades of Salmon #FC7E64
Tints of Salmon #FC7E64
RGB
CMYK
RGB Variations
Color information
#FC7E64 (or 0xFC7E64) is known color: Salmon. HEX triplet: FC, 7E and 64. RGB value is (252,126,100). Sum of RGB (Red+Green+Blue) = 252+126+100=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7E64 is #03819B. Grayscale: #A0A0A0. Windows color (decimal): -229788 or 6586108. OLE color: 6586108.
HSL color Cylindrical-coordinate representation of color #FC7E64: hue angle of 10.26º 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 #FC7E64 is Cyan = 0, Magento = 0.5, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 126 | 100 | - |
| CMYK | 0 | 0.5 | 0.60 | 0.01 |
| HSL | 10.26º | 0.96% | 0.69% | - |
| HSV(B) | 10.26º | 0.6% | 0.99% | - |
| XYZ | 49.91 | 36.54 | 16.48 | - |
| YUV | 160.71 | 93.74 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 126 | 100 | 0 | 0.5 | 0.60 | 0.01 | 10.26 | 0.96 | 0.69 |
| Hex | FC | 7E | 64 | 0 | 32 | 3C | 1 | A | 60 | 45 |
| Octal | 374 | 176 | 144 | 0 | 62 | 74 | 1 | 12 | 140 | 105 |
| Binary | 11111100 | 1111110 | 1100100 | 0 | 110010 | 111100 | 1 | 1010 | 1100000 | 1000101 |
Color Harmonies of #FC7E64
Complementary color
Monochromatic Colors of #FC7E64
Black with #FC7E64
Text Example
Text Example
White with #FC7E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7E64; }
p { color: rgb(252,126,100); }
H1.HeaderClassName
{
color: #FC7E64;
}
.AnyTagClassName
{
color: #FC7E64;
}
</style>
background-color css
<style>
a { background-color: #FC7E64; }
a { background-color: rgb(252,126,100); }
div.DivClassName
{
background-color: #FC7E64;
}
.BgClassName
{
background-color: #FC7E64;
}
</style>
border-color css
<style>
span { border-color: #FC7E64; }
span { border-color: rgb(252,126,100); }
td.TdClassName
{
border-color: #FC7E64;
}
.TagClassName
{
border-color: #FC7E64;
}
</style>