Shades of Salmon #FC7B72
Tints of Salmon #FC7B72
RGB
CMYK
RGB Variations
Color information
#FC7B72 (or 0xFC7B72) is known color: Salmon. HEX triplet: FC, 7B and 72. RGB value is (252,123,114). Sum of RGB (Red+Green+Blue) = 252+123+114=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7B72 is #03848D. Grayscale: #A0A0A0. Windows color (decimal): -230542 or 7502844. OLE color: 7502844.
HSL color Cylindrical-coordinate representation of color #FC7B72: hue angle of 3.91º 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 #FC7B72 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 114 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.01 |
| HSL | 3.91º | 0.96% | 0.72% | - |
| HSV(B) | 3.91º | 0.55% | 0.99% | - |
| XYZ | 50.27 | 36.08 | 20.23 | - |
| YUV | 160.55 | 101.74 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 114 | 0 | 0.51 | 0.55 | 0.01 | 3.91 | 0.96 | 0.72 |
| Hex | FC | 7B | 72 | 0 | 33 | 37 | 1 | 4 | 60 | 48 |
| Octal | 374 | 173 | 162 | 0 | 63 | 67 | 1 | 4 | 140 | 110 |
| Binary | 11111100 | 1111011 | 1110010 | 0 | 110011 | 110111 | 1 | 100 | 1100000 | 1001000 |
Color Harmonies of #FC7B72
Complementary color
Monochromatic Colors of #FC7B72
Black with #FC7B72
Text Example
Text Example
White with #FC7B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7B72; }
p { color: rgb(252,123,114); }
H1.HeaderClassName
{
color: #FC7B72;
}
.AnyTagClassName
{
color: #FC7B72;
}
</style>
background-color css
<style>
a { background-color: #FC7B72; }
a { background-color: rgb(252,123,114); }
div.DivClassName
{
background-color: #FC7B72;
}
.BgClassName
{
background-color: #FC7B72;
}
</style>
border-color css
<style>
span { border-color: #FC7B72; }
span { border-color: rgb(252,123,114); }
td.TdClassName
{
border-color: #FC7B72;
}
.TagClassName
{
border-color: #FC7B72;
}
</style>