Shades of Salmon #F77E66
Tints of Salmon #F77E66
RGB
CMYK
RGB Variations
Color information
#F77E66 (or 0xF77E66) is known color: Salmon. HEX triplet: F7, 7E and 66. RGB value is (247,126,102). Sum of RGB (Red+Green+Blue) = 247+126+102=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F77E66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77E66 is #088199. Grayscale: #9F9F9F. Windows color (decimal): -557466 or 6717175. OLE color: 6717175.
HSL color Cylindrical-coordinate representation of color #F77E66: hue angle of 9.93º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F77E66 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 126 | 102 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.03 |
| HSL | 9.93º | 0.9% | 0.68% | - |
| HSV(B) | 9.93º | 0.59% | 0.97% | - |
| XYZ | 48.22 | 35.66 | 16.91 | - |
| YUV | 159.44 | 95.59 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 126 | 102 | 0 | 0.49 | 0.59 | 0.03 | 9.93 | 0.9 | 0.68 |
| Hex | F7 | 7E | 66 | 0 | 31 | 3B | 3 | A | 5A | 44 |
| Octal | 367 | 176 | 146 | 0 | 61 | 73 | 3 | 12 | 132 | 104 |
| Binary | 11110111 | 1111110 | 1100110 | 0 | 110001 | 111011 | 11 | 1010 | 1011010 | 1000100 |
Color Harmonies of #F77E66
Complementary color
Monochromatic Colors of #F77E66
Black with #F77E66
Text Example
Text Example
White with #F77E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77E66; }
p { color: rgb(247,126,102); }
H1.HeaderClassName
{
color: #F77E66;
}
.AnyTagClassName
{
color: #F77E66;
}
</style>
background-color css
<style>
a { background-color: #F77E66; }
a { background-color: rgb(247,126,102); }
div.DivClassName
{
background-color: #F77E66;
}
.BgClassName
{
background-color: #F77E66;
}
</style>
border-color css
<style>
span { border-color: #F77E66; }
span { border-color: rgb(247,126,102); }
td.TdClassName
{
border-color: #F77E66;
}
.TagClassName
{
border-color: #F77E66;
}
</style>