Shades of Salmon #F0876C
Tints of Salmon #F0876C
RGB
CMYK
RGB Variations
Color information
#F0876C (or 0xF0876C) is known color: Salmon. HEX triplet: F0, 87 and 6C. RGB value is (240,135,108). Sum of RGB (Red+Green+Blue) = 240+135+108=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F0876C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0876C is #0F7893. Grayscale: #A3A3A3. Windows color (decimal): -1013908 or 7112688. OLE color: 7112688.
HSL color Cylindrical-coordinate representation of color #F0876C: hue angle of 12.27º 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 #F0876C is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 135 | 108 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.06 |
| HSL | 12.27º | 0.81% | 0.68% | - |
| HSV(B) | 12.27º | 0.55% | 0.94% | - |
| XYZ | 47.31 | 36.94 | 18.82 | - |
| YUV | 163.32 | 96.79 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 108 | 0 | 0.44 | 0.55 | 0.06 | 12.27 | 0.81 | 0.68 |
| Hex | F0 | 87 | 6C | 0 | 2C | 37 | 6 | C | 51 | 44 |
| Octal | 360 | 207 | 154 | 0 | 54 | 67 | 6 | 14 | 121 | 104 |
| Binary | 11110000 | 10000111 | 1101100 | 0 | 101100 | 110111 | 110 | 1100 | 1010001 | 1000100 |
Color Harmonies of #F0876C
Complementary color
Monochromatic Colors of #F0876C
Black with #F0876C
Text Example
Text Example
White with #F0876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0876C; }
p { color: rgb(240,135,108); }
H1.HeaderClassName
{
color: #F0876C;
}
.AnyTagClassName
{
color: #F0876C;
}
</style>
background-color css
<style>
a { background-color: #F0876C; }
a { background-color: rgb(240,135,108); }
div.DivClassName
{
background-color: #F0876C;
}
.BgClassName
{
background-color: #F0876C;
}
</style>
border-color css
<style>
span { border-color: #F0876C; }
span { border-color: rgb(240,135,108); }
td.TdClassName
{
border-color: #F0876C;
}
.TagClassName
{
border-color: #F0876C;
}
</style>