Shades of Salmon #F78669
Tints of Salmon #F78669
RGB
CMYK
RGB Variations
Color information
#F78669 (or 0xF78669) is known color: Salmon. HEX triplet: F7, 86 and 69. RGB value is (247,134,105). Sum of RGB (Red+Green+Blue) = 247+134+105=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 105 (41.41% from 255 or 21.60% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F78669 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78669 is #087996. Grayscale: #A4A4A4. Windows color (decimal): -555415 or 6915831. OLE color: 6915831.
HSL color Cylindrical-coordinate representation of color #F78669: hue angle of 12.25º 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 #F78669 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 134 | 105 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.03 |
| HSL | 12.25º | 0.9% | 0.69% | - |
| HSV(B) | 12.25º | 0.57% | 0.97% | - |
| XYZ | 49.43 | 37.84 | 18.06 | - |
| YUV | 164.48 | 94.44 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 134 | 105 | 0 | 0.46 | 0.57 | 0.03 | 12.25 | 0.9 | 0.69 |
| Hex | F7 | 86 | 69 | 0 | 2E | 39 | 3 | C | 5A | 45 |
| Octal | 367 | 206 | 151 | 0 | 56 | 71 | 3 | 14 | 132 | 105 |
| Binary | 11110111 | 10000110 | 1101001 | 0 | 101110 | 111001 | 11 | 1100 | 1011010 | 1000101 |
Color Harmonies of #F78669
Complementary color
Monochromatic Colors of #F78669
Black with #F78669
Text Example
Text Example
White with #F78669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78669; }
p { color: rgb(247,134,105); }
H1.HeaderClassName
{
color: #F78669;
}
.AnyTagClassName
{
color: #F78669;
}
</style>
background-color css
<style>
a { background-color: #F78669; }
a { background-color: rgb(247,134,105); }
div.DivClassName
{
background-color: #F78669;
}
.BgClassName
{
background-color: #F78669;
}
</style>
border-color css
<style>
span { border-color: #F78669; }
span { border-color: rgb(247,134,105); }
td.TdClassName
{
border-color: #F78669;
}
.TagClassName
{
border-color: #F78669;
}
</style>