Shades of Salmon #F4896D
Tints of Salmon #F4896D
RGB
CMYK
RGB Variations
Color information
#F4896D (or 0xF4896D) is known color: Salmon. HEX triplet: F4, 89 and 6D. RGB value is (244,137,109). Sum of RGB (Red+Green+Blue) = 244+137+109=490 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.80% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 244 - color contains mainly: red. Hex color #F4896D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4896D is #0B7692. Grayscale: #A6A6A6. Windows color (decimal): -751251 or 7178740. OLE color: 7178740.
HSL color Cylindrical-coordinate representation of color #F4896D: hue angle of 12.44º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F4896D is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 137 | 109 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.04 |
| HSL | 12.44º | 0.86% | 0.69% | - |
| HSV(B) | 12.44º | 0.55% | 0.96% | - |
| XYZ | 49.01 | 38.23 | 19.26 | - |
| YUV | 165.8 | 95.95 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 137 | 109 | 0 | 0.44 | 0.55 | 0.04 | 12.44 | 0.86 | 0.69 |
| Hex | F4 | 89 | 6D | 0 | 2C | 37 | 4 | C | 56 | 45 |
| Octal | 364 | 211 | 155 | 0 | 54 | 67 | 4 | 14 | 126 | 105 |
| Binary | 11110100 | 10001001 | 1101101 | 0 | 101100 | 110111 | 100 | 1100 | 1010110 | 1000101 |
Color Harmonies of #F4896D
Complementary color
Monochromatic Colors of #F4896D
Black with #F4896D
Text Example
Text Example
White with #F4896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4896D; }
p { color: rgb(244,137,109); }
H1.HeaderClassName
{
color: #F4896D;
}
.AnyTagClassName
{
color: #F4896D;
}
</style>
background-color css
<style>
a { background-color: #F4896D; }
a { background-color: rgb(244,137,109); }
div.DivClassName
{
background-color: #F4896D;
}
.BgClassName
{
background-color: #F4896D;
}
</style>
border-color css
<style>
span { border-color: #F4896D; }
span { border-color: rgb(244,137,109); }
td.TdClassName
{
border-color: #F4896D;
}
.TagClassName
{
border-color: #F4896D;
}
</style>