Shades of Salmon #F0786A
Tints of Salmon #F0786A
RGB
CMYK
RGB Variations
Color information
#F0786A (or 0xF0786A) is known color: Salmon. HEX triplet: F0, 78 and 6A. RGB value is (240,120,106). Sum of RGB (Red+Green+Blue) = 240+120+106=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0786A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0786A is #0F8795. Grayscale: #9A9A9A. Windows color (decimal): -1017750 or 6977776. OLE color: 6977776.
HSL color Cylindrical-coordinate representation of color #F0786A: hue angle of 6.27º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0786A is Cyan = 0, Magento = 0.5, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 120 | 106 | - |
| CMYK | 0 | 0.5 | 0.56 | 0.06 |
| HSL | 6.27º | 0.82% | 0.68% | - |
| HSV(B) | 6.27º | 0.56% | 0.94% | - |
| XYZ | 45.25 | 33 | 17.62 | - |
| YUV | 154.28 | 100.76 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 106 | 0 | 0.5 | 0.56 | 0.06 | 6.27 | 0.82 | 0.68 |
| Hex | F0 | 78 | 6A | 0 | 32 | 38 | 6 | 6 | 52 | 44 |
| Octal | 360 | 170 | 152 | 0 | 62 | 70 | 6 | 6 | 122 | 104 |
| Binary | 11110000 | 1111000 | 1101010 | 0 | 110010 | 111000 | 110 | 110 | 1010010 | 1000100 |
Color Harmonies of #F0786A
Complementary color
Monochromatic Colors of #F0786A
Black with #F0786A
Text Example
Text Example
White with #F0786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0786A; }
p { color: rgb(240,120,106); }
H1.HeaderClassName
{
color: #F0786A;
}
.AnyTagClassName
{
color: #F0786A;
}
</style>
background-color css
<style>
a { background-color: #F0786A; }
a { background-color: rgb(240,120,106); }
div.DivClassName
{
background-color: #F0786A;
}
.BgClassName
{
background-color: #F0786A;
}
</style>
border-color css
<style>
span { border-color: #F0786A; }
span { border-color: rgb(240,120,106); }
td.TdClassName
{
border-color: #F0786A;
}
.TagClassName
{
border-color: #F0786A;
}
</style>