Shades of Salmon #FB8477
Tints of Salmon #FB8477
RGB
CMYK
RGB Variations
Color information
#FB8477 (or 0xFB8477) is known color: Salmon. HEX triplet: FB, 84 and 77. RGB value is (251,132,119). Sum of RGB (Red+Green+Blue) = 251+132+119=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 119 (46.88% from 255 or 23.71% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8477 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8477 is #047B88. Grayscale: #A6A6A6. Windows color (decimal): -293769 or 7832827. OLE color: 7832827.
HSL color Cylindrical-coordinate representation of color #FB8477: hue angle of 5.91º 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 #FB8477 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 132 | 119 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.02 |
| HSL | 5.91º | 0.94% | 0.73% | - |
| HSV(B) | 5.91º | 0.53% | 0.98% | - |
| XYZ | 51.36 | 38.34 | 22.15 | - |
| YUV | 166.1 | 101.42 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 132 | 119 | 0 | 0.47 | 0.53 | 0.02 | 5.91 | 0.94 | 0.73 |
| Hex | FB | 84 | 77 | 0 | 2F | 35 | 2 | 6 | 5E | 49 |
| Octal | 373 | 204 | 167 | 0 | 57 | 65 | 2 | 6 | 136 | 111 |
| Binary | 11111011 | 10000100 | 1110111 | 0 | 101111 | 110101 | 10 | 110 | 1011110 | 1001001 |
Color Harmonies of #FB8477
Complementary color
Monochromatic Colors of #FB8477
Black with #FB8477
Text Example
Text Example
White with #FB8477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8477; }
p { color: rgb(251,132,119); }
H1.HeaderClassName
{
color: #FB8477;
}
.AnyTagClassName
{
color: #FB8477;
}
</style>
background-color css
<style>
a { background-color: #FB8477; }
a { background-color: rgb(251,132,119); }
div.DivClassName
{
background-color: #FB8477;
}
.BgClassName
{
background-color: #FB8477;
}
</style>
border-color css
<style>
span { border-color: #FB8477; }
span { border-color: rgb(251,132,119); }
td.TdClassName
{
border-color: #FB8477;
}
.TagClassName
{
border-color: #FB8477;
}
</style>