Shades of Salmon #F28678
Tints of Salmon #F28678
RGB
CMYK
RGB Variations
Color information
#F28678 (or 0xF28678) is known color: Salmon. HEX triplet: F2, 86 and 78. RGB value is (242,134,120). Sum of RGB (Red+Green+Blue) = 242+134+120=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 120 (47.27% from 255 or 24.19% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F28678 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28678 is #0D7987. Grayscale: #A4A4A4. Windows color (decimal): -883080 or 7898866. OLE color: 7898866.
HSL color Cylindrical-coordinate representation of color #F28678: hue angle of 6.89º 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 #F28678 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 120 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.05 |
| HSL | 6.89º | 0.82% | 0.71% | - |
| HSV(B) | 6.89º | 0.5% | 0.95% | - |
| XYZ | 48.53 | 37.28 | 22.41 | - |
| YUV | 164.7 | 102.78 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 120 | 0 | 0.45 | 0.50 | 0.05 | 6.89 | 0.82 | 0.71 |
| Hex | F2 | 86 | 78 | 0 | 2D | 32 | 5 | 7 | 52 | 47 |
| Octal | 362 | 206 | 170 | 0 | 55 | 62 | 5 | 7 | 122 | 107 |
| Binary | 11110010 | 10000110 | 1111000 | 0 | 101101 | 110010 | 101 | 111 | 1010010 | 1000111 |
Color Harmonies of #F28678
Complementary color
Monochromatic Colors of #F28678
Black with #F28678
Text Example
Text Example
White with #F28678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28678; }
p { color: rgb(242,134,120); }
H1.HeaderClassName
{
color: #F28678;
}
.AnyTagClassName
{
color: #F28678;
}
</style>
background-color css
<style>
a { background-color: #F28678; }
a { background-color: rgb(242,134,120); }
div.DivClassName
{
background-color: #F28678;
}
.BgClassName
{
background-color: #F28678;
}
</style>
border-color css
<style>
span { border-color: #F28678; }
span { border-color: rgb(242,134,120); }
td.TdClassName
{
border-color: #F28678;
}
.TagClassName
{
border-color: #F28678;
}
</style>