Shades of Salmon #F28679
Tints of Salmon #F28679
RGB
CMYK
RGB Variations
Color information
#F28679 (or 0xF28679) is known color: Salmon. HEX triplet: F2, 86 and 79. RGB value is (242,134,121). Sum of RGB (Red+Green+Blue) = 242+134+121=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 121 (47.66% from 255 or 24.35% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F28679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28679 is #0D7986. Grayscale: #A4A4A4. Windows color (decimal): -883079 or 7964402. OLE color: 7964402.
HSL color Cylindrical-coordinate representation of color #F28679: hue angle of 6.45º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F28679 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 121 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.05 |
| HSL | 6.45º | 0.82% | 0.71% | - |
| HSV(B) | 6.45º | 0.5% | 0.95% | - |
| XYZ | 48.59 | 37.31 | 22.73 | - |
| YUV | 164.81 | 103.28 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 121 | 0 | 0.45 | 0.50 | 0.05 | 6.45 | 0.82 | 0.71 |
| Hex | F2 | 86 | 79 | 0 | 2D | 32 | 5 | 6 | 52 | 47 |
| Octal | 362 | 206 | 171 | 0 | 55 | 62 | 5 | 6 | 122 | 107 |
| Binary | 11110010 | 10000110 | 1111001 | 0 | 101101 | 110010 | 101 | 110 | 1010010 | 1000111 |
Color Harmonies of #F28679
Complementary color
Monochromatic Colors of #F28679
Black with #F28679
Text Example
Text Example
White with #F28679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28679; }
p { color: rgb(242,134,121); }
H1.HeaderClassName
{
color: #F28679;
}
.AnyTagClassName
{
color: #F28679;
}
</style>
background-color css
<style>
a { background-color: #F28679; }
a { background-color: rgb(242,134,121); }
div.DivClassName
{
background-color: #F28679;
}
.BgClassName
{
background-color: #F28679;
}
</style>
border-color css
<style>
span { border-color: #F28679; }
span { border-color: rgb(242,134,121); }
td.TdClassName
{
border-color: #F28679;
}
.TagClassName
{
border-color: #F28679;
}
</style>