Shades of Salmon #F68466
Tints of Salmon #F68466
RGB
CMYK
RGB Variations
Color information
#F68466 (or 0xF68466) is known color: Salmon. HEX triplet: F6, 84 and 66. RGB value is (246,132,102). Sum of RGB (Red+Green+Blue) = 246+132+102=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F68466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68466 is #097B99. Grayscale: #A2A2A2. Windows color (decimal): -621466 or 6718710. OLE color: 6718710.
HSL color Cylindrical-coordinate representation of color #F68466: hue angle of 12.5º 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 #F68466 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 132 | 102 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.04 |
| HSL | 12.5º | 0.89% | 0.68% | - |
| HSV(B) | 12.5º | 0.59% | 0.96% | - |
| XYZ | 48.66 | 37.05 | 17.16 | - |
| YUV | 162.67 | 93.77 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 132 | 102 | 0 | 0.46 | 0.59 | 0.04 | 12.5 | 0.89 | 0.68 |
| Hex | F6 | 84 | 66 | 0 | 2E | 3B | 4 | C | 59 | 44 |
| Octal | 366 | 204 | 146 | 0 | 56 | 73 | 4 | 14 | 131 | 104 |
| Binary | 11110110 | 10000100 | 1100110 | 0 | 101110 | 111011 | 100 | 1100 | 1011001 | 1000100 |
Color Harmonies of #F68466
Complementary color
Monochromatic Colors of #F68466
Black with #F68466
Text Example
Text Example
White with #F68466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68466; }
p { color: rgb(246,132,102); }
H1.HeaderClassName
{
color: #F68466;
}
.AnyTagClassName
{
color: #F68466;
}
</style>
background-color css
<style>
a { background-color: #F68466; }
a { background-color: rgb(246,132,102); }
div.DivClassName
{
background-color: #F68466;
}
.BgClassName
{
background-color: #F68466;
}
</style>
border-color css
<style>
span { border-color: #F68466; }
span { border-color: rgb(246,132,102); }
td.TdClassName
{
border-color: #F68466;
}
.TagClassName
{
border-color: #F68466;
}
</style>