Shades of Salmon #F0876F
Tints of Salmon #F0876F
RGB
CMYK
RGB Variations
Color information
#F0876F (or 0xF0876F) is known color: Salmon. HEX triplet: F0, 87 and 6F. RGB value is (240,135,111). Sum of RGB (Red+Green+Blue) = 240+135+111=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 111 (43.75% from 255 or 22.84% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F0876F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0876F is #0F7890. Grayscale: #A3A3A3. Windows color (decimal): -1013905 or 7309296. OLE color: 7309296.
HSL color Cylindrical-coordinate representation of color #F0876F: hue angle of 11.16º 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 #F0876F is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 135 | 111 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.06 |
| HSL | 11.16º | 0.81% | 0.69% | - |
| HSV(B) | 11.16º | 0.54% | 0.94% | - |
| XYZ | 47.47 | 37 | 19.68 | - |
| YUV | 163.66 | 98.29 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 111 | 0 | 0.44 | 0.54 | 0.06 | 11.16 | 0.81 | 0.69 |
| Hex | F0 | 87 | 6F | 0 | 2C | 36 | 6 | B | 51 | 45 |
| Octal | 360 | 207 | 157 | 0 | 54 | 66 | 6 | 13 | 121 | 105 |
| Binary | 11110000 | 10000111 | 1101111 | 0 | 101100 | 110110 | 110 | 1011 | 1010001 | 1000101 |
Color Harmonies of #F0876F
Complementary color
Monochromatic Colors of #F0876F
Black with #F0876F
Text Example
Text Example
White with #F0876F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0876F; }
p { color: rgb(240,135,111); }
H1.HeaderClassName
{
color: #F0876F;
}
.AnyTagClassName
{
color: #F0876F;
}
</style>
background-color css
<style>
a { background-color: #F0876F; }
a { background-color: rgb(240,135,111); }
div.DivClassName
{
background-color: #F0876F;
}
.BgClassName
{
background-color: #F0876F;
}
</style>
border-color css
<style>
span { border-color: #F0876F; }
span { border-color: rgb(240,135,111); }
td.TdClassName
{
border-color: #F0876F;
}
.TagClassName
{
border-color: #F0876F;
}
</style>