Shades of Salmon #F0866D
Tints of Salmon #F0866D
RGB
CMYK
RGB Variations
Color information
#F0866D (or 0xF0866D) is known color: Salmon. HEX triplet: F0, 86 and 6D. RGB value is (240,134,109). Sum of RGB (Red+Green+Blue) = 240+134+109=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F0866D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0866D is #0F7992. Grayscale: #A3A3A3. Windows color (decimal): -1014163 or 7177968. OLE color: 7177968.
HSL color Cylindrical-coordinate representation of color #F0866D: hue angle of 11.45º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0866D is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 109 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.06 |
| HSL | 11.45º | 0.81% | 0.68% | - |
| HSV(B) | 11.45º | 0.55% | 0.94% | - |
| XYZ | 47.22 | 36.68 | 19.06 | - |
| YUV | 162.84 | 97.62 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 109 | 0 | 0.44 | 0.55 | 0.06 | 11.45 | 0.81 | 0.68 |
| Hex | F0 | 86 | 6D | 0 | 2C | 37 | 6 | B | 51 | 44 |
| Octal | 360 | 206 | 155 | 0 | 54 | 67 | 6 | 13 | 121 | 104 |
| Binary | 11110000 | 10000110 | 1101101 | 0 | 101100 | 110111 | 110 | 1011 | 1010001 | 1000100 |
Color Harmonies of #F0866D
Complementary color
Monochromatic Colors of #F0866D
Black with #F0866D
Text Example
Text Example
White with #F0866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0866D; }
p { color: rgb(240,134,109); }
H1.HeaderClassName
{
color: #F0866D;
}
.AnyTagClassName
{
color: #F0866D;
}
</style>
background-color css
<style>
a { background-color: #F0866D; }
a { background-color: rgb(240,134,109); }
div.DivClassName
{
background-color: #F0866D;
}
.BgClassName
{
background-color: #F0866D;
}
</style>
border-color css
<style>
span { border-color: #F0866D; }
span { border-color: rgb(240,134,109); }
td.TdClassName
{
border-color: #F0866D;
}
.TagClassName
{
border-color: #F0866D;
}
</style>