Shades of Salmon #FE7776
Tints of Salmon #FE7776
RGB
CMYK
RGB Variations
Color information
#FE7776 (or 0xFE7776) is known color: Salmon. HEX triplet: FE, 77 and 76. RGB value is (254,119,118). Sum of RGB (Red+Green+Blue) = 254+119+118=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 119 (46.88% from 255 or 24.24% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7776 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7776 is #018889. Grayscale: #9F9F9F. Windows color (decimal): -100490 or 7763966. OLE color: 7763966.
HSL color Cylindrical-coordinate representation of color #FE7776: hue angle of 0.44º 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 #FE7776 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 118 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.00 |
| HSL | 0.44º | 0.99% | 0.73% | - |
| HSV(B) | 0.44º | 0.54% | 1% | - |
| XYZ | 50.74 | 35.57 | 21.33 | - |
| YUV | 159.25 | 104.73 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 118 | 0 | 0.53 | 0.54 | 0.00 | 0.44 | 0.99 | 0.73 |
| Hex | FE | 77 | 76 | 0 | 35 | 36 | 0 | 0 | 63 | 49 |
| Octal | 376 | 167 | 166 | 0 | 65 | 66 | 0 | 0 | 143 | 111 |
| Binary | 11111110 | 1110111 | 1110110 | 0 | 110101 | 110110 | 0 | 0 | 1100011 | 1001001 |
Color Harmonies of #FE7776
Complementary color
Monochromatic Colors of #FE7776
Black with #FE7776
Text Example
Text Example
White with #FE7776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7776; }
p { color: rgb(254,119,118); }
H1.HeaderClassName
{
color: #FE7776;
}
.AnyTagClassName
{
color: #FE7776;
}
</style>
background-color css
<style>
a { background-color: #FE7776; }
a { background-color: rgb(254,119,118); }
div.DivClassName
{
background-color: #FE7776;
}
.BgClassName
{
background-color: #FE7776;
}
</style>
border-color css
<style>
span { border-color: #FE7776; }
span { border-color: rgb(254,119,118); }
td.TdClassName
{
border-color: #FE7776;
}
.TagClassName
{
border-color: #FE7776;
}
</style>