Shades of Salmon #F78366
Tints of Salmon #F78366
RGB
CMYK
RGB Variations
Color information
#F78366 (or 0xF78366) is known color: Salmon. HEX triplet: F7, 83 and 66. RGB value is (247,131,102). Sum of RGB (Red+Green+Blue) = 247+131+102=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F78366 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78366 is #087C99. Grayscale: #A2A2A2. Windows color (decimal): -556186 or 6718455. OLE color: 6718455.
HSL color Cylindrical-coordinate representation of color #F78366: hue angle of 12º 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 #F78366 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 131 | 102 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.03 |
| HSL | 12º | 0.9% | 0.68% | - |
| HSV(B) | 12º | 0.59% | 0.97% | - |
| XYZ | 48.87 | 36.97 | 17.13 | - |
| YUV | 162.38 | 93.93 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 131 | 102 | 0 | 0.47 | 0.59 | 0.03 | 12 | 0.9 | 0.68 |
| Hex | F7 | 83 | 66 | 0 | 2F | 3B | 3 | C | 5A | 44 |
| Octal | 367 | 203 | 146 | 0 | 57 | 73 | 3 | 14 | 132 | 104 |
| Binary | 11110111 | 10000011 | 1100110 | 0 | 101111 | 111011 | 11 | 1100 | 1011010 | 1000100 |
Color Harmonies of #F78366
Complementary color
Monochromatic Colors of #F78366
Black with #F78366
Text Example
Text Example
White with #F78366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78366; }
p { color: rgb(247,131,102); }
H1.HeaderClassName
{
color: #F78366;
}
.AnyTagClassName
{
color: #F78366;
}
</style>
background-color css
<style>
a { background-color: #F78366; }
a { background-color: rgb(247,131,102); }
div.DivClassName
{
background-color: #F78366;
}
.BgClassName
{
background-color: #F78366;
}
</style>
border-color css
<style>
span { border-color: #F78366; }
span { border-color: rgb(247,131,102); }
td.TdClassName
{
border-color: #F78366;
}
.TagClassName
{
border-color: #F78366;
}
</style>