Shades of Salmon #F08666
Tints of Salmon #F08666
RGB
CMYK
RGB Variations
Color information
#F08666 (or 0xF08666) is known color: Salmon. HEX triplet: F0, 86 and 66. RGB value is (240,134,102). Sum of RGB (Red+Green+Blue) = 240+134+102=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F08666 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08666 is #0F7999. Grayscale: #A2A2A2. Windows color (decimal): -1014170 or 6719216. OLE color: 6719216.
HSL color Cylindrical-coordinate representation of color #F08666: hue angle of 13.91º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F08666 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 102 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.06 |
| HSL | 13.91º | 0.82% | 0.67% | - |
| HSV(B) | 13.91º | 0.58% | 0.94% | - |
| XYZ | 46.86 | 36.53 | 17.15 | - |
| YUV | 162.05 | 94.12 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 102 | 0 | 0.44 | 0.58 | 0.06 | 13.91 | 0.82 | 0.67 |
| Hex | F0 | 86 | 66 | 0 | 2C | 3A | 6 | E | 52 | 43 |
| Octal | 360 | 206 | 146 | 0 | 54 | 72 | 6 | 16 | 122 | 103 |
| Binary | 11110000 | 10000110 | 1100110 | 0 | 101100 | 111010 | 110 | 1110 | 1010010 | 1000011 |
Color Harmonies of #F08666
Complementary color
Monochromatic Colors of #F08666
Black with #F08666
Text Example
Text Example
White with #F08666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08666; }
p { color: rgb(240,134,102); }
H1.HeaderClassName
{
color: #F08666;
}
.AnyTagClassName
{
color: #F08666;
}
</style>
background-color css
<style>
a { background-color: #F08666; }
a { background-color: rgb(240,134,102); }
div.DivClassName
{
background-color: #F08666;
}
.BgClassName
{
background-color: #F08666;
}
</style>
border-color css
<style>
span { border-color: #F08666; }
span { border-color: rgb(240,134,102); }
td.TdClassName
{
border-color: #F08666;
}
.TagClassName
{
border-color: #F08666;
}
</style>