Shades of Salmon #F0886D
Tints of Salmon #F0886D
RGB
CMYK
RGB Variations
Color information
#F0886D (or 0xF0886D) is known color: Salmon. HEX triplet: F0, 88 and 6D. RGB value is (240,136,109). Sum of RGB (Red+Green+Blue) = 240+136+109=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F0886D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0886D is #0F7792. Grayscale: #A4A4A4. Windows color (decimal): -1013651 or 7178480. OLE color: 7178480.
HSL color Cylindrical-coordinate representation of color #F0886D: hue angle of 12.37º 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 #F0886D is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 109 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.06 |
| HSL | 12.37º | 0.81% | 0.68% | - |
| HSV(B) | 12.37º | 0.55% | 0.94% | - |
| XYZ | 47.5 | 37.24 | 19.15 | - |
| YUV | 164.02 | 96.96 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 109 | 0 | 0.43 | 0.55 | 0.06 | 12.37 | 0.81 | 0.68 |
| Hex | F0 | 88 | 6D | 0 | 2B | 37 | 6 | C | 51 | 44 |
| Octal | 360 | 210 | 155 | 0 | 53 | 67 | 6 | 14 | 121 | 104 |
| Binary | 11110000 | 10001000 | 1101101 | 0 | 101011 | 110111 | 110 | 1100 | 1010001 | 1000100 |
Color Harmonies of #F0886D
Complementary color
Monochromatic Colors of #F0886D
Black with #F0886D
Text Example
Text Example
White with #F0886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0886D; }
p { color: rgb(240,136,109); }
H1.HeaderClassName
{
color: #F0886D;
}
.AnyTagClassName
{
color: #F0886D;
}
</style>
background-color css
<style>
a { background-color: #F0886D; }
a { background-color: rgb(240,136,109); }
div.DivClassName
{
background-color: #F0886D;
}
.BgClassName
{
background-color: #F0886D;
}
</style>
border-color css
<style>
span { border-color: #F0886D; }
span { border-color: rgb(240,136,109); }
td.TdClassName
{
border-color: #F0886D;
}
.TagClassName
{
border-color: #F0886D;
}
</style>