Shades of Dark Salmon #F28E6D
Tints of Dark Salmon #F28E6D
RGB
CMYK
RGB Variations
Color information
#F28E6D (or 0xF28E6D) is known color: Dark Salmon. HEX triplet: F2, 8E and 6D. RGB value is (242,142,109). Sum of RGB (Red+Green+Blue) = 242+142+109=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28E6D is #0D7192. Grayscale: #A8A8A8. Windows color (decimal): -881043 or 7180018. OLE color: 7180018.
HSL color Cylindrical-coordinate representation of color #F28E6D: hue angle of 14.89º 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 #F28E6D is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 109 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.05 |
| HSL | 14.89º | 0.84% | 0.69% | - |
| HSV(B) | 14.89º | 0.55% | 0.95% | - |
| XYZ | 49.05 | 39.33 | 19.47 | - |
| YUV | 168.14 | 94.63 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 109 | 0 | 0.41 | 0.55 | 0.05 | 14.89 | 0.84 | 0.69 |
| Hex | F2 | 8E | 6D | 0 | 29 | 37 | 5 | F | 54 | 45 |
| Octal | 362 | 216 | 155 | 0 | 51 | 67 | 5 | 17 | 124 | 105 |
| Binary | 11110010 | 10001110 | 1101101 | 0 | 101001 | 110111 | 101 | 1111 | 1010100 | 1000101 |
Color Harmonies of #F28E6D
Complementary color
Monochromatic Colors of #F28E6D
Black with #F28E6D
Text Example
Text Example
White with #F28E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28E6D; }
p { color: rgb(242,142,109); }
H1.HeaderClassName
{
color: #F28E6D;
}
.AnyTagClassName
{
color: #F28E6D;
}
</style>
background-color css
<style>
a { background-color: #F28E6D; }
a { background-color: rgb(242,142,109); }
div.DivClassName
{
background-color: #F28E6D;
}
.BgClassName
{
background-color: #F28E6D;
}
</style>
border-color css
<style>
span { border-color: #F28E6D; }
span { border-color: rgb(242,142,109); }
td.TdClassName
{
border-color: #F28E6D;
}
.TagClassName
{
border-color: #F28E6D;
}
</style>