Shades of Salmon #F0836D
Tints of Salmon #F0836D
RGB
CMYK
RGB Variations
Color information
#F0836D (or 0xF0836D) is known color: Salmon. HEX triplet: F0, 83 and 6D. RGB value is (240,131,109). Sum of RGB (Red+Green+Blue) = 240+131+109=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F0836D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0836D is #0F7C92. Grayscale: #A1A1A1. Windows color (decimal): -1014931 or 7177200. OLE color: 7177200.
HSL color Cylindrical-coordinate representation of color #F0836D: hue angle of 10.08º 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 #F0836D is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 131 | 109 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.06 |
| HSL | 10.08º | 0.81% | 0.68% | - |
| HSV(B) | 10.08º | 0.55% | 0.94% | - |
| XYZ | 46.81 | 35.86 | 18.92 | - |
| YUV | 161.08 | 98.61 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 131 | 109 | 0 | 0.45 | 0.55 | 0.06 | 10.08 | 0.81 | 0.68 |
| Hex | F0 | 83 | 6D | 0 | 2D | 37 | 6 | A | 51 | 44 |
| Octal | 360 | 203 | 155 | 0 | 55 | 67 | 6 | 12 | 121 | 104 |
| Binary | 11110000 | 10000011 | 1101101 | 0 | 101101 | 110111 | 110 | 1010 | 1010001 | 1000100 |
Color Harmonies of #F0836D
Complementary color
Monochromatic Colors of #F0836D
Black with #F0836D
Text Example
Text Example
White with #F0836D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0836D; }
p { color: rgb(240,131,109); }
H1.HeaderClassName
{
color: #F0836D;
}
.AnyTagClassName
{
color: #F0836D;
}
</style>
background-color css
<style>
a { background-color: #F0836D; }
a { background-color: rgb(240,131,109); }
div.DivClassName
{
background-color: #F0836D;
}
.BgClassName
{
background-color: #F0836D;
}
</style>
border-color css
<style>
span { border-color: #F0836D; }
span { border-color: rgb(240,131,109); }
td.TdClassName
{
border-color: #F0836D;
}
.TagClassName
{
border-color: #F0836D;
}
</style>