Shades of Salmon #FB7C76
Tints of Salmon #FB7C76
RGB
CMYK
RGB Variations
Color information
#FB7C76 (or 0xFB7C76) is known color: Salmon. HEX triplet: FB, 7C and 76. RGB value is (251,124,118). Sum of RGB (Red+Green+Blue) = 251+124+118=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7C76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7C76 is #048389. Grayscale: #A1A1A1. Windows color (decimal): -295818 or 7765243. OLE color: 7765243.
HSL color Cylindrical-coordinate representation of color #FB7C76: hue angle of 2.71º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB7C76 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 124 | 118 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.02 |
| HSL | 2.71º | 0.94% | 0.72% | - |
| HSV(B) | 2.71º | 0.53% | 0.98% | - |
| XYZ | 50.26 | 36.23 | 21.48 | - |
| YUV | 161.29 | 103.58 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 124 | 118 | 0 | 0.51 | 0.53 | 0.02 | 2.71 | 0.94 | 0.72 |
| Hex | FB | 7C | 76 | 0 | 33 | 35 | 2 | 3 | 5E | 48 |
| Octal | 373 | 174 | 166 | 0 | 63 | 65 | 2 | 3 | 136 | 110 |
| Binary | 11111011 | 1111100 | 1110110 | 0 | 110011 | 110101 | 10 | 11 | 1011110 | 1001000 |
Color Harmonies of #FB7C76
Complementary color
Monochromatic Colors of #FB7C76
Black with #FB7C76
Text Example
Text Example
White with #FB7C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7C76; }
p { color: rgb(251,124,118); }
H1.HeaderClassName
{
color: #FB7C76;
}
.AnyTagClassName
{
color: #FB7C76;
}
</style>
background-color css
<style>
a { background-color: #FB7C76; }
a { background-color: rgb(251,124,118); }
div.DivClassName
{
background-color: #FB7C76;
}
.BgClassName
{
background-color: #FB7C76;
}
</style>
border-color css
<style>
span { border-color: #FB7C76; }
span { border-color: rgb(251,124,118); }
td.TdClassName
{
border-color: #FB7C76;
}
.TagClassName
{
border-color: #FB7C76;
}
</style>