Shades of Salmon #F4856A
Tints of Salmon #F4856A
RGB
CMYK
RGB Variations
Color information
#F4856A (or 0xF4856A) is known color: Salmon. HEX triplet: F4, 85 and 6A. RGB value is (244,133,106). Sum of RGB (Red+Green+Blue) = 244+133+106=483 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.52% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 106 (41.80% from 255 or 21.95% from 483); Max value from RGB is 244 - color contains mainly: red. Hex color #F4856A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4856A is #0B7A95. Grayscale: #A3A3A3. Windows color (decimal): -752278 or 6981108. OLE color: 6981108.
HSL color Cylindrical-coordinate representation of color #F4856A: hue angle of 11.74º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F4856A is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 133 | 106 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.04 |
| HSL | 11.74º | 0.86% | 0.69% | - |
| HSV(B) | 11.74º | 0.57% | 0.96% | - |
| XYZ | 48.3 | 37.05 | 18.24 | - |
| YUV | 163.11 | 95.77 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 133 | 106 | 0 | 0.45 | 0.57 | 0.04 | 11.74 | 0.86 | 0.69 |
| Hex | F4 | 85 | 6A | 0 | 2D | 39 | 4 | C | 56 | 45 |
| Octal | 364 | 205 | 152 | 0 | 55 | 71 | 4 | 14 | 126 | 105 |
| Binary | 11110100 | 10000101 | 1101010 | 0 | 101101 | 111001 | 100 | 1100 | 1010110 | 1000101 |
Color Harmonies of #F4856A
Complementary color
Monochromatic Colors of #F4856A
Black with #F4856A
Text Example
Text Example
White with #F4856A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4856A; }
p { color: rgb(244,133,106); }
H1.HeaderClassName
{
color: #F4856A;
}
.AnyTagClassName
{
color: #F4856A;
}
</style>
background-color css
<style>
a { background-color: #F4856A; }
a { background-color: rgb(244,133,106); }
div.DivClassName
{
background-color: #F4856A;
}
.BgClassName
{
background-color: #F4856A;
}
</style>
border-color css
<style>
span { border-color: #F4856A; }
span { border-color: rgb(244,133,106); }
td.TdClassName
{
border-color: #F4856A;
}
.TagClassName
{
border-color: #F4856A;
}
</style>