Shades of Salmon #FE776C
Tints of Salmon #FE776C
RGB
CMYK
RGB Variations
Color information
#FE776C (or 0xFE776C) is known color: Salmon. HEX triplet: FE, 77 and 6C. RGB value is (254,119,108). Sum of RGB (Red+Green+Blue) = 254+119+108=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE776C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE776C is #018893. Grayscale: #9E9E9E. Windows color (decimal): -100500 or 7108606. OLE color: 7108606.
HSL color Cylindrical-coordinate representation of color #FE776C: hue angle of 4.52º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE776C is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 108 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.00 |
| HSL | 4.52º | 0.99% | 0.71% | - |
| HSV(B) | 4.52º | 0.57% | 1% | - |
| XYZ | 50.18 | 35.35 | 18.37 | - |
| YUV | 158.11 | 99.73 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 108 | 0 | 0.53 | 0.57 | 0.00 | 4.52 | 0.99 | 0.71 |
| Hex | FE | 77 | 6C | 0 | 35 | 39 | 0 | 5 | 63 | 47 |
| Octal | 376 | 167 | 154 | 0 | 65 | 71 | 0 | 5 | 143 | 107 |
| Binary | 11111110 | 1110111 | 1101100 | 0 | 110101 | 111001 | 0 | 101 | 1100011 | 1000111 |
Color Harmonies of #FE776C
Complementary color
Monochromatic Colors of #FE776C
Black with #FE776C
Text Example
Text Example
White with #FE776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE776C; }
p { color: rgb(254,119,108); }
H1.HeaderClassName
{
color: #FE776C;
}
.AnyTagClassName
{
color: #FE776C;
}
</style>
background-color css
<style>
a { background-color: #FE776C; }
a { background-color: rgb(254,119,108); }
div.DivClassName
{
background-color: #FE776C;
}
.BgClassName
{
background-color: #FE776C;
}
</style>
border-color css
<style>
span { border-color: #FE776C; }
span { border-color: rgb(254,119,108); }
td.TdClassName
{
border-color: #FE776C;
}
.TagClassName
{
border-color: #FE776C;
}
</style>