Shades of Salmon #F3896C
Tints of Salmon #F3896C
RGB
CMYK
RGB Variations
Color information
#F3896C (or 0xF3896C) is known color: Salmon. HEX triplet: F3, 89 and 6C. RGB value is (243,137,108). Sum of RGB (Red+Green+Blue) = 243+137+108=488 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.80% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 243 - color contains mainly: red. Hex color #F3896C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3896C is #0C7693. Grayscale: #A5A5A5. Windows color (decimal): -816788 or 7113203. OLE color: 7113203.
HSL color Cylindrical-coordinate representation of color #F3896C: hue angle of 12.89º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F3896C is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 137 | 108 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.05 |
| HSL | 12.89º | 0.85% | 0.69% | - |
| HSV(B) | 12.89º | 0.56% | 0.95% | - |
| XYZ | 48.61 | 38.03 | 18.97 | - |
| YUV | 165.39 | 95.62 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 137 | 108 | 0 | 0.44 | 0.56 | 0.05 | 12.89 | 0.85 | 0.69 |
| Hex | F3 | 89 | 6C | 0 | 2C | 38 | 5 | D | 55 | 45 |
| Octal | 363 | 211 | 154 | 0 | 54 | 70 | 5 | 15 | 125 | 105 |
| Binary | 11110011 | 10001001 | 1101100 | 0 | 101100 | 111000 | 101 | 1101 | 1010101 | 1000101 |
Color Harmonies of #F3896C
Complementary color
Monochromatic Colors of #F3896C
Black with #F3896C
Text Example
Text Example
White with #F3896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3896C; }
p { color: rgb(243,137,108); }
H1.HeaderClassName
{
color: #F3896C;
}
.AnyTagClassName
{
color: #F3896C;
}
</style>
background-color css
<style>
a { background-color: #F3896C; }
a { background-color: rgb(243,137,108); }
div.DivClassName
{
background-color: #F3896C;
}
.BgClassName
{
background-color: #F3896C;
}
</style>
border-color css
<style>
span { border-color: #F3896C; }
span { border-color: rgb(243,137,108); }
td.TdClassName
{
border-color: #F3896C;
}
.TagClassName
{
border-color: #F3896C;
}
</style>