Shades of Salmon #F08A72
Tints of Salmon #F08A72
RGB
CMYK
RGB Variations
Color information
#F08A72 (or 0xF08A72) is known color: Salmon. HEX triplet: F0, 8A and 72. RGB value is (240,138,114). Sum of RGB (Red+Green+Blue) = 240+138+114=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08A72 is #0F758D. Grayscale: #A5A5A5. Windows color (decimal): -1013134 or 7506672. OLE color: 7506672.
HSL color Cylindrical-coordinate representation of color #F08A72: hue angle of 11.43º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F08A72 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 114 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.06 |
| HSL | 11.43º | 0.81% | 0.69% | - |
| HSV(B) | 11.43º | 0.53% | 0.94% | - |
| XYZ | 48.06 | 37.92 | 20.71 | - |
| YUV | 165.76 | 98.79 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 114 | 0 | 0.42 | 0.52 | 0.06 | 11.43 | 0.81 | 0.69 |
| Hex | F0 | 8A | 72 | 0 | 2A | 34 | 6 | B | 51 | 45 |
| Octal | 360 | 212 | 162 | 0 | 52 | 64 | 6 | 13 | 121 | 105 |
| Binary | 11110000 | 10001010 | 1110010 | 0 | 101010 | 110100 | 110 | 1011 | 1010001 | 1000101 |
Color Harmonies of #F08A72
Complementary color
Monochromatic Colors of #F08A72
Black with #F08A72
Text Example
Text Example
White with #F08A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08A72; }
p { color: rgb(240,138,114); }
H1.HeaderClassName
{
color: #F08A72;
}
.AnyTagClassName
{
color: #F08A72;
}
</style>
background-color css
<style>
a { background-color: #F08A72; }
a { background-color: rgb(240,138,114); }
div.DivClassName
{
background-color: #F08A72;
}
.BgClassName
{
background-color: #F08A72;
}
</style>
border-color css
<style>
span { border-color: #F08A72; }
span { border-color: rgb(240,138,114); }
td.TdClassName
{
border-color: #F08A72;
}
.TagClassName
{
border-color: #F08A72;
}
</style>