Shades of Salmon #FB8676
Tints of Salmon #FB8676
RGB
CMYK
RGB Variations
Color information
#FB8676 (or 0xFB8676) is known color: Salmon. HEX triplet: FB, 86 and 76. RGB value is (251,134,118). Sum of RGB (Red+Green+Blue) = 251+134+118=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8676 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8676 is #047989. Grayscale: #A7A7A7. Windows color (decimal): -293258 or 7767803. OLE color: 7767803.
HSL color Cylindrical-coordinate representation of color #FB8676: hue angle of 7.22º 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 #FB8676 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 134 | 118 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.02 |
| HSL | 7.22º | 0.94% | 0.72% | - |
| HSV(B) | 7.22º | 0.53% | 0.98% | - |
| XYZ | 51.58 | 38.87 | 21.92 | - |
| YUV | 167.16 | 100.26 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 134 | 118 | 0 | 0.47 | 0.53 | 0.02 | 7.22 | 0.94 | 0.72 |
| Hex | FB | 86 | 76 | 0 | 2F | 35 | 2 | 7 | 5E | 48 |
| Octal | 373 | 206 | 166 | 0 | 57 | 65 | 2 | 7 | 136 | 110 |
| Binary | 11111011 | 10000110 | 1110110 | 0 | 101111 | 110101 | 10 | 111 | 1011110 | 1001000 |
Color Harmonies of #FB8676
Complementary color
Monochromatic Colors of #FB8676
Black with #FB8676
Text Example
Text Example
White with #FB8676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8676; }
p { color: rgb(251,134,118); }
H1.HeaderClassName
{
color: #FB8676;
}
.AnyTagClassName
{
color: #FB8676;
}
</style>
background-color css
<style>
a { background-color: #FB8676; }
a { background-color: rgb(251,134,118); }
div.DivClassName
{
background-color: #FB8676;
}
.BgClassName
{
background-color: #FB8676;
}
</style>
border-color css
<style>
span { border-color: #FB8676; }
span { border-color: rgb(251,134,118); }
td.TdClassName
{
border-color: #FB8676;
}
.TagClassName
{
border-color: #FB8676;
}
</style>