Shades of Salmon #F08A77
Tints of Salmon #F08A77
RGB
CMYK
RGB Variations
Color information
#F08A77 (or 0xF08A77) is known color: Salmon. HEX triplet: F0, 8A and 77. RGB value is (240,138,119). Sum of RGB (Red+Green+Blue) = 240+138+119=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08A77 is #0F7588. Grayscale: #A6A6A6. Windows color (decimal): -1013129 or 7834352. OLE color: 7834352.
HSL color Cylindrical-coordinate representation of color #F08A77: hue angle of 9.42º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F08A77 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 119 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.06 |
| HSL | 9.42º | 0.8% | 0.7% | - |
| HSV(B) | 9.42º | 0.5% | 0.94% | - |
| XYZ | 48.35 | 38.03 | 22.25 | - |
| YUV | 166.33 | 101.29 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 119 | 0 | 0.42 | 0.50 | 0.06 | 9.42 | 0.8 | 0.7 |
| Hex | F0 | 8A | 77 | 0 | 2A | 32 | 6 | 9 | 50 | 46 |
| Octal | 360 | 212 | 167 | 0 | 52 | 62 | 6 | 11 | 120 | 106 |
| Binary | 11110000 | 10001010 | 1110111 | 0 | 101010 | 110010 | 110 | 1001 | 1010000 | 1000110 |
Color Harmonies of #F08A77
Complementary color
Monochromatic Colors of #F08A77
Black with #F08A77
Text Example
Text Example
White with #F08A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08A77; }
p { color: rgb(240,138,119); }
H1.HeaderClassName
{
color: #F08A77;
}
.AnyTagClassName
{
color: #F08A77;
}
</style>
background-color css
<style>
a { background-color: #F08A77; }
a { background-color: rgb(240,138,119); }
div.DivClassName
{
background-color: #F08A77;
}
.BgClassName
{
background-color: #F08A77;
}
</style>
border-color css
<style>
span { border-color: #F08A77; }
span { border-color: rgb(240,138,119); }
td.TdClassName
{
border-color: #F08A77;
}
.TagClassName
{
border-color: #F08A77;
}
</style>