Shades of Salmon #F0856C
Tints of Salmon #F0856C
RGB
CMYK
RGB Variations
Color information
#F0856C (or 0xF0856C) is known color: Salmon. HEX triplet: F0, 85 and 6C. RGB value is (240,133,108). Sum of RGB (Red+Green+Blue) = 240+133+108=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F0856C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0856C is #0F7A93. Grayscale: #A2A2A2. Windows color (decimal): -1014420 or 7112176. OLE color: 7112176.
HSL color Cylindrical-coordinate representation of color #F0856C: hue angle of 11.36º 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 #F0856C is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 108 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.06 |
| HSL | 11.36º | 0.81% | 0.68% | - |
| HSV(B) | 11.36º | 0.55% | 0.94% | - |
| XYZ | 47.03 | 36.38 | 18.73 | - |
| YUV | 162.14 | 97.45 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 108 | 0 | 0.45 | 0.55 | 0.06 | 11.36 | 0.81 | 0.68 |
| Hex | F0 | 85 | 6C | 0 | 2D | 37 | 6 | B | 51 | 44 |
| Octal | 360 | 205 | 154 | 0 | 55 | 67 | 6 | 13 | 121 | 104 |
| Binary | 11110000 | 10000101 | 1101100 | 0 | 101101 | 110111 | 110 | 1011 | 1010001 | 1000100 |
Color Harmonies of #F0856C
Complementary color
Monochromatic Colors of #F0856C
Black with #F0856C
Text Example
Text Example
White with #F0856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0856C; }
p { color: rgb(240,133,108); }
H1.HeaderClassName
{
color: #F0856C;
}
.AnyTagClassName
{
color: #F0856C;
}
</style>
background-color css
<style>
a { background-color: #F0856C; }
a { background-color: rgb(240,133,108); }
div.DivClassName
{
background-color: #F0856C;
}
.BgClassName
{
background-color: #F0856C;
}
</style>
border-color css
<style>
span { border-color: #F0856C; }
span { border-color: rgb(240,133,108); }
td.TdClassName
{
border-color: #F0856C;
}
.TagClassName
{
border-color: #F0856C;
}
</style>