Shades of Salmon #F07965
Tints of Salmon #F07965
RGB
CMYK
RGB Variations
Color information
#F07965 (or 0xF07965) is known color: Salmon. HEX triplet: F0, 79 and 65. RGB value is (240,121,101). Sum of RGB (Red+Green+Blue) = 240+121+101=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F07965 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07965 is #0F869A. Grayscale: #9A9A9A. Windows color (decimal): -1017499 or 6650352. OLE color: 6650352.
HSL color Cylindrical-coordinate representation of color #F07965: hue angle of 8.63º 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 #F07965 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 121 | 101 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.06 |
| HSL | 8.63º | 0.82% | 0.67% | - |
| HSV(B) | 8.63º | 0.58% | 0.94% | - |
| XYZ | 45.12 | 33.14 | 16.33 | - |
| YUV | 154.3 | 97.92 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 121 | 101 | 0 | 0.50 | 0.58 | 0.06 | 8.63 | 0.82 | 0.67 |
| Hex | F0 | 79 | 65 | 0 | 32 | 3A | 6 | 9 | 52 | 43 |
| Octal | 360 | 171 | 145 | 0 | 62 | 72 | 6 | 11 | 122 | 103 |
| Binary | 11110000 | 1111001 | 1100101 | 0 | 110010 | 111010 | 110 | 1001 | 1010010 | 1000011 |
Color Harmonies of #F07965
Complementary color
Monochromatic Colors of #F07965
Black with #F07965
Text Example
Text Example
White with #F07965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07965; }
p { color: rgb(240,121,101); }
H1.HeaderClassName
{
color: #F07965;
}
.AnyTagClassName
{
color: #F07965;
}
</style>
background-color css
<style>
a { background-color: #F07965; }
a { background-color: rgb(240,121,101); }
div.DivClassName
{
background-color: #F07965;
}
.BgClassName
{
background-color: #F07965;
}
</style>
border-color css
<style>
span { border-color: #F07965; }
span { border-color: rgb(240,121,101); }
td.TdClassName
{
border-color: #F07965;
}
.TagClassName
{
border-color: #F07965;
}
</style>