Shades of Salmon #F78268
Tints of Salmon #F78268
RGB
CMYK
RGB Variations
Color information
#F78268 (or 0xF78268) is known color: Salmon. HEX triplet: F7, 82 and 68. RGB value is (247,130,104). Sum of RGB (Red+Green+Blue) = 247+130+104=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F78268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78268 is #087D97. Grayscale: #A2A2A2. Windows color (decimal): -556440 or 6849271. OLE color: 6849271.
HSL color Cylindrical-coordinate representation of color #F78268: hue angle of 10.91º 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 #F78268 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 130 | 104 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.03 |
| HSL | 10.91º | 0.9% | 0.69% | - |
| HSV(B) | 10.91º | 0.58% | 0.97% | - |
| XYZ | 48.84 | 36.74 | 17.61 | - |
| YUV | 162.02 | 95.26 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 130 | 104 | 0 | 0.47 | 0.58 | 0.03 | 10.91 | 0.9 | 0.69 |
| Hex | F7 | 82 | 68 | 0 | 2F | 3A | 3 | B | 5A | 45 |
| Octal | 367 | 202 | 150 | 0 | 57 | 72 | 3 | 13 | 132 | 105 |
| Binary | 11110111 | 10000010 | 1101000 | 0 | 101111 | 111010 | 11 | 1011 | 1011010 | 1000101 |
Color Harmonies of #F78268
Complementary color
Monochromatic Colors of #F78268
Black with #F78268
Text Example
Text Example
White with #F78268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78268; }
p { color: rgb(247,130,104); }
H1.HeaderClassName
{
color: #F78268;
}
.AnyTagClassName
{
color: #F78268;
}
</style>
background-color css
<style>
a { background-color: #F78268; }
a { background-color: rgb(247,130,104); }
div.DivClassName
{
background-color: #F78268;
}
.BgClassName
{
background-color: #F78268;
}
</style>
border-color css
<style>
span { border-color: #F78268; }
span { border-color: rgb(247,130,104); }
td.TdClassName
{
border-color: #F78268;
}
.TagClassName
{
border-color: #F78268;
}
</style>