Shades of Salmon #F4856C
Tints of Salmon #F4856C
RGB
CMYK
RGB Variations
Color information
#F4856C (or 0xF4856C) is known color: Salmon. HEX triplet: F4, 85 and 6C. RGB value is (244,133,108). Sum of RGB (Red+Green+Blue) = 244+133+108=485 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.31% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 244 - color contains mainly: red. Hex color #F4856C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4856C is #0B7A93. Grayscale: #A3A3A3. Windows color (decimal): -752276 or 7112180. OLE color: 7112180.
HSL color Cylindrical-coordinate representation of color #F4856C: hue angle of 11.03º 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 #F4856C is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 133 | 108 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.04 |
| HSL | 11.03º | 0.86% | 0.69% | - |
| HSV(B) | 11.03º | 0.56% | 0.96% | - |
| XYZ | 48.4 | 37.09 | 18.8 | - |
| YUV | 163.34 | 96.77 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 133 | 108 | 0 | 0.45 | 0.56 | 0.04 | 11.03 | 0.86 | 0.69 |
| Hex | F4 | 85 | 6C | 0 | 2D | 38 | 4 | B | 56 | 45 |
| Octal | 364 | 205 | 154 | 0 | 55 | 70 | 4 | 13 | 126 | 105 |
| Binary | 11110100 | 10000101 | 1101100 | 0 | 101101 | 111000 | 100 | 1011 | 1010110 | 1000101 |
Color Harmonies of #F4856C
Complementary color
Monochromatic Colors of #F4856C
Black with #F4856C
Text Example
Text Example
White with #F4856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4856C; }
p { color: rgb(244,133,108); }
H1.HeaderClassName
{
color: #F4856C;
}
.AnyTagClassName
{
color: #F4856C;
}
</style>
background-color css
<style>
a { background-color: #F4856C; }
a { background-color: rgb(244,133,108); }
div.DivClassName
{
background-color: #F4856C;
}
.BgClassName
{
background-color: #F4856C;
}
</style>
border-color css
<style>
span { border-color: #F4856C; }
span { border-color: rgb(244,133,108); }
td.TdClassName
{
border-color: #F4856C;
}
.TagClassName
{
border-color: #F4856C;
}
</style>