Shades of Salmon #F78A6E
Tints of Salmon #F78A6E
RGB
CMYK
RGB Variations
Color information
#F78A6E (or 0xF78A6E) is known color: Salmon. HEX triplet: F7, 8A and 6E. RGB value is (247,138,110). Sum of RGB (Red+Green+Blue) = 247+138+110=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F78A6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78A6E is #087591. Grayscale: #A7A7A7. Windows color (decimal): -554386 or 7244535. OLE color: 7244535.
HSL color Cylindrical-coordinate representation of color #F78A6E: hue angle of 12.26º 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 #F78A6E is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 138 | 110 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.03 |
| HSL | 12.26º | 0.9% | 0.7% | - |
| HSV(B) | 12.26º | 0.55% | 0.97% | - |
| XYZ | 50.26 | 39.08 | 19.65 | - |
| YUV | 167.4 | 95.61 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 138 | 110 | 0 | 0.44 | 0.55 | 0.03 | 12.26 | 0.9 | 0.7 |
| Hex | F7 | 8A | 6E | 0 | 2C | 37 | 3 | C | 5A | 46 |
| Octal | 367 | 212 | 156 | 0 | 54 | 67 | 3 | 14 | 132 | 106 |
| Binary | 11110111 | 10001010 | 1101110 | 0 | 101100 | 110111 | 11 | 1100 | 1011010 | 1000110 |
Color Harmonies of #F78A6E
Complementary color
Monochromatic Colors of #F78A6E
Black with #F78A6E
Text Example
Text Example
White with #F78A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78A6E; }
p { color: rgb(247,138,110); }
H1.HeaderClassName
{
color: #F78A6E;
}
.AnyTagClassName
{
color: #F78A6E;
}
</style>
background-color css
<style>
a { background-color: #F78A6E; }
a { background-color: rgb(247,138,110); }
div.DivClassName
{
background-color: #F78A6E;
}
.BgClassName
{
background-color: #F78A6E;
}
</style>
border-color css
<style>
span { border-color: #F78A6E; }
span { border-color: rgb(247,138,110); }
td.TdClassName
{
border-color: #F78A6E;
}
.TagClassName
{
border-color: #F78A6E;
}
</style>