Shades of Salmon #FB8C76
Tints of Salmon #FB8C76
RGB
CMYK
RGB Variations
Color information
#FB8C76 (or 0xFB8C76) is known color: Salmon. HEX triplet: FB, 8C and 76. RGB value is (251,140,118). Sum of RGB (Red+Green+Blue) = 251+140+118=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8C76 is #047389. Grayscale: #AAAAAA. Windows color (decimal): -291722 or 7769339. OLE color: 7769339.
HSL color Cylindrical-coordinate representation of color #FB8C76: hue angle of 9.92º 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 #FB8C76 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 118 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.02 |
| HSL | 9.92º | 0.94% | 0.72% | - |
| HSV(B) | 9.92º | 0.53% | 0.98% | - |
| XYZ | 52.43 | 40.57 | 22.21 | - |
| YUV | 170.68 | 98.27 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 118 | 0 | 0.44 | 0.53 | 0.02 | 9.92 | 0.94 | 0.72 |
| Hex | FB | 8C | 76 | 0 | 2C | 35 | 2 | A | 5E | 48 |
| Octal | 373 | 214 | 166 | 0 | 54 | 65 | 2 | 12 | 136 | 110 |
| Binary | 11111011 | 10001100 | 1110110 | 0 | 101100 | 110101 | 10 | 1010 | 1011110 | 1001000 |
Color Harmonies of #FB8C76
Complementary color
Monochromatic Colors of #FB8C76
Black with #FB8C76
Text Example
Text Example
White with #FB8C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8C76; }
p { color: rgb(251,140,118); }
H1.HeaderClassName
{
color: #FB8C76;
}
.AnyTagClassName
{
color: #FB8C76;
}
</style>
background-color css
<style>
a { background-color: #FB8C76; }
a { background-color: rgb(251,140,118); }
div.DivClassName
{
background-color: #FB8C76;
}
.BgClassName
{
background-color: #FB8C76;
}
</style>
border-color css
<style>
span { border-color: #FB8C76; }
span { border-color: rgb(251,140,118); }
td.TdClassName
{
border-color: #FB8C76;
}
.TagClassName
{
border-color: #FB8C76;
}
</style>