Shades of Salmon #F08067
Tints of Salmon #F08067
RGB
CMYK
RGB Variations
Color information
#F08067 (or 0xF08067) is known color: Salmon. HEX triplet: F0, 80 and 67. RGB value is (240,128,103). Sum of RGB (Red+Green+Blue) = 240+128+103=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F08067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08067 is #0F7F98. Grayscale: #9E9E9E. Windows color (decimal): -1015705 or 6783216. OLE color: 6783216.
HSL color Cylindrical-coordinate representation of color #F08067: hue angle of 10.95º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F08067 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 103 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.06 |
| HSL | 10.95º | 0.82% | 0.67% | - |
| HSV(B) | 10.95º | 0.57% | 0.94% | - |
| XYZ | 46.1 | 34.94 | 17.15 | - |
| YUV | 158.64 | 96.61 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 103 | 0 | 0.47 | 0.57 | 0.06 | 10.95 | 0.82 | 0.67 |
| Hex | F0 | 80 | 67 | 0 | 2F | 39 | 6 | B | 52 | 43 |
| Octal | 360 | 200 | 147 | 0 | 57 | 71 | 6 | 13 | 122 | 103 |
| Binary | 11110000 | 10000000 | 1100111 | 0 | 101111 | 111001 | 110 | 1011 | 1010010 | 1000011 |
Color Harmonies of #F08067
Complementary color
Monochromatic Colors of #F08067
Black with #F08067
Text Example
Text Example
White with #F08067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08067; }
p { color: rgb(240,128,103); }
H1.HeaderClassName
{
color: #F08067;
}
.AnyTagClassName
{
color: #F08067;
}
</style>
background-color css
<style>
a { background-color: #F08067; }
a { background-color: rgb(240,128,103); }
div.DivClassName
{
background-color: #F08067;
}
.BgClassName
{
background-color: #F08067;
}
</style>
border-color css
<style>
span { border-color: #F08067; }
span { border-color: rgb(240,128,103); }
td.TdClassName
{
border-color: #F08067;
}
.TagClassName
{
border-color: #F08067;
}
</style>