Shades of Light Salmon #F69C77
Tints of Light Salmon #F69C77
RGB
CMYK
RGB Variations
Color information
#F69C77 (or 0xF69C77) is known color: Light Salmon. HEX triplet: F6, 9C and 77. RGB value is (246,156,119). Sum of RGB (Red+Green+Blue) = 246+156+119=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 119 (46.88% from 255 or 22.84% from 521); Max value from RGB is 246 - color contains mainly: red. Hex color #F69C77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69C77 is #096388. Grayscale: #B2B2B2. Windows color (decimal): -615305 or 7838966. OLE color: 7838966.
HSL color Cylindrical-coordinate representation of color #F69C77: hue angle of 17.48º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F69C77 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 156 | 119 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.04 |
| HSL | 17.48º | 0.88% | 0.72% | - |
| HSV(B) | 17.48º | 0.52% | 0.96% | - |
| XYZ | 53.22 | 44.7 | 23.28 | - |
| YUV | 178.69 | 94.32 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 119 | 0 | 0.37 | 0.52 | 0.04 | 17.48 | 0.88 | 0.72 |
| Hex | F6 | 9C | 77 | 0 | 25 | 34 | 4 | 11 | 58 | 48 |
| Octal | 366 | 234 | 167 | 0 | 45 | 64 | 4 | 21 | 130 | 110 |
| Binary | 11110110 | 10011100 | 1110111 | 0 | 100101 | 110100 | 100 | 10001 | 1011000 | 1001000 |
Color Harmonies of #F69C77
Complementary color
Monochromatic Colors of #F69C77
Black with #F69C77
Text Example
Text Example
White with #F69C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69C77; }
p { color: rgb(246,156,119); }
H1.HeaderClassName
{
color: #F69C77;
}
.AnyTagClassName
{
color: #F69C77;
}
</style>
background-color css
<style>
a { background-color: #F69C77; }
a { background-color: rgb(246,156,119); }
div.DivClassName
{
background-color: #F69C77;
}
.BgClassName
{
background-color: #F69C77;
}
</style>
border-color css
<style>
span { border-color: #F69C77; }
span { border-color: rgb(246,156,119); }
td.TdClassName
{
border-color: #F69C77;
}
.TagClassName
{
border-color: #F69C77;
}
</style>