Shades of Salmon #F4796C
Tints of Salmon #F4796C
RGB
CMYK
RGB Variations
Color information
#F4796C (or 0xF4796C) is known color: Salmon. HEX triplet: F4, 79 and 6C. RGB value is (244,121,108). Sum of RGB (Red+Green+Blue) = 244+121+108=473 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.59% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 244 - color contains mainly: red. Hex color #F4796C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4796C is #0B8693. Grayscale: #9C9C9C. Windows color (decimal): -755348 or 7109108. OLE color: 7109108.
HSL color Cylindrical-coordinate representation of color #F4796C: hue angle of 5.74º 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 #F4796C is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 121 | 108 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.04 |
| HSL | 5.74º | 0.86% | 0.69% | - |
| HSV(B) | 5.74º | 0.56% | 0.96% | - |
| XYZ | 46.85 | 33.99 | 18.28 | - |
| YUV | 156.3 | 100.75 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 121 | 108 | 0 | 0.50 | 0.56 | 0.04 | 5.74 | 0.86 | 0.69 |
| Hex | F4 | 79 | 6C | 0 | 32 | 38 | 4 | 6 | 56 | 45 |
| Octal | 364 | 171 | 154 | 0 | 62 | 70 | 4 | 6 | 126 | 105 |
| Binary | 11110100 | 1111001 | 1101100 | 0 | 110010 | 111000 | 100 | 110 | 1010110 | 1000101 |
Color Harmonies of #F4796C
Complementary color
Monochromatic Colors of #F4796C
Black with #F4796C
Text Example
Text Example
White with #F4796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4796C; }
p { color: rgb(244,121,108); }
H1.HeaderClassName
{
color: #F4796C;
}
.AnyTagClassName
{
color: #F4796C;
}
</style>
background-color css
<style>
a { background-color: #F4796C; }
a { background-color: rgb(244,121,108); }
div.DivClassName
{
background-color: #F4796C;
}
.BgClassName
{
background-color: #F4796C;
}
</style>
border-color css
<style>
span { border-color: #F4796C; }
span { border-color: rgb(244,121,108); }
td.TdClassName
{
border-color: #F4796C;
}
.TagClassName
{
border-color: #F4796C;
}
</style>