Shades of Salmon #FE7D77
Tints of Salmon #FE7D77
RGB
CMYK
RGB Variations
Color information
#FE7D77 (or 0xFE7D77) is known color: Salmon. HEX triplet: FE, 7D and 77. RGB value is (254,125,119). Sum of RGB (Red+Green+Blue) = 254+125+119=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 119 (46.88% from 255 or 23.90% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7D77 is #018288. Grayscale: #A3A3A3. Windows color (decimal): -98953 or 7831038. OLE color: 7831038.
HSL color Cylindrical-coordinate representation of color #FE7D77: hue angle of 2.67º 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 #FE7D77 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 119 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.00 |
| HSL | 2.67º | 0.99% | 0.73% | - |
| HSV(B) | 2.67º | 0.53% | 1% | - |
| XYZ | 51.54 | 37.07 | 21.89 | - |
| YUV | 162.89 | 103.24 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 119 | 0 | 0.51 | 0.53 | 0.00 | 2.67 | 0.99 | 0.73 |
| Hex | FE | 7D | 77 | 0 | 33 | 35 | 0 | 3 | 63 | 49 |
| Octal | 376 | 175 | 167 | 0 | 63 | 65 | 0 | 3 | 143 | 111 |
| Binary | 11111110 | 1111101 | 1110111 | 0 | 110011 | 110101 | 0 | 11 | 1100011 | 1001001 |
Color Harmonies of #FE7D77
Complementary color
Monochromatic Colors of #FE7D77
Black with #FE7D77
Text Example
Text Example
White with #FE7D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7D77; }
p { color: rgb(254,125,119); }
H1.HeaderClassName
{
color: #FE7D77;
}
.AnyTagClassName
{
color: #FE7D77;
}
</style>
background-color css
<style>
a { background-color: #FE7D77; }
a { background-color: rgb(254,125,119); }
div.DivClassName
{
background-color: #FE7D77;
}
.BgClassName
{
background-color: #FE7D77;
}
</style>
border-color css
<style>
span { border-color: #FE7D77; }
span { border-color: rgb(254,125,119); }
td.TdClassName
{
border-color: #FE7D77;
}
.TagClassName
{
border-color: #FE7D77;
}
</style>