Shades of Salmon #F78C6E
Tints of Salmon #F78C6E
RGB
CMYK
RGB Variations
Color information
#F78C6E (or 0xF78C6E) is known color: Salmon. HEX triplet: F7, 8C and 6E. RGB value is (247,140,110). Sum of RGB (Red+Green+Blue) = 247+140+110=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 110 (43.36% from 255 or 22.13% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F78C6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78C6E is #087391. Grayscale: #A8A8A8. Windows color (decimal): -553874 or 7245047. OLE color: 7245047.
HSL color Cylindrical-coordinate representation of color #F78C6E: hue angle of 13.14º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F78C6E is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 140 | 110 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.03 |
| HSL | 13.14º | 0.9% | 0.7% | - |
| HSV(B) | 13.14º | 0.55% | 0.97% | - |
| XYZ | 50.55 | 39.66 | 19.74 | - |
| YUV | 168.57 | 94.95 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 140 | 110 | 0 | 0.43 | 0.55 | 0.03 | 13.14 | 0.9 | 0.7 |
| Hex | F7 | 8C | 6E | 0 | 2B | 37 | 3 | D | 5A | 46 |
| Octal | 367 | 214 | 156 | 0 | 53 | 67 | 3 | 15 | 132 | 106 |
| Binary | 11110111 | 10001100 | 1101110 | 0 | 101011 | 110111 | 11 | 1101 | 1011010 | 1000110 |
Color Harmonies of #F78C6E
Complementary color
Monochromatic Colors of #F78C6E
Black with #F78C6E
Text Example
Text Example
White with #F78C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78C6E; }
p { color: rgb(247,140,110); }
H1.HeaderClassName
{
color: #F78C6E;
}
.AnyTagClassName
{
color: #F78C6E;
}
</style>
background-color css
<style>
a { background-color: #F78C6E; }
a { background-color: rgb(247,140,110); }
div.DivClassName
{
background-color: #F78C6E;
}
.BgClassName
{
background-color: #F78C6E;
}
</style>
border-color css
<style>
span { border-color: #F78C6E; }
span { border-color: rgb(247,140,110); }
td.TdClassName
{
border-color: #F78C6E;
}
.TagClassName
{
border-color: #F78C6E;
}
</style>