Shades of Salmon #FF8976
Tints of Salmon #FF8976
RGB
CMYK
RGB Variations
Color information
#FF8976 (or 0xFF8976) is known color: Salmon. HEX triplet: FF, 89 and 76. RGB value is (255,137,118). Sum of RGB (Red+Green+Blue) = 255+137+118=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 137 (53.91% from 255 or 26.86% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8976 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8976 is #007689. Grayscale: #AAAAAA. Windows color (decimal): -30346 or 7768575. OLE color: 7768575.
HSL color Cylindrical-coordinate representation of color #FF8976: hue angle of 8.32º 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 #FF8976 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 118 | - |
| CMYK | 0 | 0.46 | 0.54 | 0 |
| HSL | 8.32º | 1% | 0.73% | - |
| HSV(B) | 8.32º | 0.54% | 1% | - |
| XYZ | 53.46 | 40.46 | 22.13 | - |
| YUV | 170.12 | 98.59 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 118 | 0 | 0.46 | 0.54 | 0 | 8.32 | 1 | 0.73 |
| Hex | FF | 89 | 76 | 0 | 2E | 36 | 0 | 8 | 64 | 49 |
| Octal | 377 | 211 | 166 | 0 | 56 | 66 | 0 | 10 | 144 | 111 |
| Binary | 11111111 | 10001001 | 1110110 | 0 | 101110 | 110110 | 0 | 1000 | 1100100 | 1001001 |
Color Harmonies of #FF8976
Complementary color
Monochromatic Colors of #FF8976
Black with #FF8976
Text Example
Text Example
White with #FF8976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8976; }
p { color: rgb(255,137,118); }
H1.HeaderClassName
{
color: #FF8976;
}
.AnyTagClassName
{
color: #FF8976;
}
</style>
background-color css
<style>
a { background-color: #FF8976; }
a { background-color: rgb(255,137,118); }
div.DivClassName
{
background-color: #FF8976;
}
.BgClassName
{
background-color: #FF8976;
}
</style>
border-color css
<style>
span { border-color: #FF8976; }
span { border-color: rgb(255,137,118); }
td.TdClassName
{
border-color: #FF8976;
}
.TagClassName
{
border-color: #FF8976;
}
</style>