Shades of Salmon #F67966
Tints of Salmon #F67966
RGB
CMYK
RGB Variations
Color information
#F67966 (or 0xF67966) is known color: Salmon. HEX triplet: F6, 79 and 66. RGB value is (246,121,102). Sum of RGB (Red+Green+Blue) = 246+121+102=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F67966 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67966 is #098699. Grayscale: #9C9C9C. Windows color (decimal): -624282 or 6715894. OLE color: 6715894.
HSL color Cylindrical-coordinate representation of color #F67966: hue angle of 7.92º 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 #F67966 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 121 | 102 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.04 |
| HSL | 7.92º | 0.89% | 0.68% | - |
| HSV(B) | 7.92º | 0.59% | 0.96% | - |
| XYZ | 47.24 | 34.23 | 16.69 | - |
| YUV | 156.21 | 97.41 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 121 | 102 | 0 | 0.51 | 0.59 | 0.04 | 7.92 | 0.89 | 0.68 |
| Hex | F6 | 79 | 66 | 0 | 33 | 3B | 4 | 8 | 59 | 44 |
| Octal | 366 | 171 | 146 | 0 | 63 | 73 | 4 | 10 | 131 | 104 |
| Binary | 11110110 | 1111001 | 1100110 | 0 | 110011 | 111011 | 100 | 1000 | 1011001 | 1000100 |
Color Harmonies of #F67966
Complementary color
Monochromatic Colors of #F67966
Black with #F67966
Text Example
Text Example
White with #F67966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67966; }
p { color: rgb(246,121,102); }
H1.HeaderClassName
{
color: #F67966;
}
.AnyTagClassName
{
color: #F67966;
}
</style>
background-color css
<style>
a { background-color: #F67966; }
a { background-color: rgb(246,121,102); }
div.DivClassName
{
background-color: #F67966;
}
.BgClassName
{
background-color: #F67966;
}
</style>
border-color css
<style>
span { border-color: #F67966; }
span { border-color: rgb(246,121,102); }
td.TdClassName
{
border-color: #F67966;
}
.TagClassName
{
border-color: #F67966;
}
</style>