Shades of Salmon #F2866C
Tints of Salmon #F2866C
RGB
CMYK
RGB Variations
Color information
#F2866C (or 0xF2866C) is known color: Salmon. HEX triplet: F2, 86 and 6C. RGB value is (242,134,108). Sum of RGB (Red+Green+Blue) = 242+134+108=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F2866C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2866C is #0D7993. Grayscale: #A3A3A3. Windows color (decimal): -883092 or 7112434. OLE color: 7112434.
HSL color Cylindrical-coordinate representation of color #F2866C: hue angle of 11.64º 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 #F2866C is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 108 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.05 |
| HSL | 11.64º | 0.84% | 0.69% | - |
| HSV(B) | 11.64º | 0.55% | 0.95% | - |
| XYZ | 47.85 | 37.01 | 18.81 | - |
| YUV | 163.33 | 96.78 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 108 | 0 | 0.45 | 0.55 | 0.05 | 11.64 | 0.84 | 0.69 |
| Hex | F2 | 86 | 6C | 0 | 2D | 37 | 5 | C | 54 | 45 |
| Octal | 362 | 206 | 154 | 0 | 55 | 67 | 5 | 14 | 124 | 105 |
| Binary | 11110010 | 10000110 | 1101100 | 0 | 101101 | 110111 | 101 | 1100 | 1010100 | 1000101 |
Color Harmonies of #F2866C
Complementary color
Monochromatic Colors of #F2866C
Black with #F2866C
Text Example
Text Example
White with #F2866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2866C; }
p { color: rgb(242,134,108); }
H1.HeaderClassName
{
color: #F2866C;
}
.AnyTagClassName
{
color: #F2866C;
}
</style>
background-color css
<style>
a { background-color: #F2866C; }
a { background-color: rgb(242,134,108); }
div.DivClassName
{
background-color: #F2866C;
}
.BgClassName
{
background-color: #F2866C;
}
</style>
border-color css
<style>
span { border-color: #F2866C; }
span { border-color: rgb(242,134,108); }
td.TdClassName
{
border-color: #F2866C;
}
.TagClassName
{
border-color: #F2866C;
}
</style>