Shades of Salmon #FE8976
Tints of Salmon #FE8976
RGB
CMYK
RGB Variations
Color information
#FE8976 (or 0xFE8976) is known color: Salmon. HEX triplet: FE, 89 and 76. RGB value is (254,137,118). Sum of RGB (Red+Green+Blue) = 254+137+118=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 137 (53.91% from 255 or 26.92% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8976 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8976 is #017689. Grayscale: #AAAAAA. Windows color (decimal): -95882 or 7768574. OLE color: 7768574.
HSL color Cylindrical-coordinate representation of color #FE8976: hue angle of 8.38º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE8976 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 118 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.00 |
| HSL | 8.38º | 0.99% | 0.73% | - |
| HSV(B) | 8.38º | 0.54% | 1% | - |
| XYZ | 53.09 | 40.27 | 22.11 | - |
| YUV | 169.82 | 98.76 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 118 | 0 | 0.46 | 0.54 | 0.00 | 8.38 | 0.99 | 0.73 |
| Hex | FE | 89 | 76 | 0 | 2E | 36 | 0 | 8 | 63 | 49 |
| Octal | 376 | 211 | 166 | 0 | 56 | 66 | 0 | 10 | 143 | 111 |
| Binary | 11111110 | 10001001 | 1110110 | 0 | 101110 | 110110 | 0 | 1000 | 1100011 | 1001001 |
Color Harmonies of #FE8976
Complementary color
Monochromatic Colors of #FE8976
Black with #FE8976
Text Example
Text Example
White with #FE8976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8976; }
p { color: rgb(254,137,118); }
H1.HeaderClassName
{
color: #FE8976;
}
.AnyTagClassName
{
color: #FE8976;
}
</style>
background-color css
<style>
a { background-color: #FE8976; }
a { background-color: rgb(254,137,118); }
div.DivClassName
{
background-color: #FE8976;
}
.BgClassName
{
background-color: #FE8976;
}
</style>
border-color css
<style>
span { border-color: #FE8976; }
span { border-color: rgb(254,137,118); }
td.TdClassName
{
border-color: #FE8976;
}
.TagClassName
{
border-color: #FE8976;
}
</style>