Shades of Salmon #F78466
Tints of Salmon #F78466
RGB
CMYK
RGB Variations
Color information
#F78466 (or 0xF78466) is known color: Salmon. HEX triplet: F7, 84 and 66. RGB value is (247,132,102). Sum of RGB (Red+Green+Blue) = 247+132+102=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F78466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78466 is #087B99. Grayscale: #A3A3A3. Windows color (decimal): -555930 or 6718711. OLE color: 6718711.
HSL color Cylindrical-coordinate representation of color #F78466: hue angle of 12.41º 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 #F78466 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 132 | 102 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.03 |
| HSL | 12.41º | 0.9% | 0.68% | - |
| HSV(B) | 12.41º | 0.59% | 0.97% | - |
| XYZ | 49.01 | 37.24 | 17.17 | - |
| YUV | 162.97 | 93.6 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 132 | 102 | 0 | 0.47 | 0.59 | 0.03 | 12.41 | 0.9 | 0.68 |
| Hex | F7 | 84 | 66 | 0 | 2F | 3B | 3 | C | 5A | 44 |
| Octal | 367 | 204 | 146 | 0 | 57 | 73 | 3 | 14 | 132 | 104 |
| Binary | 11110111 | 10000100 | 1100110 | 0 | 101111 | 111011 | 11 | 1100 | 1011010 | 1000100 |
Color Harmonies of #F78466
Complementary color
Monochromatic Colors of #F78466
Black with #F78466
Text Example
Text Example
White with #F78466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78466; }
p { color: rgb(247,132,102); }
H1.HeaderClassName
{
color: #F78466;
}
.AnyTagClassName
{
color: #F78466;
}
</style>
background-color css
<style>
a { background-color: #F78466; }
a { background-color: rgb(247,132,102); }
div.DivClassName
{
background-color: #F78466;
}
.BgClassName
{
background-color: #F78466;
}
</style>
border-color css
<style>
span { border-color: #F78466; }
span { border-color: rgb(247,132,102); }
td.TdClassName
{
border-color: #F78466;
}
.TagClassName
{
border-color: #F78466;
}
</style>