Shades of Salmon #F7896B
Tints of Salmon #F7896B
RGB
CMYK
RGB Variations
Color information
#F7896B (or 0xF7896B) is known color: Salmon. HEX triplet: F7, 89 and 6B. RGB value is (247,137,107). Sum of RGB (Red+Green+Blue) = 247+137+107=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F7896B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7896B is #087694. Grayscale: #A6A6A6. Windows color (decimal): -554645 or 7047671. OLE color: 7047671.
HSL color Cylindrical-coordinate representation of color #F7896B: hue angle of 12.86º 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 #F7896B is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 137 | 107 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.03 |
| HSL | 12.86º | 0.9% | 0.69% | - |
| HSV(B) | 12.86º | 0.57% | 0.97% | - |
| XYZ | 49.96 | 38.73 | 18.75 | - |
| YUV | 166.47 | 94.44 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 137 | 107 | 0 | 0.45 | 0.57 | 0.03 | 12.86 | 0.9 | 0.69 |
| Hex | F7 | 89 | 6B | 0 | 2D | 39 | 3 | D | 5A | 45 |
| Octal | 367 | 211 | 153 | 0 | 55 | 71 | 3 | 15 | 132 | 105 |
| Binary | 11110111 | 10001001 | 1101011 | 0 | 101101 | 111001 | 11 | 1101 | 1011010 | 1000101 |
Color Harmonies of #F7896B
Complementary color
Monochromatic Colors of #F7896B
Black with #F7896B
Text Example
Text Example
White with #F7896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7896B; }
p { color: rgb(247,137,107); }
H1.HeaderClassName
{
color: #F7896B;
}
.AnyTagClassName
{
color: #F7896B;
}
</style>
background-color css
<style>
a { background-color: #F7896B; }
a { background-color: rgb(247,137,107); }
div.DivClassName
{
background-color: #F7896B;
}
.BgClassName
{
background-color: #F7896B;
}
</style>
border-color css
<style>
span { border-color: #F7896B; }
span { border-color: rgb(247,137,107); }
td.TdClassName
{
border-color: #F7896B;
}
.TagClassName
{
border-color: #F7896B;
}
</style>