Shades of Salmon #F08A68
Tints of Salmon #F08A68
RGB
CMYK
RGB Variations
Color information
#F08A68 (or 0xF08A68) is known color: Salmon. HEX triplet: F0, 8A and 68. RGB value is (240,138,104). Sum of RGB (Red+Green+Blue) = 240+138+104=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08A68 is #0F7597. Grayscale: #A4A4A4. Windows color (decimal): -1013144 or 6851312. OLE color: 6851312.
HSL color Cylindrical-coordinate representation of color #F08A68: hue angle of 15º 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 #F08A68 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 104 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.06 |
| HSL | 15º | 0.82% | 0.67% | - |
| HSV(B) | 15º | 0.57% | 0.94% | - |
| XYZ | 47.52 | 37.7 | 17.87 | - |
| YUV | 164.62 | 93.79 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 104 | 0 | 0.42 | 0.57 | 0.06 | 15 | 0.82 | 0.67 |
| Hex | F0 | 8A | 68 | 0 | 2A | 39 | 6 | F | 52 | 43 |
| Octal | 360 | 212 | 150 | 0 | 52 | 71 | 6 | 17 | 122 | 103 |
| Binary | 11110000 | 10001010 | 1101000 | 0 | 101010 | 111001 | 110 | 1111 | 1010010 | 1000011 |
Color Harmonies of #F08A68
Complementary color
Monochromatic Colors of #F08A68
Black with #F08A68
Text Example
Text Example
White with #F08A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08A68; }
p { color: rgb(240,138,104); }
H1.HeaderClassName
{
color: #F08A68;
}
.AnyTagClassName
{
color: #F08A68;
}
</style>
background-color css
<style>
a { background-color: #F08A68; }
a { background-color: rgb(240,138,104); }
div.DivClassName
{
background-color: #F08A68;
}
.BgClassName
{
background-color: #F08A68;
}
</style>
border-color css
<style>
span { border-color: #F08A68; }
span { border-color: rgb(240,138,104); }
td.TdClassName
{
border-color: #F08A68;
}
.TagClassName
{
border-color: #F08A68;
}
</style>