Shades of Salmon #F08265
Tints of Salmon #F08265
RGB
CMYK
RGB Variations
Color information
#F08265 (or 0xF08265) is known color: Salmon. HEX triplet: F0, 82 and 65. RGB value is (240,130,101). Sum of RGB (Red+Green+Blue) = 240+130+101=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F08265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08265 is #0F7D9A. Grayscale: #9F9F9F. Windows color (decimal): -1015195 or 6652656. OLE color: 6652656.
HSL color Cylindrical-coordinate representation of color #F08265: hue angle of 12.52º 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 #F08265 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 101 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.06 |
| HSL | 12.52º | 0.82% | 0.67% | - |
| HSV(B) | 12.52º | 0.58% | 0.94% | - |
| XYZ | 46.27 | 35.43 | 16.71 | - |
| YUV | 159.58 | 94.94 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 101 | 0 | 0.46 | 0.58 | 0.06 | 12.52 | 0.82 | 0.67 |
| Hex | F0 | 82 | 65 | 0 | 2E | 3A | 6 | D | 52 | 43 |
| Octal | 360 | 202 | 145 | 0 | 56 | 72 | 6 | 15 | 122 | 103 |
| Binary | 11110000 | 10000010 | 1100101 | 0 | 101110 | 111010 | 110 | 1101 | 1010010 | 1000011 |
Color Harmonies of #F08265
Complementary color
Monochromatic Colors of #F08265
Black with #F08265
Text Example
Text Example
White with #F08265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08265; }
p { color: rgb(240,130,101); }
H1.HeaderClassName
{
color: #F08265;
}
.AnyTagClassName
{
color: #F08265;
}
</style>
background-color css
<style>
a { background-color: #F08265; }
a { background-color: rgb(240,130,101); }
div.DivClassName
{
background-color: #F08265;
}
.BgClassName
{
background-color: #F08265;
}
</style>
border-color css
<style>
span { border-color: #F08265; }
span { border-color: rgb(240,130,101); }
td.TdClassName
{
border-color: #F08265;
}
.TagClassName
{
border-color: #F08265;
}
</style>