Shades of Salmon #FE776E
Tints of Salmon #FE776E
RGB
CMYK
RGB Variations
Color information
#FE776E (or 0xFE776E) is known color: Salmon. HEX triplet: FE, 77 and 6E. RGB value is (254,119,110). Sum of RGB (Red+Green+Blue) = 254+119+110=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 119 (46.88% from 255 or 24.64% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE776E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE776E is #018891. Grayscale: #9E9E9E. Windows color (decimal): -100498 or 7239678. OLE color: 7239678.
HSL color Cylindrical-coordinate representation of color #FE776E: hue angle of 3.75º 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 #FE776E is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 110 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.00 |
| HSL | 3.75º | 0.99% | 0.71% | - |
| HSV(B) | 3.75º | 0.57% | 1% | - |
| XYZ | 50.28 | 35.39 | 18.93 | - |
| YUV | 158.34 | 100.73 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 110 | 0 | 0.53 | 0.57 | 0.00 | 3.75 | 0.99 | 0.71 |
| Hex | FE | 77 | 6E | 0 | 35 | 39 | 0 | 4 | 63 | 47 |
| Octal | 376 | 167 | 156 | 0 | 65 | 71 | 0 | 4 | 143 | 107 |
| Binary | 11111110 | 1110111 | 1101110 | 0 | 110101 | 111001 | 0 | 100 | 1100011 | 1000111 |
Color Harmonies of #FE776E
Complementary color
Monochromatic Colors of #FE776E
Black with #FE776E
Text Example
Text Example
White with #FE776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE776E; }
p { color: rgb(254,119,110); }
H1.HeaderClassName
{
color: #FE776E;
}
.AnyTagClassName
{
color: #FE776E;
}
</style>
background-color css
<style>
a { background-color: #FE776E; }
a { background-color: rgb(254,119,110); }
div.DivClassName
{
background-color: #FE776E;
}
.BgClassName
{
background-color: #FE776E;
}
</style>
border-color css
<style>
span { border-color: #FE776E; }
span { border-color: rgb(254,119,110); }
td.TdClassName
{
border-color: #FE776E;
}
.TagClassName
{
border-color: #FE776E;
}
</style>