Shades of Salmon #FC7C73
Tints of Salmon #FC7C73
RGB
CMYK
RGB Variations
Color information
#FC7C73 (or 0xFC7C73) is known color: Salmon. HEX triplet: FC, 7C and 73. RGB value is (252,124,115). Sum of RGB (Red+Green+Blue) = 252+124+115=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7C73 is #03838C. Grayscale: #A1A1A1. Windows color (decimal): -230285 or 7568636. OLE color: 7568636.
HSL color Cylindrical-coordinate representation of color #FC7C73: hue angle of 3.94º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC7C73 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 124 | 115 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.01 |
| HSL | 3.94º | 0.96% | 0.72% | - |
| HSV(B) | 3.94º | 0.54% | 0.99% | - |
| XYZ | 50.45 | 36.35 | 20.58 | - |
| YUV | 161.25 | 101.91 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 124 | 115 | 0 | 0.51 | 0.54 | 0.01 | 3.94 | 0.96 | 0.72 |
| Hex | FC | 7C | 73 | 0 | 33 | 36 | 1 | 4 | 60 | 48 |
| Octal | 374 | 174 | 163 | 0 | 63 | 66 | 1 | 4 | 140 | 110 |
| Binary | 11111100 | 1111100 | 1110011 | 0 | 110011 | 110110 | 1 | 100 | 1100000 | 1001000 |
Color Harmonies of #FC7C73
Complementary color
Monochromatic Colors of #FC7C73
Black with #FC7C73
Text Example
Text Example
White with #FC7C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7C73; }
p { color: rgb(252,124,115); }
H1.HeaderClassName
{
color: #FC7C73;
}
.AnyTagClassName
{
color: #FC7C73;
}
</style>
background-color css
<style>
a { background-color: #FC7C73; }
a { background-color: rgb(252,124,115); }
div.DivClassName
{
background-color: #FC7C73;
}
.BgClassName
{
background-color: #FC7C73;
}
</style>
border-color css
<style>
span { border-color: #FC7C73; }
span { border-color: rgb(252,124,115); }
td.TdClassName
{
border-color: #FC7C73;
}
.TagClassName
{
border-color: #FC7C73;
}
</style>