Shades of Salmon #FB8B77
Tints of Salmon #FB8B77
RGB
CMYK
RGB Variations
Color information
#FB8B77 (or 0xFB8B77) is known color: Salmon. HEX triplet: FB, 8B and 77. RGB value is (251,139,119). Sum of RGB (Red+Green+Blue) = 251+139+119=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 119 (46.88% from 255 or 23.38% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8B77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8B77 is #047488. Grayscale: #AAAAAA. Windows color (decimal): -291977 or 7834619. OLE color: 7834619.
HSL color Cylindrical-coordinate representation of color #FB8B77: hue angle of 9.09º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB8B77 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 139 | 119 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.02 |
| HSL | 9.09º | 0.94% | 0.73% | - |
| HSV(B) | 9.09º | 0.53% | 0.98% | - |
| XYZ | 52.35 | 40.31 | 22.47 | - |
| YUV | 170.21 | 99.11 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 139 | 119 | 0 | 0.45 | 0.53 | 0.02 | 9.09 | 0.94 | 0.73 |
| Hex | FB | 8B | 77 | 0 | 2D | 35 | 2 | 9 | 5E | 49 |
| Octal | 373 | 213 | 167 | 0 | 55 | 65 | 2 | 11 | 136 | 111 |
| Binary | 11111011 | 10001011 | 1110111 | 0 | 101101 | 110101 | 10 | 1001 | 1011110 | 1001001 |
Color Harmonies of #FB8B77
Complementary color
Monochromatic Colors of #FB8B77
Black with #FB8B77
Text Example
Text Example
White with #FB8B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8B77; }
p { color: rgb(251,139,119); }
H1.HeaderClassName
{
color: #FB8B77;
}
.AnyTagClassName
{
color: #FB8B77;
}
</style>
background-color css
<style>
a { background-color: #FB8B77; }
a { background-color: rgb(251,139,119); }
div.DivClassName
{
background-color: #FB8B77;
}
.BgClassName
{
background-color: #FB8B77;
}
</style>
border-color css
<style>
span { border-color: #FB8B77; }
span { border-color: rgb(251,139,119); }
td.TdClassName
{
border-color: #FB8B77;
}
.TagClassName
{
border-color: #FB8B77;
}
</style>