Shades of Dark Salmon #F09A80
Tints of Dark Salmon #F09A80
RGB
CMYK
RGB Variations
Color information
#F09A80 (or 0xF09A80) is known color: Dark Salmon. HEX triplet: F0, 9A and 80. RGB value is (240,154,128). Sum of RGB (Red+Green+Blue) = 240+154+128=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F09A80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09A80 is #0F657F. Grayscale: #B0B0B0. Windows color (decimal): -1009024 or 8428272. OLE color: 8428272.
HSL color Cylindrical-coordinate representation of color #F09A80: hue angle of 13.93º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F09A80 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 154 | 128 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.06 |
| HSL | 13.93º | 0.79% | 0.72% | - |
| HSV(B) | 13.93º | 0.47% | 0.94% | - |
| XYZ | 51.39 | 43.19 | 26.05 | - |
| YUV | 176.75 | 100.49 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 154 | 128 | 0 | 0.36 | 0.47 | 0.06 | 13.93 | 0.79 | 0.72 |
| Hex | F0 | 9A | 80 | 0 | 24 | 2F | 6 | E | 4F | 48 |
| Octal | 360 | 232 | 200 | 0 | 44 | 57 | 6 | 16 | 117 | 110 |
| Binary | 11110000 | 10011010 | 10000000 | 0 | 100100 | 101111 | 110 | 1110 | 1001111 | 1001000 |
Color Harmonies of #F09A80
Complementary color
Monochromatic Colors of #F09A80
Black with #F09A80
Text Example
Text Example
White with #F09A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09A80; }
p { color: rgb(240,154,128); }
H1.HeaderClassName
{
color: #F09A80;
}
.AnyTagClassName
{
color: #F09A80;
}
</style>
background-color css
<style>
a { background-color: #F09A80; }
a { background-color: rgb(240,154,128); }
div.DivClassName
{
background-color: #F09A80;
}
.BgClassName
{
background-color: #F09A80;
}
</style>
border-color css
<style>
span { border-color: #F09A80; }
span { border-color: rgb(240,154,128); }
td.TdClassName
{
border-color: #F09A80;
}
.TagClassName
{
border-color: #F09A80;
}
</style>