Shades of Salmon #F0876B
Tints of Salmon #F0876B
RGB
CMYK
RGB Variations
Color information
#F0876B (or 0xF0876B) is known color: Salmon. HEX triplet: F0, 87 and 6B. RGB value is (240,135,107). Sum of RGB (Red+Green+Blue) = 240+135+107=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0876B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0876B is #0F7894. Grayscale: #A3A3A3. Windows color (decimal): -1013909 or 7047152. OLE color: 7047152.
HSL color Cylindrical-coordinate representation of color #F0876B: hue angle of 12.63º degrees, saturation: 0.82, 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 #F0876B is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 135 | 107 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.06 |
| HSL | 12.63º | 0.82% | 0.68% | - |
| HSV(B) | 12.63º | 0.55% | 0.94% | - |
| XYZ | 47.25 | 36.91 | 18.54 | - |
| YUV | 163.2 | 96.29 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 107 | 0 | 0.44 | 0.55 | 0.06 | 12.63 | 0.82 | 0.68 |
| Hex | F0 | 87 | 6B | 0 | 2C | 37 | 6 | D | 52 | 44 |
| Octal | 360 | 207 | 153 | 0 | 54 | 67 | 6 | 15 | 122 | 104 |
| Binary | 11110000 | 10000111 | 1101011 | 0 | 101100 | 110111 | 110 | 1101 | 1010010 | 1000100 |
Color Harmonies of #F0876B
Complementary color
Monochromatic Colors of #F0876B
Black with #F0876B
Text Example
Text Example
White with #F0876B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0876B; }
p { color: rgb(240,135,107); }
H1.HeaderClassName
{
color: #F0876B;
}
.AnyTagClassName
{
color: #F0876B;
}
</style>
background-color css
<style>
a { background-color: #F0876B; }
a { background-color: rgb(240,135,107); }
div.DivClassName
{
background-color: #F0876B;
}
.BgClassName
{
background-color: #F0876B;
}
</style>
border-color css
<style>
span { border-color: #F0876B; }
span { border-color: rgb(240,135,107); }
td.TdClassName
{
border-color: #F0876B;
}
.TagClassName
{
border-color: #F0876B;
}
</style>