Shades of Salmon #F0826F
Tints of Salmon #F0826F
RGB
CMYK
RGB Variations
Color information
#F0826F (or 0xF0826F) is known color: Salmon. HEX triplet: F0, 82 and 6F. RGB value is (240,130,111). Sum of RGB (Red+Green+Blue) = 240+130+111=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F0826F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0826F is #0F7D90. Grayscale: #A0A0A0. Windows color (decimal): -1015185 or 7308016. OLE color: 7308016.
HSL color Cylindrical-coordinate representation of color #F0826F: hue angle of 8.84º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F0826F is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 111 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.06 |
| HSL | 8.84º | 0.81% | 0.69% | - |
| HSV(B) | 8.84º | 0.54% | 0.94% | - |
| XYZ | 46.79 | 35.64 | 19.45 | - |
| YUV | 160.72 | 99.94 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 111 | 0 | 0.46 | 0.54 | 0.06 | 8.84 | 0.81 | 0.69 |
| Hex | F0 | 82 | 6F | 0 | 2E | 36 | 6 | 9 | 51 | 45 |
| Octal | 360 | 202 | 157 | 0 | 56 | 66 | 6 | 11 | 121 | 105 |
| Binary | 11110000 | 10000010 | 1101111 | 0 | 101110 | 110110 | 110 | 1001 | 1010001 | 1000101 |
Color Harmonies of #F0826F
Complementary color
Monochromatic Colors of #F0826F
Black with #F0826F
Text Example
Text Example
White with #F0826F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0826F; }
p { color: rgb(240,130,111); }
H1.HeaderClassName
{
color: #F0826F;
}
.AnyTagClassName
{
color: #F0826F;
}
</style>
background-color css
<style>
a { background-color: #F0826F; }
a { background-color: rgb(240,130,111); }
div.DivClassName
{
background-color: #F0826F;
}
.BgClassName
{
background-color: #F0826F;
}
</style>
border-color css
<style>
span { border-color: #F0826F; }
span { border-color: rgb(240,130,111); }
td.TdClassName
{
border-color: #F0826F;
}
.TagClassName
{
border-color: #F0826F;
}
</style>