Shades of Salmon #F7876C
Tints of Salmon #F7876C
RGB
CMYK
RGB Variations
Color information
#F7876C (or 0xF7876C) is known color: Salmon. HEX triplet: F7, 87 and 6C. RGB value is (247,135,108). Sum of RGB (Red+Green+Blue) = 247+135+108=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F7876C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7876C is #087893. Grayscale: #A5A5A5. Windows color (decimal): -555156 or 7112695. OLE color: 7112695.
HSL color Cylindrical-coordinate representation of color #F7876C: hue angle of 11.65º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F7876C is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 135 | 108 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.03 |
| HSL | 11.65º | 0.9% | 0.7% | - |
| HSV(B) | 11.65º | 0.56% | 0.97% | - |
| XYZ | 49.73 | 38.18 | 18.94 | - |
| YUV | 165.41 | 95.61 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 135 | 108 | 0 | 0.45 | 0.56 | 0.03 | 11.65 | 0.9 | 0.7 |
| Hex | F7 | 87 | 6C | 0 | 2D | 38 | 3 | C | 5A | 46 |
| Octal | 367 | 207 | 154 | 0 | 55 | 70 | 3 | 14 | 132 | 106 |
| Binary | 11110111 | 10000111 | 1101100 | 0 | 101101 | 111000 | 11 | 1100 | 1011010 | 1000110 |
Color Harmonies of #F7876C
Complementary color
Monochromatic Colors of #F7876C
Black with #F7876C
Text Example
Text Example
White with #F7876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7876C; }
p { color: rgb(247,135,108); }
H1.HeaderClassName
{
color: #F7876C;
}
.AnyTagClassName
{
color: #F7876C;
}
</style>
background-color css
<style>
a { background-color: #F7876C; }
a { background-color: rgb(247,135,108); }
div.DivClassName
{
background-color: #F7876C;
}
.BgClassName
{
background-color: #F7876C;
}
</style>
border-color css
<style>
span { border-color: #F7876C; }
span { border-color: rgb(247,135,108); }
td.TdClassName
{
border-color: #F7876C;
}
.TagClassName
{
border-color: #F7876C;
}
</style>