Shades of Salmon #F0896D
Tints of Salmon #F0896D
RGB
CMYK
RGB Variations
Color information
#F0896D (or 0xF0896D) is known color: Salmon. HEX triplet: F0, 89 and 6D. RGB value is (240,137,109). Sum of RGB (Red+Green+Blue) = 240+137+109=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F0896D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0896D is #0F7692. Grayscale: #A4A4A4. Windows color (decimal): -1013395 or 7178736. OLE color: 7178736.
HSL color Cylindrical-coordinate representation of color #F0896D: hue angle of 12.82º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0896D is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 137 | 109 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.06 |
| HSL | 12.82º | 0.81% | 0.68% | - |
| HSV(B) | 12.82º | 0.55% | 0.94% | - |
| XYZ | 47.64 | 37.52 | 19.2 | - |
| YUV | 164.61 | 96.62 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 137 | 109 | 0 | 0.43 | 0.55 | 0.06 | 12.82 | 0.81 | 0.68 |
| Hex | F0 | 89 | 6D | 0 | 2B | 37 | 6 | D | 51 | 44 |
| Octal | 360 | 211 | 155 | 0 | 53 | 67 | 6 | 15 | 121 | 104 |
| Binary | 11110000 | 10001001 | 1101101 | 0 | 101011 | 110111 | 110 | 1101 | 1010001 | 1000100 |
Color Harmonies of #F0896D
Complementary color
Monochromatic Colors of #F0896D
Black with #F0896D
Text Example
Text Example
White with #F0896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0896D; }
p { color: rgb(240,137,109); }
H1.HeaderClassName
{
color: #F0896D;
}
.AnyTagClassName
{
color: #F0896D;
}
</style>
background-color css
<style>
a { background-color: #F0896D; }
a { background-color: rgb(240,137,109); }
div.DivClassName
{
background-color: #F0896D;
}
.BgClassName
{
background-color: #F0896D;
}
</style>
border-color css
<style>
span { border-color: #F0896D; }
span { border-color: rgb(240,137,109); }
td.TdClassName
{
border-color: #F0896D;
}
.TagClassName
{
border-color: #F0896D;
}
</style>