Shades of Salmon #F78A6B
Tints of Salmon #F78A6B
RGB
CMYK
RGB Variations
Color information
#F78A6B (or 0xF78A6B) is known color: Salmon. HEX triplet: F7, 8A and 6B. RGB value is (247,138,107). Sum of RGB (Red+Green+Blue) = 247+138+107=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F78A6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78A6B is #087594. Grayscale: #A7A7A7. Windows color (decimal): -554389 or 7047927. OLE color: 7047927.
HSL color Cylindrical-coordinate representation of color #F78A6B: hue angle of 13.29º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F78A6B is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 138 | 107 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.03 |
| HSL | 13.29º | 0.9% | 0.69% | - |
| HSV(B) | 13.29º | 0.57% | 0.97% | - |
| XYZ | 50.1 | 39.01 | 18.8 | - |
| YUV | 167.06 | 94.11 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 138 | 107 | 0 | 0.44 | 0.57 | 0.03 | 13.29 | 0.9 | 0.69 |
| Hex | F7 | 8A | 6B | 0 | 2C | 39 | 3 | D | 5A | 45 |
| Octal | 367 | 212 | 153 | 0 | 54 | 71 | 3 | 15 | 132 | 105 |
| Binary | 11110111 | 10001010 | 1101011 | 0 | 101100 | 111001 | 11 | 1101 | 1011010 | 1000101 |
Color Harmonies of #F78A6B
Complementary color
Monochromatic Colors of #F78A6B
Black with #F78A6B
Text Example
Text Example
White with #F78A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78A6B; }
p { color: rgb(247,138,107); }
H1.HeaderClassName
{
color: #F78A6B;
}
.AnyTagClassName
{
color: #F78A6B;
}
</style>
background-color css
<style>
a { background-color: #F78A6B; }
a { background-color: rgb(247,138,107); }
div.DivClassName
{
background-color: #F78A6B;
}
.BgClassName
{
background-color: #F78A6B;
}
</style>
border-color css
<style>
span { border-color: #F78A6B; }
span { border-color: rgb(247,138,107); }
td.TdClassName
{
border-color: #F78A6B;
}
.TagClassName
{
border-color: #F78A6B;
}
</style>