Shades of Salmon #F78A6C
Tints of Salmon #F78A6C
RGB
CMYK
RGB Variations
Color information
#F78A6C (or 0xF78A6C) is known color: Salmon. HEX triplet: F7, 8A and 6C. RGB value is (247,138,108). Sum of RGB (Red+Green+Blue) = 247+138+108=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F78A6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78A6C is #087593. Grayscale: #A7A7A7. Windows color (decimal): -554388 or 7113463. OLE color: 7113463.
HSL color Cylindrical-coordinate representation of color #F78A6C: hue angle of 12.95º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F78A6C is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 138 | 108 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.03 |
| HSL | 12.95º | 0.9% | 0.7% | - |
| HSV(B) | 12.95º | 0.56% | 0.97% | - |
| XYZ | 50.15 | 39.03 | 19.08 | - |
| YUV | 167.17 | 94.61 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 138 | 108 | 0 | 0.44 | 0.56 | 0.03 | 12.95 | 0.9 | 0.7 |
| Hex | F7 | 8A | 6C | 0 | 2C | 38 | 3 | D | 5A | 46 |
| Octal | 367 | 212 | 154 | 0 | 54 | 70 | 3 | 15 | 132 | 106 |
| Binary | 11110111 | 10001010 | 1101100 | 0 | 101100 | 111000 | 11 | 1101 | 1011010 | 1000110 |
Color Harmonies of #F78A6C
Complementary color
Monochromatic Colors of #F78A6C
Black with #F78A6C
Text Example
Text Example
White with #F78A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78A6C; }
p { color: rgb(247,138,108); }
H1.HeaderClassName
{
color: #F78A6C;
}
.AnyTagClassName
{
color: #F78A6C;
}
</style>
background-color css
<style>
a { background-color: #F78A6C; }
a { background-color: rgb(247,138,108); }
div.DivClassName
{
background-color: #F78A6C;
}
.BgClassName
{
background-color: #F78A6C;
}
</style>
border-color css
<style>
span { border-color: #F78A6C; }
span { border-color: rgb(247,138,108); }
td.TdClassName
{
border-color: #F78A6C;
}
.TagClassName
{
border-color: #F78A6C;
}
</style>