Shades of Salmon #F08064
Tints of Salmon #F08064
RGB
CMYK
RGB Variations
Color information
#F08064 (or 0xF08064) is known color: Salmon. HEX triplet: F0, 80 and 64. RGB value is (240,128,100). Sum of RGB (Red+Green+Blue) = 240+128+100=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F08064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08064 is #0F7F9B. Grayscale: #9E9E9E. Windows color (decimal): -1015708 or 6586608. OLE color: 6586608.
HSL color Cylindrical-coordinate representation of color #F08064: hue angle of 12º 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 #F08064 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 100 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.06 |
| HSL | 12º | 0.82% | 0.67% | - |
| HSV(B) | 12º | 0.58% | 0.94% | - |
| XYZ | 45.95 | 34.88 | 16.37 | - |
| YUV | 158.3 | 95.11 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 100 | 0 | 0.47 | 0.58 | 0.06 | 12 | 0.82 | 0.67 |
| Hex | F0 | 80 | 64 | 0 | 2F | 3A | 6 | C | 52 | 43 |
| Octal | 360 | 200 | 144 | 0 | 57 | 72 | 6 | 14 | 122 | 103 |
| Binary | 11110000 | 10000000 | 1100100 | 0 | 101111 | 111010 | 110 | 1100 | 1010010 | 1000011 |
Color Harmonies of #F08064
Complementary color
Monochromatic Colors of #F08064
Black with #F08064
Text Example
Text Example
White with #F08064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08064; }
p { color: rgb(240,128,100); }
H1.HeaderClassName
{
color: #F08064;
}
.AnyTagClassName
{
color: #F08064;
}
</style>
background-color css
<style>
a { background-color: #F08064; }
a { background-color: rgb(240,128,100); }
div.DivClassName
{
background-color: #F08064;
}
.BgClassName
{
background-color: #F08064;
}
</style>
border-color css
<style>
span { border-color: #F08064; }
span { border-color: rgb(240,128,100); }
td.TdClassName
{
border-color: #F08064;
}
.TagClassName
{
border-color: #F08064;
}
</style>