Shades of Salmon #F4896C
Tints of Salmon #F4896C
RGB
CMYK
RGB Variations
Color information
#F4896C (or 0xF4896C) is known color: Salmon. HEX triplet: F4, 89 and 6C. RGB value is (244,137,108). Sum of RGB (Red+Green+Blue) = 244+137+108=489 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.90% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 244 - color contains mainly: red. Hex color #F4896C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4896C is #0B7693. Grayscale: #A5A5A5. Windows color (decimal): -751252 or 7113204. OLE color: 7113204.
HSL color Cylindrical-coordinate representation of color #F4896C: hue angle of 12.79º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F4896C is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 137 | 108 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.04 |
| HSL | 12.79º | 0.86% | 0.69% | - |
| HSV(B) | 12.79º | 0.56% | 0.96% | - |
| XYZ | 48.96 | 38.21 | 18.98 | - |
| YUV | 165.69 | 95.45 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 137 | 108 | 0 | 0.44 | 0.56 | 0.04 | 12.79 | 0.86 | 0.69 |
| Hex | F4 | 89 | 6C | 0 | 2C | 38 | 4 | D | 56 | 45 |
| Octal | 364 | 211 | 154 | 0 | 54 | 70 | 4 | 15 | 126 | 105 |
| Binary | 11110100 | 10001001 | 1101100 | 0 | 101100 | 111000 | 100 | 1101 | 1010110 | 1000101 |
Color Harmonies of #F4896C
Complementary color
Monochromatic Colors of #F4896C
Black with #F4896C
Text Example
Text Example
White with #F4896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4896C; }
p { color: rgb(244,137,108); }
H1.HeaderClassName
{
color: #F4896C;
}
.AnyTagClassName
{
color: #F4896C;
}
</style>
background-color css
<style>
a { background-color: #F4896C; }
a { background-color: rgb(244,137,108); }
div.DivClassName
{
background-color: #F4896C;
}
.BgClassName
{
background-color: #F4896C;
}
</style>
border-color css
<style>
span { border-color: #F4896C; }
span { border-color: rgb(244,137,108); }
td.TdClassName
{
border-color: #F4896C;
}
.TagClassName
{
border-color: #F4896C;
}
</style>