Shades of Light Salmon #F69A76
Tints of Light Salmon #F69A76
RGB
CMYK
RGB Variations
Color information
#F69A76 (or 0xF69A76) is known color: Light Salmon. HEX triplet: F6, 9A and 76. RGB value is (246,154,118). Sum of RGB (Red+Green+Blue) = 246+154+118=518 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.49% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 118 (46.48% from 255 or 22.78% from 518); Max value from RGB is 246 - color contains mainly: red. Hex color #F69A76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69A76 is #096589. Grayscale: #B1B1B1. Windows color (decimal): -615818 or 7772918. OLE color: 7772918.
HSL color Cylindrical-coordinate representation of color #F69A76: hue angle of 16.88º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F69A76 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 154 | 118 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.04 |
| HSL | 16.88º | 0.88% | 0.71% | - |
| HSV(B) | 16.88º | 0.52% | 0.96% | - |
| XYZ | 52.83 | 44.01 | 22.85 | - |
| YUV | 177.4 | 94.48 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 154 | 118 | 0 | 0.37 | 0.52 | 0.04 | 16.88 | 0.88 | 0.71 |
| Hex | F6 | 9A | 76 | 0 | 25 | 34 | 4 | 11 | 58 | 47 |
| Octal | 366 | 232 | 166 | 0 | 45 | 64 | 4 | 21 | 130 | 107 |
| Binary | 11110110 | 10011010 | 1110110 | 0 | 100101 | 110100 | 100 | 10001 | 1011000 | 1000111 |
Color Harmonies of #F69A76
Complementary color
Monochromatic Colors of #F69A76
Black with #F69A76
Text Example
Text Example
White with #F69A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69A76; }
p { color: rgb(246,154,118); }
H1.HeaderClassName
{
color: #F69A76;
}
.AnyTagClassName
{
color: #F69A76;
}
</style>
background-color css
<style>
a { background-color: #F69A76; }
a { background-color: rgb(246,154,118); }
div.DivClassName
{
background-color: #F69A76;
}
.BgClassName
{
background-color: #F69A76;
}
</style>
border-color css
<style>
span { border-color: #F69A76; }
span { border-color: rgb(246,154,118); }
td.TdClassName
{
border-color: #F69A76;
}
.TagClassName
{
border-color: #F69A76;
}
</style>