Shades of Salmon #FC7D73
Tints of Salmon #FC7D73
RGB
CMYK
RGB Variations
Color information
#FC7D73 (or 0xFC7D73) is known color: Salmon. HEX triplet: FC, 7D and 73. RGB value is (252,125,115). Sum of RGB (Red+Green+Blue) = 252+125+115=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7D73 is #03828C. Grayscale: #A2A2A2. Windows color (decimal): -230029 or 7568892. OLE color: 7568892.
HSL color Cylindrical-coordinate representation of color #FC7D73: hue angle of 4.38º 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 #FC7D73 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 115 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.01 |
| HSL | 4.38º | 0.96% | 0.72% | - |
| HSV(B) | 4.38º | 0.54% | 0.99% | - |
| XYZ | 50.57 | 36.6 | 20.62 | - |
| YUV | 161.83 | 101.58 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 115 | 0 | 0.50 | 0.54 | 0.01 | 4.38 | 0.96 | 0.72 |
| Hex | FC | 7D | 73 | 0 | 32 | 36 | 1 | 4 | 60 | 48 |
| Octal | 374 | 175 | 163 | 0 | 62 | 66 | 1 | 4 | 140 | 110 |
| Binary | 11111100 | 1111101 | 1110011 | 0 | 110010 | 110110 | 1 | 100 | 1100000 | 1001000 |
Color Harmonies of #FC7D73
Complementary color
Monochromatic Colors of #FC7D73
Black with #FC7D73
Text Example
Text Example
White with #FC7D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7D73; }
p { color: rgb(252,125,115); }
H1.HeaderClassName
{
color: #FC7D73;
}
.AnyTagClassName
{
color: #FC7D73;
}
</style>
background-color css
<style>
a { background-color: #FC7D73; }
a { background-color: rgb(252,125,115); }
div.DivClassName
{
background-color: #FC7D73;
}
.BgClassName
{
background-color: #FC7D73;
}
</style>
border-color css
<style>
span { border-color: #FC7D73; }
span { border-color: rgb(252,125,115); }
td.TdClassName
{
border-color: #FC7D73;
}
.TagClassName
{
border-color: #FC7D73;
}
</style>