Shades of Dark Salmon #F0A27C
Tints of Dark Salmon #F0A27C
RGB
CMYK
RGB Variations
Color information
#F0A27C (or 0xF0A27C) is known color: Dark Salmon. HEX triplet: F0, A2 and 7C. RGB value is (240,162,124). Sum of RGB (Red+Green+Blue) = 240+162+124=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 124 (48.83% from 255 or 23.57% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A27C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A27C is #0F5D83. Grayscale: #B5B5B5. Windows color (decimal): -1006980 or 8168176. OLE color: 8168176.
HSL color Cylindrical-coordinate representation of color #F0A27C: hue angle of 19.66º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0A27C is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 162 | 124 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.06 |
| HSL | 19.66º | 0.79% | 0.71% | - |
| HSV(B) | 19.66º | 0.48% | 0.94% | - |
| XYZ | 52.49 | 45.82 | 25.15 | - |
| YUV | 180.99 | 95.84 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 162 | 124 | 0 | 0.32 | 0.48 | 0.06 | 19.66 | 0.79 | 0.71 |
| Hex | F0 | A2 | 7C | 0 | 20 | 30 | 6 | 14 | 4F | 47 |
| Octal | 360 | 242 | 174 | 0 | 40 | 60 | 6 | 24 | 117 | 107 |
| Binary | 11110000 | 10100010 | 1111100 | 0 | 100000 | 110000 | 110 | 10100 | 1001111 | 1000111 |
Color Harmonies of #F0A27C
Complementary color
Monochromatic Colors of #F0A27C
Black with #F0A27C
Text Example
Text Example
White with #F0A27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A27C; }
p { color: rgb(240,162,124); }
H1.HeaderClassName
{
color: #F0A27C;
}
.AnyTagClassName
{
color: #F0A27C;
}
</style>
background-color css
<style>
a { background-color: #F0A27C; }
a { background-color: rgb(240,162,124); }
div.DivClassName
{
background-color: #F0A27C;
}
.BgClassName
{
background-color: #F0A27C;
}
</style>
border-color css
<style>
span { border-color: #F0A27C; }
span { border-color: rgb(240,162,124); }
td.TdClassName
{
border-color: #F0A27C;
}
.TagClassName
{
border-color: #F0A27C;
}
</style>