Shades of Salmon #F4896F
Tints of Salmon #F4896F
RGB
CMYK
RGB Variations
Color information
#F4896F (or 0xF4896F) is known color: Salmon. HEX triplet: F4, 89 and 6F. RGB value is (244,137,111). Sum of RGB (Red+Green+Blue) = 244+137+111=492 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.59% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 111 (43.75% from 255 or 22.56% from 492); Max value from RGB is 244 - color contains mainly: red. Hex color #F4896F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4896F is #0B7690. Grayscale: #A6A6A6. Windows color (decimal): -751249 or 7309812. OLE color: 7309812.
HSL color Cylindrical-coordinate representation of color #F4896F: hue angle of 11.73º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F4896F is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 137 | 111 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.04 |
| HSL | 11.73º | 0.86% | 0.7% | - |
| HSV(B) | 11.73º | 0.55% | 0.96% | - |
| XYZ | 49.12 | 38.27 | 19.84 | - |
| YUV | 166.03 | 96.95 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 137 | 111 | 0 | 0.44 | 0.55 | 0.04 | 11.73 | 0.86 | 0.7 |
| Hex | F4 | 89 | 6F | 0 | 2C | 37 | 4 | C | 56 | 46 |
| Octal | 364 | 211 | 157 | 0 | 54 | 67 | 4 | 14 | 126 | 106 |
| Binary | 11110100 | 10001001 | 1101111 | 0 | 101100 | 110111 | 100 | 1100 | 1010110 | 1000110 |
Color Harmonies of #F4896F
Complementary color
Monochromatic Colors of #F4896F
Black with #F4896F
Text Example
Text Example
White with #F4896F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4896F; }
p { color: rgb(244,137,111); }
H1.HeaderClassName
{
color: #F4896F;
}
.AnyTagClassName
{
color: #F4896F;
}
</style>
background-color css
<style>
a { background-color: #F4896F; }
a { background-color: rgb(244,137,111); }
div.DivClassName
{
background-color: #F4896F;
}
.BgClassName
{
background-color: #F4896F;
}
</style>
border-color css
<style>
span { border-color: #F4896F; }
span { border-color: rgb(244,137,111); }
td.TdClassName
{
border-color: #F4896F;
}
.TagClassName
{
border-color: #F4896F;
}
</style>