Shades of Salmon #F0886B
Tints of Salmon #F0886B
RGB
CMYK
RGB Variations
Color information
#F0886B (or 0xF0886B) is known color: Salmon. HEX triplet: F0, 88 and 6B. RGB value is (240,136,107). Sum of RGB (Red+Green+Blue) = 240+136+107=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F0886B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0886B is #0F7794. Grayscale: #A4A4A4. Windows color (decimal): -1013653 or 7047408. OLE color: 7047408.
HSL color Cylindrical-coordinate representation of color #F0886B: hue angle of 13.08º degrees, saturation: 0.82, 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 #F0886B is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 107 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.06 |
| HSL | 13.08º | 0.82% | 0.68% | - |
| HSV(B) | 13.08º | 0.55% | 0.94% | - |
| XYZ | 47.39 | 37.2 | 18.59 | - |
| YUV | 163.79 | 95.96 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 107 | 0 | 0.43 | 0.55 | 0.06 | 13.08 | 0.82 | 0.68 |
| Hex | F0 | 88 | 6B | 0 | 2B | 37 | 6 | D | 52 | 44 |
| Octal | 360 | 210 | 153 | 0 | 53 | 67 | 6 | 15 | 122 | 104 |
| Binary | 11110000 | 10001000 | 1101011 | 0 | 101011 | 110111 | 110 | 1101 | 1010010 | 1000100 |
Color Harmonies of #F0886B
Complementary color
Monochromatic Colors of #F0886B
Black with #F0886B
Text Example
Text Example
White with #F0886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0886B; }
p { color: rgb(240,136,107); }
H1.HeaderClassName
{
color: #F0886B;
}
.AnyTagClassName
{
color: #F0886B;
}
</style>
background-color css
<style>
a { background-color: #F0886B; }
a { background-color: rgb(240,136,107); }
div.DivClassName
{
background-color: #F0886B;
}
.BgClassName
{
background-color: #F0886B;
}
</style>
border-color css
<style>
span { border-color: #F0886B; }
span { border-color: rgb(240,136,107); }
td.TdClassName
{
border-color: #F0886B;
}
.TagClassName
{
border-color: #F0886B;
}
</style>