Shades of Salmon #F0826D
Tints of Salmon #F0826D
RGB
CMYK
RGB Variations
Color information
#F0826D (or 0xF0826D) is known color: Salmon. HEX triplet: F0, 82 and 6D. RGB value is (240,130,109). Sum of RGB (Red+Green+Blue) = 240+130+109=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F0826D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0826D is #0F7D92. Grayscale: #A0A0A0. Windows color (decimal): -1015187 or 7176944. OLE color: 7176944.
HSL color Cylindrical-coordinate representation of color #F0826D: hue angle of 9.62º 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 #F0826D is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 109 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.06 |
| HSL | 9.62º | 0.81% | 0.68% | - |
| HSV(B) | 9.62º | 0.55% | 0.94% | - |
| XYZ | 46.68 | 35.59 | 18.88 | - |
| YUV | 160.5 | 98.94 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 109 | 0 | 0.46 | 0.55 | 0.06 | 9.62 | 0.81 | 0.68 |
| Hex | F0 | 82 | 6D | 0 | 2E | 37 | 6 | A | 51 | 44 |
| Octal | 360 | 202 | 155 | 0 | 56 | 67 | 6 | 12 | 121 | 104 |
| Binary | 11110000 | 10000010 | 1101101 | 0 | 101110 | 110111 | 110 | 1010 | 1010001 | 1000100 |
Color Harmonies of #F0826D
Complementary color
Monochromatic Colors of #F0826D
Black with #F0826D
Text Example
Text Example
White with #F0826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0826D; }
p { color: rgb(240,130,109); }
H1.HeaderClassName
{
color: #F0826D;
}
.AnyTagClassName
{
color: #F0826D;
}
</style>
background-color css
<style>
a { background-color: #F0826D; }
a { background-color: rgb(240,130,109); }
div.DivClassName
{
background-color: #F0826D;
}
.BgClassName
{
background-color: #F0826D;
}
</style>
border-color css
<style>
span { border-color: #F0826D; }
span { border-color: rgb(240,130,109); }
td.TdClassName
{
border-color: #F0826D;
}
.TagClassName
{
border-color: #F0826D;
}
</style>