Shades of Light Salmon #F69C76
Tints of Light Salmon #F69C76
RGB
CMYK
RGB Variations
Color information
#F69C76 (or 0xF69C76) is known color: Light Salmon. HEX triplet: F6, 9C and 76. RGB value is (246,156,118). Sum of RGB (Red+Green+Blue) = 246+156+118=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 246 - color contains mainly: red. Hex color #F69C76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69C76 is #096389. Grayscale: #B2B2B2. Windows color (decimal): -615306 or 7773430. OLE color: 7773430.
HSL color Cylindrical-coordinate representation of color #F69C76: hue angle of 17.81º 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 #F69C76 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 156 | 118 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.04 |
| HSL | 17.81º | 0.88% | 0.71% | - |
| HSV(B) | 17.81º | 0.52% | 0.96% | - |
| XYZ | 53.16 | 44.68 | 22.96 | - |
| YUV | 178.58 | 93.82 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 118 | 0 | 0.37 | 0.52 | 0.04 | 17.81 | 0.88 | 0.71 |
| Hex | F6 | 9C | 76 | 0 | 25 | 34 | 4 | 12 | 58 | 47 |
| Octal | 366 | 234 | 166 | 0 | 45 | 64 | 4 | 22 | 130 | 107 |
| Binary | 11110110 | 10011100 | 1110110 | 0 | 100101 | 110100 | 100 | 10010 | 1011000 | 1000111 |
Color Harmonies of #F69C76
Complementary color
Monochromatic Colors of #F69C76
Black with #F69C76
Text Example
Text Example
White with #F69C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69C76; }
p { color: rgb(246,156,118); }
H1.HeaderClassName
{
color: #F69C76;
}
.AnyTagClassName
{
color: #F69C76;
}
</style>
background-color css
<style>
a { background-color: #F69C76; }
a { background-color: rgb(246,156,118); }
div.DivClassName
{
background-color: #F69C76;
}
.BgClassName
{
background-color: #F69C76;
}
</style>
border-color css
<style>
span { border-color: #F69C76; }
span { border-color: rgb(246,156,118); }
td.TdClassName
{
border-color: #F69C76;
}
.TagClassName
{
border-color: #F69C76;
}
</style>