Shades of Salmon #F68866
Tints of Salmon #F68866
RGB
CMYK
RGB Variations
Color information
#F68866 (or 0xF68866) is known color: Salmon. HEX triplet: F6, 88 and 66. RGB value is (246,136,102). Sum of RGB (Red+Green+Blue) = 246+136+102=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F68866 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68866 is #097799. Grayscale: #A5A5A5. Windows color (decimal): -620442 or 6719734. OLE color: 6719734.
HSL color Cylindrical-coordinate representation of color #F68866: hue angle of 14.17º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F68866 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 136 | 102 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.04 |
| HSL | 14.17º | 0.89% | 0.68% | - |
| HSV(B) | 14.17º | 0.59% | 0.96% | - |
| XYZ | 49.21 | 38.16 | 17.34 | - |
| YUV | 165.01 | 92.44 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 136 | 102 | 0 | 0.45 | 0.59 | 0.04 | 14.17 | 0.89 | 0.68 |
| Hex | F6 | 88 | 66 | 0 | 2D | 3B | 4 | E | 59 | 44 |
| Octal | 366 | 210 | 146 | 0 | 55 | 73 | 4 | 16 | 131 | 104 |
| Binary | 11110110 | 10001000 | 1100110 | 0 | 101101 | 111011 | 100 | 1110 | 1011001 | 1000100 |
Color Harmonies of #F68866
Complementary color
Monochromatic Colors of #F68866
Black with #F68866
Text Example
Text Example
White with #F68866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68866; }
p { color: rgb(246,136,102); }
H1.HeaderClassName
{
color: #F68866;
}
.AnyTagClassName
{
color: #F68866;
}
</style>
background-color css
<style>
a { background-color: #F68866; }
a { background-color: rgb(246,136,102); }
div.DivClassName
{
background-color: #F68866;
}
.BgClassName
{
background-color: #F68866;
}
</style>
border-color css
<style>
span { border-color: #F68866; }
span { border-color: rgb(246,136,102); }
td.TdClassName
{
border-color: #F68866;
}
.TagClassName
{
border-color: #F68866;
}
</style>