Shades of Salmon #FC7B74
Tints of Salmon #FC7B74
RGB
CMYK
RGB Variations
Color information
#FC7B74 (or 0xFC7B74) is known color: Salmon. HEX triplet: FC, 7B and 74. RGB value is (252,123,116). Sum of RGB (Red+Green+Blue) = 252+123+116=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7B74 is #03848B. Grayscale: #A0A0A0. Windows color (decimal): -230540 or 7633916. OLE color: 7633916.
HSL color Cylindrical-coordinate representation of color #FC7B74: hue angle of 3.09º 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 #FC7B74 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 116 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.01 |
| HSL | 3.09º | 0.96% | 0.72% | - |
| HSV(B) | 3.09º | 0.54% | 0.99% | - |
| XYZ | 50.38 | 36.12 | 20.84 | - |
| YUV | 160.77 | 102.74 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 116 | 0 | 0.51 | 0.54 | 0.01 | 3.09 | 0.96 | 0.72 |
| Hex | FC | 7B | 74 | 0 | 33 | 36 | 1 | 3 | 60 | 48 |
| Octal | 374 | 173 | 164 | 0 | 63 | 66 | 1 | 3 | 140 | 110 |
| Binary | 11111100 | 1111011 | 1110100 | 0 | 110011 | 110110 | 1 | 11 | 1100000 | 1001000 |
Color Harmonies of #FC7B74
Complementary color
Monochromatic Colors of #FC7B74
Black with #FC7B74
Text Example
Text Example
White with #FC7B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7B74; }
p { color: rgb(252,123,116); }
H1.HeaderClassName
{
color: #FC7B74;
}
.AnyTagClassName
{
color: #FC7B74;
}
</style>
background-color css
<style>
a { background-color: #FC7B74; }
a { background-color: rgb(252,123,116); }
div.DivClassName
{
background-color: #FC7B74;
}
.BgClassName
{
background-color: #FC7B74;
}
</style>
border-color css
<style>
span { border-color: #FC7B74; }
span { border-color: rgb(252,123,116); }
td.TdClassName
{
border-color: #FC7B74;
}
.TagClassName
{
border-color: #FC7B74;
}
</style>