Shades of Dark Salmon #F28E6C
Tints of Dark Salmon #F28E6C
RGB
CMYK
RGB Variations
Color information
#F28E6C (or 0xF28E6C) is known color: Dark Salmon. HEX triplet: F2, 8E and 6C. RGB value is (242,142,108). Sum of RGB (Red+Green+Blue) = 242+142+108=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28E6C is #0D7193. Grayscale: #A8A8A8. Windows color (decimal): -881044 or 7114482. OLE color: 7114482.
HSL color Cylindrical-coordinate representation of color #F28E6C: hue angle of 15.22º 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 #F28E6C is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 108 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.05 |
| HSL | 15.22º | 0.84% | 0.69% | - |
| HSV(B) | 15.22º | 0.55% | 0.95% | - |
| XYZ | 49 | 39.31 | 19.19 | - |
| YUV | 168.02 | 94.13 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 108 | 0 | 0.41 | 0.55 | 0.05 | 15.22 | 0.84 | 0.69 |
| Hex | F2 | 8E | 6C | 0 | 29 | 37 | 5 | F | 54 | 45 |
| Octal | 362 | 216 | 154 | 0 | 51 | 67 | 5 | 17 | 124 | 105 |
| Binary | 11110010 | 10001110 | 1101100 | 0 | 101001 | 110111 | 101 | 1111 | 1010100 | 1000101 |
Color Harmonies of #F28E6C
Complementary color
Monochromatic Colors of #F28E6C
Black with #F28E6C
Text Example
Text Example
White with #F28E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28E6C; }
p { color: rgb(242,142,108); }
H1.HeaderClassName
{
color: #F28E6C;
}
.AnyTagClassName
{
color: #F28E6C;
}
</style>
background-color css
<style>
a { background-color: #F28E6C; }
a { background-color: rgb(242,142,108); }
div.DivClassName
{
background-color: #F28E6C;
}
.BgClassName
{
background-color: #F28E6C;
}
</style>
border-color css
<style>
span { border-color: #F28E6C; }
span { border-color: rgb(242,142,108); }
td.TdClassName
{
border-color: #F28E6C;
}
.TagClassName
{
border-color: #F28E6C;
}
</style>