Shades of Salmon #F78768
Tints of Salmon #F78768
RGB
CMYK
RGB Variations
Color information
#F78768 (or 0xF78768) is known color: Salmon. HEX triplet: F7, 87 and 68. RGB value is (247,135,104). Sum of RGB (Red+Green+Blue) = 247+135+104=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F78768 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78768 is #087897. Grayscale: #A5A5A5. Windows color (decimal): -555160 or 6850551. OLE color: 6850551.
HSL color Cylindrical-coordinate representation of color #F78768: hue angle of 13.01º 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 #F78768 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 135 | 104 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.03 |
| HSL | 13.01º | 0.9% | 0.69% | - |
| HSV(B) | 13.01º | 0.58% | 0.97% | - |
| XYZ | 49.52 | 38.1 | 17.84 | - |
| YUV | 164.95 | 93.61 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 135 | 104 | 0 | 0.45 | 0.58 | 0.03 | 13.01 | 0.9 | 0.69 |
| Hex | F7 | 87 | 68 | 0 | 2D | 3A | 3 | D | 5A | 45 |
| Octal | 367 | 207 | 150 | 0 | 55 | 72 | 3 | 15 | 132 | 105 |
| Binary | 11110111 | 10000111 | 1101000 | 0 | 101101 | 111010 | 11 | 1101 | 1011010 | 1000101 |
Color Harmonies of #F78768
Complementary color
Monochromatic Colors of #F78768
Black with #F78768
Text Example
Text Example
White with #F78768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78768; }
p { color: rgb(247,135,104); }
H1.HeaderClassName
{
color: #F78768;
}
.AnyTagClassName
{
color: #F78768;
}
</style>
background-color css
<style>
a { background-color: #F78768; }
a { background-color: rgb(247,135,104); }
div.DivClassName
{
background-color: #F78768;
}
.BgClassName
{
background-color: #F78768;
}
</style>
border-color css
<style>
span { border-color: #F78768; }
span { border-color: rgb(247,135,104); }
td.TdClassName
{
border-color: #F78768;
}
.TagClassName
{
border-color: #F78768;
}
</style>