Shades of Salmon #F7866B
Tints of Salmon #F7866B
RGB
CMYK
RGB Variations
Color information
#F7866B (or 0xF7866B) is known color: Salmon. HEX triplet: F7, 86 and 6B. RGB value is (247,134,107). Sum of RGB (Red+Green+Blue) = 247+134+107=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F7866B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7866B is #087994. Grayscale: #A4A4A4. Windows color (decimal): -555413 or 7046903. OLE color: 7046903.
HSL color Cylindrical-coordinate representation of color #F7866B: hue angle of 11.57º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F7866B is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 134 | 107 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.03 |
| HSL | 11.57º | 0.9% | 0.69% | - |
| HSV(B) | 11.57º | 0.57% | 0.97% | - |
| XYZ | 49.54 | 37.89 | 18.61 | - |
| YUV | 164.71 | 95.44 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 134 | 107 | 0 | 0.46 | 0.57 | 0.03 | 11.57 | 0.9 | 0.69 |
| Hex | F7 | 86 | 6B | 0 | 2E | 39 | 3 | C | 5A | 45 |
| Octal | 367 | 206 | 153 | 0 | 56 | 71 | 3 | 14 | 132 | 105 |
| Binary | 11110111 | 10000110 | 1101011 | 0 | 101110 | 111001 | 11 | 1100 | 1011010 | 1000101 |
Color Harmonies of #F7866B
Complementary color
Monochromatic Colors of #F7866B
Black with #F7866B
Text Example
Text Example
White with #F7866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7866B; }
p { color: rgb(247,134,107); }
H1.HeaderClassName
{
color: #F7866B;
}
.AnyTagClassName
{
color: #F7866B;
}
</style>
background-color css
<style>
a { background-color: #F7866B; }
a { background-color: rgb(247,134,107); }
div.DivClassName
{
background-color: #F7866B;
}
.BgClassName
{
background-color: #F7866B;
}
</style>
border-color css
<style>
span { border-color: #F7866B; }
span { border-color: rgb(247,134,107); }
td.TdClassName
{
border-color: #F7866B;
}
.TagClassName
{
border-color: #F7866B;
}
</style>