Shades of Salmon #F78766
Tints of Salmon #F78766
RGB
CMYK
RGB Variations
Color information
#F78766 (or 0xF78766) is known color: Salmon. HEX triplet: F7, 87 and 66. RGB value is (247,135,102). Sum of RGB (Red+Green+Blue) = 247+135+102=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F78766 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78766 is #087899. Grayscale: #A4A4A4. Windows color (decimal): -555162 or 6719479. OLE color: 6719479.
HSL color Cylindrical-coordinate representation of color #F78766: hue angle of 13.66º 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 #F78766 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 135 | 102 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.03 |
| HSL | 13.66º | 0.9% | 0.68% | - |
| HSV(B) | 13.66º | 0.59% | 0.97% | - |
| XYZ | 49.42 | 38.06 | 17.31 | - |
| YUV | 164.73 | 92.61 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 135 | 102 | 0 | 0.45 | 0.59 | 0.03 | 13.66 | 0.9 | 0.68 |
| Hex | F7 | 87 | 66 | 0 | 2D | 3B | 3 | E | 5A | 44 |
| Octal | 367 | 207 | 146 | 0 | 55 | 73 | 3 | 16 | 132 | 104 |
| Binary | 11110111 | 10000111 | 1100110 | 0 | 101101 | 111011 | 11 | 1110 | 1011010 | 1000100 |
Color Harmonies of #F78766
Complementary color
Monochromatic Colors of #F78766
Black with #F78766
Text Example
Text Example
White with #F78766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78766; }
p { color: rgb(247,135,102); }
H1.HeaderClassName
{
color: #F78766;
}
.AnyTagClassName
{
color: #F78766;
}
</style>
background-color css
<style>
a { background-color: #F78766; }
a { background-color: rgb(247,135,102); }
div.DivClassName
{
background-color: #F78766;
}
.BgClassName
{
background-color: #F78766;
}
</style>
border-color css
<style>
span { border-color: #F78766; }
span { border-color: rgb(247,135,102); }
td.TdClassName
{
border-color: #F78766;
}
.TagClassName
{
border-color: #F78766;
}
</style>