Shades of Salmon #F3896D
Tints of Salmon #F3896D
RGB
CMYK
RGB Variations
Color information
#F3896D (or 0xF3896D) is known color: Salmon. HEX triplet: F3, 89 and 6D. RGB value is (243,137,109). Sum of RGB (Red+Green+Blue) = 243+137+109=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F3896D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3896D is #0C7692. Grayscale: #A5A5A5. Windows color (decimal): -816787 or 7178739. OLE color: 7178739.
HSL color Cylindrical-coordinate representation of color #F3896D: hue angle of 12.54º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F3896D is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 137 | 109 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.05 |
| HSL | 12.54º | 0.85% | 0.69% | - |
| HSV(B) | 12.54º | 0.55% | 0.95% | - |
| XYZ | 48.67 | 38.05 | 19.25 | - |
| YUV | 165.5 | 96.12 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 137 | 109 | 0 | 0.44 | 0.55 | 0.05 | 12.54 | 0.85 | 0.69 |
| Hex | F3 | 89 | 6D | 0 | 2C | 37 | 5 | D | 55 | 45 |
| Octal | 363 | 211 | 155 | 0 | 54 | 67 | 5 | 15 | 125 | 105 |
| Binary | 11110011 | 10001001 | 1101101 | 0 | 101100 | 110111 | 101 | 1101 | 1010101 | 1000101 |
Color Harmonies of #F3896D
Complementary color
Monochromatic Colors of #F3896D
Black with #F3896D
Text Example
Text Example
White with #F3896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3896D; }
p { color: rgb(243,137,109); }
H1.HeaderClassName
{
color: #F3896D;
}
.AnyTagClassName
{
color: #F3896D;
}
</style>
background-color css
<style>
a { background-color: #F3896D; }
a { background-color: rgb(243,137,109); }
div.DivClassName
{
background-color: #F3896D;
}
.BgClassName
{
background-color: #F3896D;
}
</style>
border-color css
<style>
span { border-color: #F3896D; }
span { border-color: rgb(243,137,109); }
td.TdClassName
{
border-color: #F3896D;
}
.TagClassName
{
border-color: #F3896D;
}
</style>