Shades of Salmon #FE7977
Tints of Salmon #FE7977
RGB
CMYK
RGB Variations
Color information
#FE7977 (or 0xFE7977) is known color: Salmon. HEX triplet: FE, 79 and 77. RGB value is (254,121,119). Sum of RGB (Red+Green+Blue) = 254+121+119=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 121 (47.66% from 255 or 24.49% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7977 is #018688. Grayscale: #A0A0A0. Windows color (decimal): -99977 or 7830014. OLE color: 7830014.
HSL color Cylindrical-coordinate representation of color #FE7977: hue angle of 0.89º 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 #FE7977 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 119 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.00 |
| HSL | 0.89º | 0.99% | 0.73% | - |
| HSV(B) | 0.89º | 0.53% | 1% | - |
| XYZ | 51.04 | 36.08 | 21.73 | - |
| YUV | 160.54 | 104.56 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 119 | 0 | 0.52 | 0.53 | 0.00 | 0.89 | 0.99 | 0.73 |
| Hex | FE | 79 | 77 | 0 | 34 | 35 | 0 | 1 | 63 | 49 |
| Octal | 376 | 171 | 167 | 0 | 64 | 65 | 0 | 1 | 143 | 111 |
| Binary | 11111110 | 1111001 | 1110111 | 0 | 110100 | 110101 | 0 | 1 | 1100011 | 1001001 |
Color Harmonies of #FE7977
Complementary color
Monochromatic Colors of #FE7977
Black with #FE7977
Text Example
Text Example
White with #FE7977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7977; }
p { color: rgb(254,121,119); }
H1.HeaderClassName
{
color: #FE7977;
}
.AnyTagClassName
{
color: #FE7977;
}
</style>
background-color css
<style>
a { background-color: #FE7977; }
a { background-color: rgb(254,121,119); }
div.DivClassName
{
background-color: #FE7977;
}
.BgClassName
{
background-color: #FE7977;
}
</style>
border-color css
<style>
span { border-color: #FE7977; }
span { border-color: rgb(254,121,119); }
td.TdClassName
{
border-color: #FE7977;
}
.TagClassName
{
border-color: #FE7977;
}
</style>