Shades of Salmon #F28676
Tints of Salmon #F28676
RGB
CMYK
RGB Variations
Color information
#F28676 (or 0xF28676) is known color: Salmon. HEX triplet: F2, 86 and 76. RGB value is (242,134,118). Sum of RGB (Red+Green+Blue) = 242+134+118=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F28676 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28676 is #0D7989. Grayscale: #A4A4A4. Windows color (decimal): -883082 or 7767794. OLE color: 7767794.
HSL color Cylindrical-coordinate representation of color #F28676: hue angle of 7.74º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F28676 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 118 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.05 |
| HSL | 7.74º | 0.83% | 0.71% | - |
| HSV(B) | 7.74º | 0.51% | 0.95% | - |
| XYZ | 48.41 | 37.24 | 21.78 | - |
| YUV | 164.47 | 101.78 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 118 | 0 | 0.45 | 0.51 | 0.05 | 7.74 | 0.83 | 0.71 |
| Hex | F2 | 86 | 76 | 0 | 2D | 33 | 5 | 8 | 53 | 47 |
| Octal | 362 | 206 | 166 | 0 | 55 | 63 | 5 | 10 | 123 | 107 |
| Binary | 11110010 | 10000110 | 1110110 | 0 | 101101 | 110011 | 101 | 1000 | 1010011 | 1000111 |
Color Harmonies of #F28676
Complementary color
Monochromatic Colors of #F28676
Black with #F28676
Text Example
Text Example
White with #F28676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28676; }
p { color: rgb(242,134,118); }
H1.HeaderClassName
{
color: #F28676;
}
.AnyTagClassName
{
color: #F28676;
}
</style>
background-color css
<style>
a { background-color: #F28676; }
a { background-color: rgb(242,134,118); }
div.DivClassName
{
background-color: #F28676;
}
.BgClassName
{
background-color: #F28676;
}
</style>
border-color css
<style>
span { border-color: #F28676; }
span { border-color: rgb(242,134,118); }
td.TdClassName
{
border-color: #F28676;
}
.TagClassName
{
border-color: #F28676;
}
</style>