Shades of Salmon #F78668
Tints of Salmon #F78668
RGB
CMYK
RGB Variations
Color information
#F78668 (or 0xF78668) is known color: Salmon. HEX triplet: F7, 86 and 68. RGB value is (247,134,104). Sum of RGB (Red+Green+Blue) = 247+134+104=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F78668 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78668 is #087997. Grayscale: #A4A4A4. Windows color (decimal): -555416 or 6850295. OLE color: 6850295.
HSL color Cylindrical-coordinate representation of color #F78668: hue angle of 12.59º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F78668 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 134 | 104 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.03 |
| HSL | 12.59º | 0.9% | 0.69% | - |
| HSV(B) | 12.59º | 0.58% | 0.97% | - |
| XYZ | 49.38 | 37.82 | 17.79 | - |
| YUV | 164.37 | 93.94 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 134 | 104 | 0 | 0.46 | 0.58 | 0.03 | 12.59 | 0.9 | 0.69 |
| Hex | F7 | 86 | 68 | 0 | 2E | 3A | 3 | D | 5A | 45 |
| Octal | 367 | 206 | 150 | 0 | 56 | 72 | 3 | 15 | 132 | 105 |
| Binary | 11110111 | 10000110 | 1101000 | 0 | 101110 | 111010 | 11 | 1101 | 1011010 | 1000101 |
Color Harmonies of #F78668
Complementary color
Monochromatic Colors of #F78668
Black with #F78668
Text Example
Text Example
White with #F78668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78668; }
p { color: rgb(247,134,104); }
H1.HeaderClassName
{
color: #F78668;
}
.AnyTagClassName
{
color: #F78668;
}
</style>
background-color css
<style>
a { background-color: #F78668; }
a { background-color: rgb(247,134,104); }
div.DivClassName
{
background-color: #F78668;
}
.BgClassName
{
background-color: #F78668;
}
</style>
border-color css
<style>
span { border-color: #F78668; }
span { border-color: rgb(247,134,104); }
td.TdClassName
{
border-color: #F78668;
}
.TagClassName
{
border-color: #F78668;
}
</style>