Shades of Dark Salmon #F09270
Tints of Dark Salmon #F09270
RGB
CMYK
RGB Variations
Color information
#F09270 (or 0xF09270) is known color: Dark Salmon. HEX triplet: F0, 92 and 70. RGB value is (240,146,112). Sum of RGB (Red+Green+Blue) = 240+146+112=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F09270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09270 is #0F6D8F. Grayscale: #AAAAAA. Windows color (decimal): -1011088 or 7377648. OLE color: 7377648.
HSL color Cylindrical-coordinate representation of color #F09270: hue angle of 15.94º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F09270 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 146 | 112 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.06 |
| HSL | 15.94º | 0.81% | 0.69% | - |
| HSV(B) | 15.94º | 0.53% | 0.94% | - |
| XYZ | 49.14 | 40.25 | 20.51 | - |
| YUV | 170.23 | 95.14 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 146 | 112 | 0 | 0.39 | 0.53 | 0.06 | 15.94 | 0.81 | 0.69 |
| Hex | F0 | 92 | 70 | 0 | 27 | 35 | 6 | 10 | 51 | 45 |
| Octal | 360 | 222 | 160 | 0 | 47 | 65 | 6 | 20 | 121 | 105 |
| Binary | 11110000 | 10010010 | 1110000 | 0 | 100111 | 110101 | 110 | 10000 | 1010001 | 1000101 |
Color Harmonies of #F09270
Complementary color
Monochromatic Colors of #F09270
Black with #F09270
Text Example
Text Example
White with #F09270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09270; }
p { color: rgb(240,146,112); }
H1.HeaderClassName
{
color: #F09270;
}
.AnyTagClassName
{
color: #F09270;
}
</style>
background-color css
<style>
a { background-color: #F09270; }
a { background-color: rgb(240,146,112); }
div.DivClassName
{
background-color: #F09270;
}
.BgClassName
{
background-color: #F09270;
}
</style>
border-color css
<style>
span { border-color: #F09270; }
span { border-color: rgb(240,146,112); }
td.TdClassName
{
border-color: #F09270;
}
.TagClassName
{
border-color: #F09270;
}
</style>