Shades of Salmon #F0886A
Tints of Salmon #F0886A
RGB
CMYK
RGB Variations
Color information
#F0886A (or 0xF0886A) is known color: Salmon. HEX triplet: F0, 88 and 6A. RGB value is (240,136,106). Sum of RGB (Red+Green+Blue) = 240+136+106=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0886A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0886A is #0F7795. Grayscale: #A3A3A3. Windows color (decimal): -1013654 or 6981872. OLE color: 6981872.
HSL color Cylindrical-coordinate representation of color #F0886A: hue angle of 13.43º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0886A is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 106 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.06 |
| HSL | 13.43º | 0.82% | 0.68% | - |
| HSV(B) | 13.43º | 0.56% | 0.94% | - |
| XYZ | 47.34 | 37.17 | 18.32 | - |
| YUV | 163.68 | 95.46 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 106 | 0 | 0.43 | 0.56 | 0.06 | 13.43 | 0.82 | 0.68 |
| Hex | F0 | 88 | 6A | 0 | 2B | 38 | 6 | D | 52 | 44 |
| Octal | 360 | 210 | 152 | 0 | 53 | 70 | 6 | 15 | 122 | 104 |
| Binary | 11110000 | 10001000 | 1101010 | 0 | 101011 | 111000 | 110 | 1101 | 1010010 | 1000100 |
Color Harmonies of #F0886A
Complementary color
Monochromatic Colors of #F0886A
Black with #F0886A
Text Example
Text Example
White with #F0886A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0886A; }
p { color: rgb(240,136,106); }
H1.HeaderClassName
{
color: #F0886A;
}
.AnyTagClassName
{
color: #F0886A;
}
</style>
background-color css
<style>
a { background-color: #F0886A; }
a { background-color: rgb(240,136,106); }
div.DivClassName
{
background-color: #F0886A;
}
.BgClassName
{
background-color: #F0886A;
}
</style>
border-color css
<style>
span { border-color: #F0886A; }
span { border-color: rgb(240,136,106); }
td.TdClassName
{
border-color: #F0886A;
}
.TagClassName
{
border-color: #F0886A;
}
</style>