Shades of Salmon #FE776B
Tints of Salmon #FE776B
RGB
CMYK
RGB Variations
Color information
#FE776B (or 0xFE776B) is known color: Salmon. HEX triplet: FE, 77 and 6B. RGB value is (254,119,107). Sum of RGB (Red+Green+Blue) = 254+119+107=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 119 (46.88% from 255 or 24.79% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE776B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE776B is #018894. Grayscale: #9E9E9E. Windows color (decimal): -100501 or 7043070. OLE color: 7043070.
HSL color Cylindrical-coordinate representation of color #FE776B: hue angle of 4.9º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE776B is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 107 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.00 |
| HSL | 4.9º | 0.99% | 0.71% | - |
| HSV(B) | 4.9º | 0.58% | 1% | - |
| XYZ | 50.12 | 35.33 | 18.09 | - |
| YUV | 158 | 99.23 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 107 | 0 | 0.53 | 0.58 | 0.00 | 4.9 | 0.99 | 0.71 |
| Hex | FE | 77 | 6B | 0 | 35 | 3A | 0 | 5 | 63 | 47 |
| Octal | 376 | 167 | 153 | 0 | 65 | 72 | 0 | 5 | 143 | 107 |
| Binary | 11111110 | 1110111 | 1101011 | 0 | 110101 | 111010 | 0 | 101 | 1100011 | 1000111 |
Color Harmonies of #FE776B
Complementary color
Monochromatic Colors of #FE776B
Black with #FE776B
Text Example
Text Example
White with #FE776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE776B; }
p { color: rgb(254,119,107); }
H1.HeaderClassName
{
color: #FE776B;
}
.AnyTagClassName
{
color: #FE776B;
}
</style>
background-color css
<style>
a { background-color: #FE776B; }
a { background-color: rgb(254,119,107); }
div.DivClassName
{
background-color: #FE776B;
}
.BgClassName
{
background-color: #FE776B;
}
</style>
border-color css
<style>
span { border-color: #FE776B; }
span { border-color: rgb(254,119,107); }
td.TdClassName
{
border-color: #FE776B;
}
.TagClassName
{
border-color: #FE776B;
}
</style>