Shades of Salmon #FE8977
Tints of Salmon #FE8977
RGB
CMYK
RGB Variations
Color information
#FE8977 (or 0xFE8977) is known color: Salmon. HEX triplet: FE, 89 and 77. RGB value is (254,137,119). Sum of RGB (Red+Green+Blue) = 254+137+119=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 137 (53.91% from 255 or 26.86% from 510); Blue value is 119 (46.88% from 255 or 23.33% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8977 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8977 is #017688. Grayscale: #AAAAAA. Windows color (decimal): -95881 or 7834110. OLE color: 7834110.
HSL color Cylindrical-coordinate representation of color #FE8977: hue angle of 8º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FE8977 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 119 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.00 |
| HSL | 8º | 0.99% | 0.73% | - |
| HSV(B) | 8º | 0.53% | 1% | - |
| XYZ | 53.15 | 40.29 | 22.43 | - |
| YUV | 169.93 | 99.26 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 119 | 0 | 0.46 | 0.53 | 0.00 | 8 | 0.99 | 0.73 |
| Hex | FE | 89 | 77 | 0 | 2E | 35 | 0 | 8 | 63 | 49 |
| Octal | 376 | 211 | 167 | 0 | 56 | 65 | 0 | 10 | 143 | 111 |
| Binary | 11111110 | 10001001 | 1110111 | 0 | 101110 | 110101 | 0 | 1000 | 1100011 | 1001001 |
Color Harmonies of #FE8977
Complementary color
Monochromatic Colors of #FE8977
Black with #FE8977
Text Example
Text Example
White with #FE8977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8977; }
p { color: rgb(254,137,119); }
H1.HeaderClassName
{
color: #FE8977;
}
.AnyTagClassName
{
color: #FE8977;
}
</style>
background-color css
<style>
a { background-color: #FE8977; }
a { background-color: rgb(254,137,119); }
div.DivClassName
{
background-color: #FE8977;
}
.BgClassName
{
background-color: #FE8977;
}
</style>
border-color css
<style>
span { border-color: #FE8977; }
span { border-color: rgb(254,137,119); }
td.TdClassName
{
border-color: #FE8977;
}
.TagClassName
{
border-color: #FE8977;
}
</style>