Shades of Salmon #F4886F
Tints of Salmon #F4886F
RGB
CMYK
RGB Variations
Color information
#F4886F (or 0xF4886F) is known color: Salmon. HEX triplet: F4, 88 and 6F. RGB value is (244,136,111). Sum of RGB (Red+Green+Blue) = 244+136+111=491 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.69% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 111 (43.75% from 255 or 22.61% from 491); Max value from RGB is 244 - color contains mainly: red. Hex color #F4886F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4886F is #0B7790. Grayscale: #A5A5A5. Windows color (decimal): -751505 or 7309556. OLE color: 7309556.
HSL color Cylindrical-coordinate representation of color #F4886F: hue angle of 11.28º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F4886F is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 136 | 111 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.04 |
| HSL | 11.28º | 0.86% | 0.7% | - |
| HSV(B) | 11.28º | 0.55% | 0.96% | - |
| XYZ | 48.98 | 37.99 | 19.79 | - |
| YUV | 165.44 | 97.28 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 136 | 111 | 0 | 0.44 | 0.55 | 0.04 | 11.28 | 0.86 | 0.7 |
| Hex | F4 | 88 | 6F | 0 | 2C | 37 | 4 | B | 56 | 46 |
| Octal | 364 | 210 | 157 | 0 | 54 | 67 | 4 | 13 | 126 | 106 |
| Binary | 11110100 | 10001000 | 1101111 | 0 | 101100 | 110111 | 100 | 1011 | 1010110 | 1000110 |
Color Harmonies of #F4886F
Complementary color
Monochromatic Colors of #F4886F
Black with #F4886F
Text Example
Text Example
White with #F4886F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4886F; }
p { color: rgb(244,136,111); }
H1.HeaderClassName
{
color: #F4886F;
}
.AnyTagClassName
{
color: #F4886F;
}
</style>
background-color css
<style>
a { background-color: #F4886F; }
a { background-color: rgb(244,136,111); }
div.DivClassName
{
background-color: #F4886F;
}
.BgClassName
{
background-color: #F4886F;
}
</style>
border-color css
<style>
span { border-color: #F4886F; }
span { border-color: rgb(244,136,111); }
td.TdClassName
{
border-color: #F4886F;
}
.TagClassName
{
border-color: #F4886F;
}
</style>