Shades of Salmon #F78066
Tints of Salmon #F78066
RGB
CMYK
RGB Variations
Color information
#F78066 (or 0xF78066) is known color: Salmon. HEX triplet: F7, 80 and 66. RGB value is (247,128,102). Sum of RGB (Red+Green+Blue) = 247+128+102=477 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.78% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 247 - color contains mainly: red. Hex color #F78066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78066 is #087F99. Grayscale: #A0A0A0. Windows color (decimal): -556954 or 6717687. OLE color: 6717687.
HSL color Cylindrical-coordinate representation of color #F78066: hue angle of 10.76º 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 #F78066 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 128 | 102 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.03 |
| HSL | 10.76º | 0.9% | 0.68% | - |
| HSV(B) | 10.76º | 0.59% | 0.97% | - |
| XYZ | 48.48 | 36.17 | 17 | - |
| YUV | 160.62 | 94.92 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 128 | 102 | 0 | 0.48 | 0.59 | 0.03 | 10.76 | 0.9 | 0.68 |
| Hex | F7 | 80 | 66 | 0 | 30 | 3B | 3 | B | 5A | 44 |
| Octal | 367 | 200 | 146 | 0 | 60 | 73 | 3 | 13 | 132 | 104 |
| Binary | 11110111 | 10000000 | 1100110 | 0 | 110000 | 111011 | 11 | 1011 | 1011010 | 1000100 |
Color Harmonies of #F78066
Complementary color
Monochromatic Colors of #F78066
Black with #F78066
Text Example
Text Example
White with #F78066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78066; }
p { color: rgb(247,128,102); }
H1.HeaderClassName
{
color: #F78066;
}
.AnyTagClassName
{
color: #F78066;
}
</style>
background-color css
<style>
a { background-color: #F78066; }
a { background-color: rgb(247,128,102); }
div.DivClassName
{
background-color: #F78066;
}
.BgClassName
{
background-color: #F78066;
}
</style>
border-color css
<style>
span { border-color: #F78066; }
span { border-color: rgb(247,128,102); }
td.TdClassName
{
border-color: #F78066;
}
.TagClassName
{
border-color: #F78066;
}
</style>