Shades of Salmon #F08A69
Tints of Salmon #F08A69
RGB
CMYK
RGB Variations
Color information
#F08A69 (or 0xF08A69) is known color: Salmon. HEX triplet: F0, 8A and 69. RGB value is (240,138,105). Sum of RGB (Red+Green+Blue) = 240+138+105=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 105 (41.41% from 255 or 21.74% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08A69 is #0F7596. Grayscale: #A4A4A4. Windows color (decimal): -1013143 or 6916848. OLE color: 6916848.
HSL color Cylindrical-coordinate representation of color #F08A69: hue angle of 14.67º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F08A69 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 105 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.06 |
| HSL | 14.67º | 0.82% | 0.68% | - |
| HSV(B) | 14.67º | 0.56% | 0.94% | - |
| XYZ | 47.57 | 37.72 | 18.14 | - |
| YUV | 164.74 | 94.29 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 105 | 0 | 0.42 | 0.56 | 0.06 | 14.67 | 0.82 | 0.68 |
| Hex | F0 | 8A | 69 | 0 | 2A | 38 | 6 | F | 52 | 44 |
| Octal | 360 | 212 | 151 | 0 | 52 | 70 | 6 | 17 | 122 | 104 |
| Binary | 11110000 | 10001010 | 1101001 | 0 | 101010 | 111000 | 110 | 1111 | 1010010 | 1000100 |
Color Harmonies of #F08A69
Complementary color
Monochromatic Colors of #F08A69
Black with #F08A69
Text Example
Text Example
White with #F08A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08A69; }
p { color: rgb(240,138,105); }
H1.HeaderClassName
{
color: #F08A69;
}
.AnyTagClassName
{
color: #F08A69;
}
</style>
background-color css
<style>
a { background-color: #F08A69; }
a { background-color: rgb(240,138,105); }
div.DivClassName
{
background-color: #F08A69;
}
.BgClassName
{
background-color: #F08A69;
}
</style>
border-color css
<style>
span { border-color: #F08A69; }
span { border-color: rgb(240,138,105); }
td.TdClassName
{
border-color: #F08A69;
}
.TagClassName
{
border-color: #F08A69;
}
</style>