Shades of Salmon #F77669
Tints of Salmon #F77669
RGB
CMYK
RGB Variations
Color information
#F77669 (or 0xF77669) is known color: Salmon. HEX triplet: F7, 76 and 69. RGB value is (247,118,105). Sum of RGB (Red+Green+Blue) = 247+118+105=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F77669 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77669 is #088996. Grayscale: #9B9B9B. Windows color (decimal): -559511 or 6911735. OLE color: 6911735.
HSL color Cylindrical-coordinate representation of color #F77669: hue angle of 5.49º 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 #F77669 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 118 | 105 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.03 |
| HSL | 5.49º | 0.9% | 0.69% | - |
| HSV(B) | 5.49º | 0.57% | 0.97% | - |
| XYZ | 47.39 | 33.75 | 17.38 | - |
| YUV | 155.09 | 99.74 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 118 | 105 | 0 | 0.52 | 0.57 | 0.03 | 5.49 | 0.9 | 0.69 |
| Hex | F7 | 76 | 69 | 0 | 34 | 39 | 3 | 5 | 5A | 45 |
| Octal | 367 | 166 | 151 | 0 | 64 | 71 | 3 | 5 | 132 | 105 |
| Binary | 11110111 | 1110110 | 1101001 | 0 | 110100 | 111001 | 11 | 101 | 1011010 | 1000101 |
Color Harmonies of #F77669
Complementary color
Monochromatic Colors of #F77669
Black with #F77669
Text Example
Text Example
White with #F77669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77669; }
p { color: rgb(247,118,105); }
H1.HeaderClassName
{
color: #F77669;
}
.AnyTagClassName
{
color: #F77669;
}
</style>
background-color css
<style>
a { background-color: #F77669; }
a { background-color: rgb(247,118,105); }
div.DivClassName
{
background-color: #F77669;
}
.BgClassName
{
background-color: #F77669;
}
</style>
border-color css
<style>
span { border-color: #F77669; }
span { border-color: rgb(247,118,105); }
td.TdClassName
{
border-color: #F77669;
}
.TagClassName
{
border-color: #F77669;
}
</style>