Shades of Salmon #F0896C
Tints of Salmon #F0896C
RGB
CMYK
RGB Variations
Color information
#F0896C (or 0xF0896C) is known color: Salmon. HEX triplet: F0, 89 and 6C. RGB value is (240,137,108). Sum of RGB (Red+Green+Blue) = 240+137+108=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F0896C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0896C is #0F7693. Grayscale: #A4A4A4. Windows color (decimal): -1013396 or 7113200. OLE color: 7113200.
HSL color Cylindrical-coordinate representation of color #F0896C: hue angle of 13.18º 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 #F0896C is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 137 | 108 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.06 |
| HSL | 13.18º | 0.81% | 0.68% | - |
| HSV(B) | 13.18º | 0.55% | 0.94% | - |
| XYZ | 47.59 | 37.5 | 18.92 | - |
| YUV | 164.49 | 96.12 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 137 | 108 | 0 | 0.43 | 0.55 | 0.06 | 13.18 | 0.81 | 0.68 |
| Hex | F0 | 89 | 6C | 0 | 2B | 37 | 6 | D | 51 | 44 |
| Octal | 360 | 211 | 154 | 0 | 53 | 67 | 6 | 15 | 121 | 104 |
| Binary | 11110000 | 10001001 | 1101100 | 0 | 101011 | 110111 | 110 | 1101 | 1010001 | 1000100 |
Color Harmonies of #F0896C
Complementary color
Monochromatic Colors of #F0896C
Black with #F0896C
Text Example
Text Example
White with #F0896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0896C; }
p { color: rgb(240,137,108); }
H1.HeaderClassName
{
color: #F0896C;
}
.AnyTagClassName
{
color: #F0896C;
}
</style>
background-color css
<style>
a { background-color: #F0896C; }
a { background-color: rgb(240,137,108); }
div.DivClassName
{
background-color: #F0896C;
}
.BgClassName
{
background-color: #F0896C;
}
</style>
border-color css
<style>
span { border-color: #F0896C; }
span { border-color: rgb(240,137,108); }
td.TdClassName
{
border-color: #F0896C;
}
.TagClassName
{
border-color: #F0896C;
}
</style>