Shades of Salmon #FF8D76
Tints of Salmon #FF8D76
RGB
CMYK
RGB Variations
Color information
#FF8D76 (or 0xFF8D76) is known color: Salmon. HEX triplet: FF, 8D and 76. RGB value is (255,141,118). Sum of RGB (Red+Green+Blue) = 255+141+118=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 118 (46.48% from 255 or 22.96% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8D76 is #007289. Grayscale: #ACACAC. Windows color (decimal): -29322 or 7769599. OLE color: 7769599.
HSL color Cylindrical-coordinate representation of color #FF8D76: hue angle of 10.07º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF8D76 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 118 | - |
| CMYK | 0 | 0.45 | 0.54 | 0 |
| HSL | 10.07º | 1% | 0.73% | - |
| HSV(B) | 10.07º | 0.54% | 1% | - |
| XYZ | 54.03 | 41.62 | 22.32 | - |
| YUV | 172.46 | 97.27 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 118 | 0 | 0.45 | 0.54 | 0 | 10.07 | 1 | 0.73 |
| Hex | FF | 8D | 76 | 0 | 2D | 36 | 0 | A | 64 | 49 |
| Octal | 377 | 215 | 166 | 0 | 55 | 66 | 0 | 12 | 144 | 111 |
| Binary | 11111111 | 10001101 | 1110110 | 0 | 101101 | 110110 | 0 | 1010 | 1100100 | 1001001 |
Color Harmonies of #FF8D76
Complementary color
Monochromatic Colors of #FF8D76
Black with #FF8D76
Text Example
Text Example
White with #FF8D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D76; }
p { color: rgb(255,141,118); }
H1.HeaderClassName
{
color: #FF8D76;
}
.AnyTagClassName
{
color: #FF8D76;
}
</style>
background-color css
<style>
a { background-color: #FF8D76; }
a { background-color: rgb(255,141,118); }
div.DivClassName
{
background-color: #FF8D76;
}
.BgClassName
{
background-color: #FF8D76;
}
</style>
border-color css
<style>
span { border-color: #FF8D76; }
span { border-color: rgb(255,141,118); }
td.TdClassName
{
border-color: #FF8D76;
}
.TagClassName
{
border-color: #FF8D76;
}
</style>