Shades of Salmon #F08365
Tints of Salmon #F08365
RGB
CMYK
RGB Variations
Color information
#F08365 (or 0xF08365) is known color: Salmon. HEX triplet: F0, 83 and 65. RGB value is (240,131,101). Sum of RGB (Red+Green+Blue) = 240+131+101=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F08365 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08365 is #0F7C9A. Grayscale: #A0A0A0. Windows color (decimal): -1014939 or 6652912. OLE color: 6652912.
HSL color Cylindrical-coordinate representation of color #F08365: hue angle of 12.95º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F08365 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 131 | 101 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.06 |
| HSL | 12.95º | 0.82% | 0.67% | - |
| HSV(B) | 12.95º | 0.58% | 0.94% | - |
| XYZ | 46.4 | 35.7 | 16.76 | - |
| YUV | 160.17 | 94.61 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 131 | 101 | 0 | 0.45 | 0.58 | 0.06 | 12.95 | 0.82 | 0.67 |
| Hex | F0 | 83 | 65 | 0 | 2D | 3A | 6 | D | 52 | 43 |
| Octal | 360 | 203 | 145 | 0 | 55 | 72 | 6 | 15 | 122 | 103 |
| Binary | 11110000 | 10000011 | 1100101 | 0 | 101101 | 111010 | 110 | 1101 | 1010010 | 1000011 |
Color Harmonies of #F08365
Complementary color
Monochromatic Colors of #F08365
Black with #F08365
Text Example
Text Example
White with #F08365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08365; }
p { color: rgb(240,131,101); }
H1.HeaderClassName
{
color: #F08365;
}
.AnyTagClassName
{
color: #F08365;
}
</style>
background-color css
<style>
a { background-color: #F08365; }
a { background-color: rgb(240,131,101); }
div.DivClassName
{
background-color: #F08365;
}
.BgClassName
{
background-color: #F08365;
}
</style>
border-color css
<style>
span { border-color: #F08365; }
span { border-color: rgb(240,131,101); }
td.TdClassName
{
border-color: #F08365;
}
.TagClassName
{
border-color: #F08365;
}
</style>