Shades of Light Salmon #F69878
Tints of Light Salmon #F69878
RGB
CMYK
RGB Variations
Color information
#F69878 (or 0xF69878) is known color: Light Salmon. HEX triplet: F6, 98 and 78. RGB value is (246,152,120). Sum of RGB (Red+Green+Blue) = 246+152+120=518 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.49% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 120 (47.27% from 255 or 23.17% from 518); Max value from RGB is 246 - color contains mainly: red. Hex color #F69878 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69878 is #096787. Grayscale: #B0B0B0. Windows color (decimal): -616328 or 7903478. OLE color: 7903478.
HSL color Cylindrical-coordinate representation of color #F69878: hue angle of 15.24º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F69878 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 152 | 120 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.04 |
| HSL | 15.24º | 0.88% | 0.72% | - |
| HSV(B) | 15.24º | 0.51% | 0.96% | - |
| XYZ | 52.62 | 43.41 | 23.37 | - |
| YUV | 176.46 | 96.14 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 152 | 120 | 0 | 0.38 | 0.51 | 0.04 | 15.24 | 0.88 | 0.72 |
| Hex | F6 | 98 | 78 | 0 | 26 | 33 | 4 | F | 58 | 48 |
| Octal | 366 | 230 | 170 | 0 | 46 | 63 | 4 | 17 | 130 | 110 |
| Binary | 11110110 | 10011000 | 1111000 | 0 | 100110 | 110011 | 100 | 1111 | 1011000 | 1001000 |
Color Harmonies of #F69878
Complementary color
Monochromatic Colors of #F69878
Black with #F69878
Text Example
Text Example
White with #F69878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69878; }
p { color: rgb(246,152,120); }
H1.HeaderClassName
{
color: #F69878;
}
.AnyTagClassName
{
color: #F69878;
}
</style>
background-color css
<style>
a { background-color: #F69878; }
a { background-color: rgb(246,152,120); }
div.DivClassName
{
background-color: #F69878;
}
.BgClassName
{
background-color: #F69878;
}
</style>
border-color css
<style>
span { border-color: #F69878; }
span { border-color: rgb(246,152,120); }
td.TdClassName
{
border-color: #F69878;
}
.TagClassName
{
border-color: #F69878;
}
</style>