Shades of Salmon #FE8776
Tints of Salmon #FE8776
RGB
CMYK
RGB Variations
Color information
#FE8776 (or 0xFE8776) is known color: Salmon. HEX triplet: FE, 87 and 76. RGB value is (254,135,118). Sum of RGB (Red+Green+Blue) = 254+135+118=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 135 (53.12% from 255 or 26.63% from 507); Blue value is 118 (46.48% from 255 or 23.27% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8776 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8776 is #017889. Grayscale: #A8A8A8. Windows color (decimal): -96394 or 7768062. OLE color: 7768062.
HSL color Cylindrical-coordinate representation of color #FE8776: hue angle of 7.5º 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 #FE8776 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 135 | 118 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.00 |
| HSL | 7.5º | 0.99% | 0.73% | - |
| HSV(B) | 7.5º | 0.54% | 1% | - |
| XYZ | 52.81 | 39.71 | 22.02 | - |
| YUV | 168.64 | 99.42 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 135 | 118 | 0 | 0.47 | 0.54 | 0.00 | 7.5 | 0.99 | 0.73 |
| Hex | FE | 87 | 76 | 0 | 2F | 36 | 0 | 8 | 63 | 49 |
| Octal | 376 | 207 | 166 | 0 | 57 | 66 | 0 | 10 | 143 | 111 |
| Binary | 11111110 | 10000111 | 1110110 | 0 | 101111 | 110110 | 0 | 1000 | 1100011 | 1001001 |
Color Harmonies of #FE8776
Complementary color
Monochromatic Colors of #FE8776
Black with #FE8776
Text Example
Text Example
White with #FE8776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8776; }
p { color: rgb(254,135,118); }
H1.HeaderClassName
{
color: #FE8776;
}
.AnyTagClassName
{
color: #FE8776;
}
</style>
background-color css
<style>
a { background-color: #FE8776; }
a { background-color: rgb(254,135,118); }
div.DivClassName
{
background-color: #FE8776;
}
.BgClassName
{
background-color: #FE8776;
}
</style>
border-color css
<style>
span { border-color: #FE8776; }
span { border-color: rgb(254,135,118); }
td.TdClassName
{
border-color: #FE8776;
}
.TagClassName
{
border-color: #FE8776;
}
</style>