Shades of Salmon #FC7E63
Tints of Salmon #FC7E63
RGB
CMYK
RGB Variations
Color information
#FC7E63 (or 0xFC7E63) is known color: Salmon. HEX triplet: FC, 7E and 63. RGB value is (252,126,99). Sum of RGB (Red+Green+Blue) = 252+126+99=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7E63 is #03819C. Grayscale: #A0A0A0. Windows color (decimal): -229789 or 6520572. OLE color: 6520572.
HSL color Cylindrical-coordinate representation of color #FC7E63: hue angle of 10.59º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC7E63 is Cyan = 0, Magento = 0.5, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 126 | 99 | - |
| CMYK | 0 | 0.5 | 0.61 | 0.01 |
| HSL | 10.59º | 0.96% | 0.69% | - |
| HSV(B) | 10.59º | 0.61% | 0.99% | - |
| XYZ | 49.86 | 36.52 | 16.23 | - |
| YUV | 160.6 | 93.24 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 126 | 99 | 0 | 0.5 | 0.61 | 0.01 | 10.59 | 0.96 | 0.69 |
| Hex | FC | 7E | 63 | 0 | 32 | 3D | 1 | B | 60 | 45 |
| Octal | 374 | 176 | 143 | 0 | 62 | 75 | 1 | 13 | 140 | 105 |
| Binary | 11111100 | 1111110 | 1100011 | 0 | 110010 | 111101 | 1 | 1011 | 1100000 | 1000101 |
Color Harmonies of #FC7E63
Complementary color
Monochromatic Colors of #FC7E63
Black with #FC7E63
Text Example
Text Example
White with #FC7E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7E63; }
p { color: rgb(252,126,99); }
H1.HeaderClassName
{
color: #FC7E63;
}
.AnyTagClassName
{
color: #FC7E63;
}
</style>
background-color css
<style>
a { background-color: #FC7E63; }
a { background-color: rgb(252,126,99); }
div.DivClassName
{
background-color: #FC7E63;
}
.BgClassName
{
background-color: #FC7E63;
}
</style>
border-color css
<style>
span { border-color: #FC7E63; }
span { border-color: rgb(252,126,99); }
td.TdClassName
{
border-color: #FC7E63;
}
.TagClassName
{
border-color: #FC7E63;
}
</style>