Shades of Salmon #FE8877
Tints of Salmon #FE8877
RGB
CMYK
RGB Variations
Color information
#FE8877 (or 0xFE8877) is known color: Salmon. HEX triplet: FE, 88 and 77. RGB value is (254,136,119). Sum of RGB (Red+Green+Blue) = 254+136+119=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 119 (46.88% from 255 or 23.38% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8877 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8877 is #017788. Grayscale: #A9A9A9. Windows color (decimal): -96137 or 7833854. OLE color: 7833854.
HSL color Cylindrical-coordinate representation of color #FE8877: hue angle of 7.56º 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 #FE8877 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 119 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.00 |
| HSL | 7.56º | 0.99% | 0.73% | - |
| HSV(B) | 7.56º | 0.53% | 1% | - |
| XYZ | 53.01 | 40.01 | 22.38 | - |
| YUV | 169.34 | 99.59 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 119 | 0 | 0.46 | 0.53 | 0.00 | 7.56 | 0.99 | 0.73 |
| Hex | FE | 88 | 77 | 0 | 2E | 35 | 0 | 8 | 63 | 49 |
| Octal | 376 | 210 | 167 | 0 | 56 | 65 | 0 | 10 | 143 | 111 |
| Binary | 11111110 | 10001000 | 1110111 | 0 | 101110 | 110101 | 0 | 1000 | 1100011 | 1001001 |
Color Harmonies of #FE8877
Complementary color
Monochromatic Colors of #FE8877
Black with #FE8877
Text Example
Text Example
White with #FE8877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8877; }
p { color: rgb(254,136,119); }
H1.HeaderClassName
{
color: #FE8877;
}
.AnyTagClassName
{
color: #FE8877;
}
</style>
background-color css
<style>
a { background-color: #FE8877; }
a { background-color: rgb(254,136,119); }
div.DivClassName
{
background-color: #FE8877;
}
.BgClassName
{
background-color: #FE8877;
}
</style>
border-color css
<style>
span { border-color: #FE8877; }
span { border-color: rgb(254,136,119); }
td.TdClassName
{
border-color: #FE8877;
}
.TagClassName
{
border-color: #FE8877;
}
</style>