Shades of Salmon #F0856D
Tints of Salmon #F0856D
RGB
CMYK
RGB Variations
Color information
#F0856D (or 0xF0856D) is known color: Salmon. HEX triplet: F0, 85 and 6D. RGB value is (240,133,109). Sum of RGB (Red+Green+Blue) = 240+133+109=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0856D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0856D is #0F7A92. Grayscale: #A2A2A2. Windows color (decimal): -1014419 or 7177712. OLE color: 7177712.
HSL color Cylindrical-coordinate representation of color #F0856D: hue angle of 10.99º 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 #F0856D is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 109 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.06 |
| HSL | 10.99º | 0.81% | 0.68% | - |
| HSV(B) | 10.99º | 0.55% | 0.94% | - |
| XYZ | 47.08 | 36.4 | 19.01 | - |
| YUV | 162.26 | 97.95 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 109 | 0 | 0.45 | 0.55 | 0.06 | 10.99 | 0.81 | 0.68 |
| Hex | F0 | 85 | 6D | 0 | 2D | 37 | 6 | B | 51 | 44 |
| Octal | 360 | 205 | 155 | 0 | 55 | 67 | 6 | 13 | 121 | 104 |
| Binary | 11110000 | 10000101 | 1101101 | 0 | 101101 | 110111 | 110 | 1011 | 1010001 | 1000100 |
Color Harmonies of #F0856D
Complementary color
Monochromatic Colors of #F0856D
Black with #F0856D
Text Example
Text Example
White with #F0856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0856D; }
p { color: rgb(240,133,109); }
H1.HeaderClassName
{
color: #F0856D;
}
.AnyTagClassName
{
color: #F0856D;
}
</style>
background-color css
<style>
a { background-color: #F0856D; }
a { background-color: rgb(240,133,109); }
div.DivClassName
{
background-color: #F0856D;
}
.BgClassName
{
background-color: #F0856D;
}
</style>
border-color css
<style>
span { border-color: #F0856D; }
span { border-color: rgb(240,133,109); }
td.TdClassName
{
border-color: #F0856D;
}
.TagClassName
{
border-color: #F0856D;
}
</style>