Shades of Salmon #FC7D72
Tints of Salmon #FC7D72
RGB
CMYK
RGB Variations
Color information
#FC7D72 (or 0xFC7D72) is known color: Salmon. HEX triplet: FC, 7D and 72. RGB value is (252,125,114). Sum of RGB (Red+Green+Blue) = 252+125+114=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7D72 is #03828D. Grayscale: #A1A1A1. Windows color (decimal): -230030 or 7503356. OLE color: 7503356.
HSL color Cylindrical-coordinate representation of color #FC7D72: hue angle of 4.78º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FC7D72 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 114 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.01 |
| HSL | 4.78º | 0.96% | 0.72% | - |
| HSV(B) | 4.78º | 0.55% | 0.99% | - |
| XYZ | 50.52 | 36.58 | 20.32 | - |
| YUV | 161.72 | 101.08 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 114 | 0 | 0.50 | 0.55 | 0.01 | 4.78 | 0.96 | 0.72 |
| Hex | FC | 7D | 72 | 0 | 32 | 37 | 1 | 5 | 60 | 48 |
| Octal | 374 | 175 | 162 | 0 | 62 | 67 | 1 | 5 | 140 | 110 |
| Binary | 11111100 | 1111101 | 1110010 | 0 | 110010 | 110111 | 1 | 101 | 1100000 | 1001000 |
Color Harmonies of #FC7D72
Complementary color
Monochromatic Colors of #FC7D72
Black with #FC7D72
Text Example
Text Example
White with #FC7D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7D72; }
p { color: rgb(252,125,114); }
H1.HeaderClassName
{
color: #FC7D72;
}
.AnyTagClassName
{
color: #FC7D72;
}
</style>
background-color css
<style>
a { background-color: #FC7D72; }
a { background-color: rgb(252,125,114); }
div.DivClassName
{
background-color: #FC7D72;
}
.BgClassName
{
background-color: #FC7D72;
}
</style>
border-color css
<style>
span { border-color: #FC7D72; }
span { border-color: rgb(252,125,114); }
td.TdClassName
{
border-color: #FC7D72;
}
.TagClassName
{
border-color: #FC7D72;
}
</style>