Shades of Salmon #F3886A
Tints of Salmon #F3886A
RGB
CMYK
RGB Variations
Color information
#F3886A (or 0xF3886A) is known color: Salmon. HEX triplet: F3, 88 and 6A. RGB value is (243,136,106). Sum of RGB (Red+Green+Blue) = 243+136+106=485 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.10% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 243 - color contains mainly: red. Hex color #F3886A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3886A is #0C7795. Grayscale: #A4A4A4. Windows color (decimal): -817046 or 6981875. OLE color: 6981875.
HSL color Cylindrical-coordinate representation of color #F3886A: hue angle of 13.14º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F3886A is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 136 | 106 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.05 |
| HSL | 13.14º | 0.85% | 0.68% | - |
| HSV(B) | 13.14º | 0.56% | 0.95% | - |
| XYZ | 48.37 | 37.7 | 18.36 | - |
| YUV | 164.57 | 94.95 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 136 | 106 | 0 | 0.44 | 0.56 | 0.05 | 13.14 | 0.85 | 0.68 |
| Hex | F3 | 88 | 6A | 0 | 2C | 38 | 5 | D | 55 | 44 |
| Octal | 363 | 210 | 152 | 0 | 54 | 70 | 5 | 15 | 125 | 104 |
| Binary | 11110011 | 10001000 | 1101010 | 0 | 101100 | 111000 | 101 | 1101 | 1010101 | 1000100 |
Color Harmonies of #F3886A
Complementary color
Monochromatic Colors of #F3886A
Black with #F3886A
Text Example
Text Example
White with #F3886A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3886A; }
p { color: rgb(243,136,106); }
H1.HeaderClassName
{
color: #F3886A;
}
.AnyTagClassName
{
color: #F3886A;
}
</style>
background-color css
<style>
a { background-color: #F3886A; }
a { background-color: rgb(243,136,106); }
div.DivClassName
{
background-color: #F3886A;
}
.BgClassName
{
background-color: #F3886A;
}
</style>
border-color css
<style>
span { border-color: #F3886A; }
span { border-color: rgb(243,136,106); }
td.TdClassName
{
border-color: #F3886A;
}
.TagClassName
{
border-color: #F3886A;
}
</style>