Shades of Salmon #FE776D
Tints of Salmon #FE776D
RGB
CMYK
RGB Variations
Color information
#FE776D (or 0xFE776D) is known color: Salmon. HEX triplet: FE, 77 and 6D. RGB value is (254,119,109). Sum of RGB (Red+Green+Blue) = 254+119+109=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE776D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE776D is #018892. Grayscale: #9E9E9E. Windows color (decimal): -100499 or 7174142. OLE color: 7174142.
HSL color Cylindrical-coordinate representation of color #FE776D: hue angle of 4.14º 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 #FE776D is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 109 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.00 |
| HSL | 4.14º | 0.99% | 0.71% | - |
| HSV(B) | 4.14º | 0.57% | 1% | - |
| XYZ | 50.23 | 35.37 | 18.65 | - |
| YUV | 158.23 | 100.23 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 109 | 0 | 0.53 | 0.57 | 0.00 | 4.14 | 0.99 | 0.71 |
| Hex | FE | 77 | 6D | 0 | 35 | 39 | 0 | 4 | 63 | 47 |
| Octal | 376 | 167 | 155 | 0 | 65 | 71 | 0 | 4 | 143 | 107 |
| Binary | 11111110 | 1110111 | 1101101 | 0 | 110101 | 111001 | 0 | 100 | 1100011 | 1000111 |
Color Harmonies of #FE776D
Complementary color
Monochromatic Colors of #FE776D
Black with #FE776D
Text Example
Text Example
White with #FE776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE776D; }
p { color: rgb(254,119,109); }
H1.HeaderClassName
{
color: #FE776D;
}
.AnyTagClassName
{
color: #FE776D;
}
</style>
background-color css
<style>
a { background-color: #FE776D; }
a { background-color: rgb(254,119,109); }
div.DivClassName
{
background-color: #FE776D;
}
.BgClassName
{
background-color: #FE776D;
}
</style>
border-color css
<style>
span { border-color: #FE776D; }
span { border-color: rgb(254,119,109); }
td.TdClassName
{
border-color: #FE776D;
}
.TagClassName
{
border-color: #FE776D;
}
</style>