Shades of Salmon #F2806C
Tints of Salmon #F2806C
RGB
CMYK
RGB Variations
Color information
#F2806C (or 0xF2806C) is known color: Salmon. HEX triplet: F2, 80 and 6C. RGB value is (242,128,108). Sum of RGB (Red+Green+Blue) = 242+128+108=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F2806C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2806C is #0D7F93. Grayscale: #A0A0A0. Windows color (decimal): -884628 or 7110898. OLE color: 7110898.
HSL color Cylindrical-coordinate representation of color #F2806C: hue angle of 8.96º 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 #F2806C is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 108 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.05 |
| HSL | 8.96º | 0.84% | 0.69% | - |
| HSV(B) | 8.96º | 0.55% | 0.95% | - |
| XYZ | 47.04 | 35.4 | 18.54 | - |
| YUV | 159.81 | 98.77 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 108 | 0 | 0.47 | 0.55 | 0.05 | 8.96 | 0.84 | 0.69 |
| Hex | F2 | 80 | 6C | 0 | 2F | 37 | 5 | 9 | 54 | 45 |
| Octal | 362 | 200 | 154 | 0 | 57 | 67 | 5 | 11 | 124 | 105 |
| Binary | 11110010 | 10000000 | 1101100 | 0 | 101111 | 110111 | 101 | 1001 | 1010100 | 1000101 |
Color Harmonies of #F2806C
Complementary color
Monochromatic Colors of #F2806C
Black with #F2806C
Text Example
Text Example
White with #F2806C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2806C; }
p { color: rgb(242,128,108); }
H1.HeaderClassName
{
color: #F2806C;
}
.AnyTagClassName
{
color: #F2806C;
}
</style>
background-color css
<style>
a { background-color: #F2806C; }
a { background-color: rgb(242,128,108); }
div.DivClassName
{
background-color: #F2806C;
}
.BgClassName
{
background-color: #F2806C;
}
</style>
border-color css
<style>
span { border-color: #F2806C; }
span { border-color: rgb(242,128,108); }
td.TdClassName
{
border-color: #F2806C;
}
.TagClassName
{
border-color: #F2806C;
}
</style>