Shades of Salmon #F08A6C
Tints of Salmon #F08A6C
RGB
CMYK
RGB Variations
Color information
#F08A6C (or 0xF08A6C) is known color: Salmon. HEX triplet: F0, 8A and 6C. RGB value is (240,138,108). Sum of RGB (Red+Green+Blue) = 240+138+108=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08A6C is #0F7593. Grayscale: #A5A5A5. Windows color (decimal): -1013140 or 7113456. OLE color: 7113456.
HSL color Cylindrical-coordinate representation of color #F08A6C: hue angle of 13.64º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F08A6C is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 108 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.06 |
| HSL | 13.64º | 0.81% | 0.68% | - |
| HSV(B) | 13.64º | 0.55% | 0.94% | - |
| XYZ | 47.73 | 37.78 | 18.96 | - |
| YUV | 165.08 | 95.79 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 108 | 0 | 0.42 | 0.55 | 0.06 | 13.64 | 0.81 | 0.68 |
| Hex | F0 | 8A | 6C | 0 | 2A | 37 | 6 | E | 51 | 44 |
| Octal | 360 | 212 | 154 | 0 | 52 | 67 | 6 | 16 | 121 | 104 |
| Binary | 11110000 | 10001010 | 1101100 | 0 | 101010 | 110111 | 110 | 1110 | 1010001 | 1000100 |
Color Harmonies of #F08A6C
Complementary color
Monochromatic Colors of #F08A6C
Black with #F08A6C
Text Example
Text Example
White with #F08A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08A6C; }
p { color: rgb(240,138,108); }
H1.HeaderClassName
{
color: #F08A6C;
}
.AnyTagClassName
{
color: #F08A6C;
}
</style>
background-color css
<style>
a { background-color: #F08A6C; }
a { background-color: rgb(240,138,108); }
div.DivClassName
{
background-color: #F08A6C;
}
.BgClassName
{
background-color: #F08A6C;
}
</style>
border-color css
<style>
span { border-color: #F08A6C; }
span { border-color: rgb(240,138,108); }
td.TdClassName
{
border-color: #F08A6C;
}
.TagClassName
{
border-color: #F08A6C;
}
</style>