Shades of Salmon #F2806D
Tints of Salmon #F2806D
RGB
CMYK
RGB Variations
Color information
#F2806D (or 0xF2806D) is known color: Salmon. HEX triplet: F2, 80 and 6D. RGB value is (242,128,109). Sum of RGB (Red+Green+Blue) = 242+128+109=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F2806D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2806D is #0D7F92. Grayscale: #A0A0A0. Windows color (decimal): -884627 or 7176434. OLE color: 7176434.
HSL color Cylindrical-coordinate representation of color #F2806D: hue angle of 8.57º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2806D is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 109 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.05 |
| HSL | 8.57º | 0.84% | 0.69% | - |
| HSV(B) | 8.57º | 0.55% | 0.95% | - |
| XYZ | 47.1 | 35.42 | 18.82 | - |
| YUV | 159.92 | 99.27 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 109 | 0 | 0.47 | 0.55 | 0.05 | 8.57 | 0.84 | 0.69 |
| Hex | F2 | 80 | 6D | 0 | 2F | 37 | 5 | 9 | 54 | 45 |
| Octal | 362 | 200 | 155 | 0 | 57 | 67 | 5 | 11 | 124 | 105 |
| Binary | 11110010 | 10000000 | 1101101 | 0 | 101111 | 110111 | 101 | 1001 | 1010100 | 1000101 |
Color Harmonies of #F2806D
Complementary color
Monochromatic Colors of #F2806D
Black with #F2806D
Text Example
Text Example
White with #F2806D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2806D; }
p { color: rgb(242,128,109); }
H1.HeaderClassName
{
color: #F2806D;
}
.AnyTagClassName
{
color: #F2806D;
}
</style>
background-color css
<style>
a { background-color: #F2806D; }
a { background-color: rgb(242,128,109); }
div.DivClassName
{
background-color: #F2806D;
}
.BgClassName
{
background-color: #F2806D;
}
</style>
border-color css
<style>
span { border-color: #F2806D; }
span { border-color: rgb(242,128,109); }
td.TdClassName
{
border-color: #F2806D;
}
.TagClassName
{
border-color: #F2806D;
}
</style>