Shades of Salmon #FE7774
Tints of Salmon #FE7774
RGB
CMYK
RGB Variations
Color information
#FE7774 (or 0xFE7774) is known color: Salmon. HEX triplet: FE, 77 and 74. RGB value is (254,119,116). Sum of RGB (Red+Green+Blue) = 254+119+116=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7774 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7774 is #01888B. Grayscale: #9F9F9F. Windows color (decimal): -100492 or 7632894. OLE color: 7632894.
HSL color Cylindrical-coordinate representation of color #FE7774: hue angle of 1.3º 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 #FE7774 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 116 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.00 |
| HSL | 1.3º | 0.99% | 0.73% | - |
| HSV(B) | 1.3º | 0.54% | 1% | - |
| XYZ | 50.62 | 35.53 | 20.71 | - |
| YUV | 159.02 | 103.73 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 116 | 0 | 0.53 | 0.54 | 0.00 | 1.3 | 0.99 | 0.73 |
| Hex | FE | 77 | 74 | 0 | 35 | 36 | 0 | 1 | 63 | 49 |
| Octal | 376 | 167 | 164 | 0 | 65 | 66 | 0 | 1 | 143 | 111 |
| Binary | 11111110 | 1110111 | 1110100 | 0 | 110101 | 110110 | 0 | 1 | 1100011 | 1001001 |
Color Harmonies of #FE7774
Complementary color
Monochromatic Colors of #FE7774
Black with #FE7774
Text Example
Text Example
White with #FE7774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7774; }
p { color: rgb(254,119,116); }
H1.HeaderClassName
{
color: #FE7774;
}
.AnyTagClassName
{
color: #FE7774;
}
</style>
background-color css
<style>
a { background-color: #FE7774; }
a { background-color: rgb(254,119,116); }
div.DivClassName
{
background-color: #FE7774;
}
.BgClassName
{
background-color: #FE7774;
}
</style>
border-color css
<style>
span { border-color: #FE7774; }
span { border-color: rgb(254,119,116); }
td.TdClassName
{
border-color: #FE7774;
}
.TagClassName
{
border-color: #FE7774;
}
</style>