Shades of Salmon #F28869
Tints of Salmon #F28869
RGB
CMYK
RGB Variations
Color information
#F28869 (or 0xF28869) is known color: Salmon. HEX triplet: F2, 88 and 69. RGB value is (242,136,105). Sum of RGB (Red+Green+Blue) = 242+136+105=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 105 (41.41% from 255 or 21.74% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F28869 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28869 is #0D7796. Grayscale: #A4A4A4. Windows color (decimal): -882583 or 6916338. OLE color: 6916338.
HSL color Cylindrical-coordinate representation of color #F28869: hue angle of 13.58º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F28869 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 105 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.05 |
| HSL | 13.58º | 0.84% | 0.68% | - |
| HSV(B) | 13.58º | 0.57% | 0.95% | - |
| XYZ | 47.97 | 37.51 | 18.08 | - |
| YUV | 164.16 | 94.62 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 105 | 0 | 0.44 | 0.57 | 0.05 | 13.58 | 0.84 | 0.68 |
| Hex | F2 | 88 | 69 | 0 | 2C | 39 | 5 | E | 54 | 44 |
| Octal | 362 | 210 | 151 | 0 | 54 | 71 | 5 | 16 | 124 | 104 |
| Binary | 11110010 | 10001000 | 1101001 | 0 | 101100 | 111001 | 101 | 1110 | 1010100 | 1000100 |
Color Harmonies of #F28869
Complementary color
Monochromatic Colors of #F28869
Black with #F28869
Text Example
Text Example
White with #F28869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28869; }
p { color: rgb(242,136,105); }
H1.HeaderClassName
{
color: #F28869;
}
.AnyTagClassName
{
color: #F28869;
}
</style>
background-color css
<style>
a { background-color: #F28869; }
a { background-color: rgb(242,136,105); }
div.DivClassName
{
background-color: #F28869;
}
.BgClassName
{
background-color: #F28869;
}
</style>
border-color css
<style>
span { border-color: #F28869; }
span { border-color: rgb(242,136,105); }
td.TdClassName
{
border-color: #F28869;
}
.TagClassName
{
border-color: #F28869;
}
</style>