Shades of Salmon #FC7C68
Tints of Salmon #FC7C68
RGB
CMYK
RGB Variations
Color information
#FC7C68 (or 0xFC7C68) is known color: Salmon. HEX triplet: FC, 7C and 68. RGB value is (252,124,104). Sum of RGB (Red+Green+Blue) = 252+124+104=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7C68 is #038397. Grayscale: #A0A0A0. Windows color (decimal): -230296 or 6847740. OLE color: 6847740.
HSL color Cylindrical-coordinate representation of color #FC7C68: hue angle of 8.11º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC7C68 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 124 | 104 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.01 |
| HSL | 8.11º | 0.96% | 0.7% | - |
| HSV(B) | 8.11º | 0.59% | 0.99% | - |
| XYZ | 49.85 | 36.11 | 17.44 | - |
| YUV | 159.99 | 96.41 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 124 | 104 | 0 | 0.51 | 0.59 | 0.01 | 8.11 | 0.96 | 0.7 |
| Hex | FC | 7C | 68 | 0 | 33 | 3B | 1 | 8 | 60 | 46 |
| Octal | 374 | 174 | 150 | 0 | 63 | 73 | 1 | 10 | 140 | 106 |
| Binary | 11111100 | 1111100 | 1101000 | 0 | 110011 | 111011 | 1 | 1000 | 1100000 | 1000110 |
Color Harmonies of #FC7C68
Complementary color
Monochromatic Colors of #FC7C68
Black with #FC7C68
Text Example
Text Example
White with #FC7C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7C68; }
p { color: rgb(252,124,104); }
H1.HeaderClassName
{
color: #FC7C68;
}
.AnyTagClassName
{
color: #FC7C68;
}
</style>
background-color css
<style>
a { background-color: #FC7C68; }
a { background-color: rgb(252,124,104); }
div.DivClassName
{
background-color: #FC7C68;
}
.BgClassName
{
background-color: #FC7C68;
}
</style>
border-color css
<style>
span { border-color: #FC7C68; }
span { border-color: rgb(252,124,104); }
td.TdClassName
{
border-color: #FC7C68;
}
.TagClassName
{
border-color: #FC7C68;
}
</style>