Shades of Salmon #F48866
Tints of Salmon #F48866
RGB
CMYK
RGB Variations
Color information
#F48866 (or 0xF48866) is known color: Salmon. HEX triplet: F4, 88 and 66. RGB value is (244,136,102). Sum of RGB (Red+Green+Blue) = 244+136+102=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F48866 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48866 is #0B7799. Grayscale: #A4A4A4. Windows color (decimal): -751514 or 6719732. OLE color: 6719732.
HSL color Cylindrical-coordinate representation of color #F48866: hue angle of 14.37º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F48866 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 136 | 102 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.04 |
| HSL | 14.37º | 0.87% | 0.68% | - |
| HSV(B) | 14.37º | 0.58% | 0.96% | - |
| XYZ | 48.51 | 37.8 | 17.31 | - |
| YUV | 164.42 | 92.78 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 136 | 102 | 0 | 0.44 | 0.58 | 0.04 | 14.37 | 0.87 | 0.68 |
| Hex | F4 | 88 | 66 | 0 | 2C | 3A | 4 | E | 57 | 44 |
| Octal | 364 | 210 | 146 | 0 | 54 | 72 | 4 | 16 | 127 | 104 |
| Binary | 11110100 | 10001000 | 1100110 | 0 | 101100 | 111010 | 100 | 1110 | 1010111 | 1000100 |
Color Harmonies of #F48866
Complementary color
Monochromatic Colors of #F48866
Black with #F48866
Text Example
Text Example
White with #F48866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48866; }
p { color: rgb(244,136,102); }
H1.HeaderClassName
{
color: #F48866;
}
.AnyTagClassName
{
color: #F48866;
}
</style>
background-color css
<style>
a { background-color: #F48866; }
a { background-color: rgb(244,136,102); }
div.DivClassName
{
background-color: #F48866;
}
.BgClassName
{
background-color: #F48866;
}
</style>
border-color css
<style>
span { border-color: #F48866; }
span { border-color: rgb(244,136,102); }
td.TdClassName
{
border-color: #F48866;
}
.TagClassName
{
border-color: #F48866;
}
</style>