Shades of Salmon #FB7773
Tints of Salmon #FB7773
RGB
CMYK
RGB Variations
Color information
#FB7773 (or 0xFB7773) is known color: Salmon. HEX triplet: FB, 77 and 73. RGB value is (251,119,115). Sum of RGB (Red+Green+Blue) = 251+119+115=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7773 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7773 is #04888C. Grayscale: #9E9E9E. Windows color (decimal): -297101 or 7567355. OLE color: 7567355.
HSL color Cylindrical-coordinate representation of color #FB7773: hue angle of 1.76º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FB7773 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 119 | 115 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.02 |
| HSL | 1.76º | 0.94% | 0.72% | - |
| HSV(B) | 1.76º | 0.54% | 0.98% | - |
| XYZ | 49.48 | 34.94 | 20.36 | - |
| YUV | 158.01 | 103.73 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 115 | 0 | 0.53 | 0.54 | 0.02 | 1.76 | 0.94 | 0.72 |
| Hex | FB | 77 | 73 | 0 | 35 | 36 | 2 | 2 | 5E | 48 |
| Octal | 373 | 167 | 163 | 0 | 65 | 66 | 2 | 2 | 136 | 110 |
| Binary | 11111011 | 1110111 | 1110011 | 0 | 110101 | 110110 | 10 | 10 | 1011110 | 1001000 |
Color Harmonies of #FB7773
Complementary color
Monochromatic Colors of #FB7773
Black with #FB7773
Text Example
Text Example
White with #FB7773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7773; }
p { color: rgb(251,119,115); }
H1.HeaderClassName
{
color: #FB7773;
}
.AnyTagClassName
{
color: #FB7773;
}
</style>
background-color css
<style>
a { background-color: #FB7773; }
a { background-color: rgb(251,119,115); }
div.DivClassName
{
background-color: #FB7773;
}
.BgClassName
{
background-color: #FB7773;
}
</style>
border-color css
<style>
span { border-color: #FB7773; }
span { border-color: rgb(251,119,115); }
td.TdClassName
{
border-color: #FB7773;
}
.TagClassName
{
border-color: #FB7773;
}
</style>