Shades of Salmon #F0836E
Tints of Salmon #F0836E
RGB
CMYK
RGB Variations
Color information
#F0836E (or 0xF0836E) is known color: Salmon. HEX triplet: F0, 83 and 6E. RGB value is (240,131,110). Sum of RGB (Red+Green+Blue) = 240+131+110=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F0836E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0836E is #0F7C91. Grayscale: #A1A1A1. Windows color (decimal): -1014930 or 7242736. OLE color: 7242736.
HSL color Cylindrical-coordinate representation of color #F0836E: hue angle of 9.69º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F0836E is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 131 | 110 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.06 |
| HSL | 9.69º | 0.81% | 0.69% | - |
| HSV(B) | 9.69º | 0.54% | 0.94% | - |
| XYZ | 46.87 | 35.88 | 19.21 | - |
| YUV | 161.2 | 99.11 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 131 | 110 | 0 | 0.45 | 0.54 | 0.06 | 9.69 | 0.81 | 0.69 |
| Hex | F0 | 83 | 6E | 0 | 2D | 36 | 6 | A | 51 | 45 |
| Octal | 360 | 203 | 156 | 0 | 55 | 66 | 6 | 12 | 121 | 105 |
| Binary | 11110000 | 10000011 | 1101110 | 0 | 101101 | 110110 | 110 | 1010 | 1010001 | 1000101 |
Color Harmonies of #F0836E
Complementary color
Monochromatic Colors of #F0836E
Black with #F0836E
Text Example
Text Example
White with #F0836E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0836E; }
p { color: rgb(240,131,110); }
H1.HeaderClassName
{
color: #F0836E;
}
.AnyTagClassName
{
color: #F0836E;
}
</style>
background-color css
<style>
a { background-color: #F0836E; }
a { background-color: rgb(240,131,110); }
div.DivClassName
{
background-color: #F0836E;
}
.BgClassName
{
background-color: #F0836E;
}
</style>
border-color css
<style>
span { border-color: #F0836E; }
span { border-color: rgb(240,131,110); }
td.TdClassName
{
border-color: #F0836E;
}
.TagClassName
{
border-color: #F0836E;
}
</style>