Shades of Salmon #F38866
Tints of Salmon #F38866
RGB
CMYK
RGB Variations
Color information
#F38866 (or 0xF38866) is known color: Salmon. HEX triplet: F3, 88 and 66. RGB value is (243,136,102). Sum of RGB (Red+Green+Blue) = 243+136+102=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F38866 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38866 is #0C7799. Grayscale: #A4A4A4. Windows color (decimal): -817050 or 6719731. OLE color: 6719731.
HSL color Cylindrical-coordinate representation of color #F38866: hue angle of 14.47º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F38866 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 136 | 102 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.05 |
| HSL | 14.47º | 0.85% | 0.68% | - |
| HSV(B) | 14.47º | 0.58% | 0.95% | - |
| XYZ | 48.16 | 37.62 | 17.29 | - |
| YUV | 164.12 | 92.95 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 136 | 102 | 0 | 0.44 | 0.58 | 0.05 | 14.47 | 0.85 | 0.68 |
| Hex | F3 | 88 | 66 | 0 | 2C | 3A | 5 | E | 55 | 44 |
| Octal | 363 | 210 | 146 | 0 | 54 | 72 | 5 | 16 | 125 | 104 |
| Binary | 11110011 | 10001000 | 1100110 | 0 | 101100 | 111010 | 101 | 1110 | 1010101 | 1000100 |
Color Harmonies of #F38866
Complementary color
Monochromatic Colors of #F38866
Black with #F38866
Text Example
Text Example
White with #F38866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38866; }
p { color: rgb(243,136,102); }
H1.HeaderClassName
{
color: #F38866;
}
.AnyTagClassName
{
color: #F38866;
}
</style>
background-color css
<style>
a { background-color: #F38866; }
a { background-color: rgb(243,136,102); }
div.DivClassName
{
background-color: #F38866;
}
.BgClassName
{
background-color: #F38866;
}
</style>
border-color css
<style>
span { border-color: #F38866; }
span { border-color: rgb(243,136,102); }
td.TdClassName
{
border-color: #F38866;
}
.TagClassName
{
border-color: #F38866;
}
</style>