Shades of Salmon #FE7976
Tints of Salmon #FE7976
RGB
CMYK
RGB Variations
Color information
#FE7976 (or 0xFE7976) is known color: Salmon. HEX triplet: FE, 79 and 76. RGB value is (254,121,118). Sum of RGB (Red+Green+Blue) = 254+121+118=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 121 (47.66% from 255 or 24.54% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7976 is #018689. Grayscale: #A0A0A0. Windows color (decimal): -99978 or 7764478. OLE color: 7764478.
HSL color Cylindrical-coordinate representation of color #FE7976: hue angle of 1.32º 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 #FE7976 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 118 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.00 |
| HSL | 1.32º | 0.99% | 0.73% | - |
| HSV(B) | 1.32º | 0.54% | 1% | - |
| XYZ | 50.98 | 36.05 | 21.41 | - |
| YUV | 160.43 | 104.06 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 118 | 0 | 0.52 | 0.54 | 0.00 | 1.32 | 0.99 | 0.73 |
| Hex | FE | 79 | 76 | 0 | 34 | 36 | 0 | 1 | 63 | 49 |
| Octal | 376 | 171 | 166 | 0 | 64 | 66 | 0 | 1 | 143 | 111 |
| Binary | 11111110 | 1111001 | 1110110 | 0 | 110100 | 110110 | 0 | 1 | 1100011 | 1001001 |
Color Harmonies of #FE7976
Complementary color
Monochromatic Colors of #FE7976
Black with #FE7976
Text Example
Text Example
White with #FE7976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7976; }
p { color: rgb(254,121,118); }
H1.HeaderClassName
{
color: #FE7976;
}
.AnyTagClassName
{
color: #FE7976;
}
</style>
background-color css
<style>
a { background-color: #FE7976; }
a { background-color: rgb(254,121,118); }
div.DivClassName
{
background-color: #FE7976;
}
.BgClassName
{
background-color: #FE7976;
}
</style>
border-color css
<style>
span { border-color: #FE7976; }
span { border-color: rgb(254,121,118); }
td.TdClassName
{
border-color: #FE7976;
}
.TagClassName
{
border-color: #FE7976;
}
</style>