Shades of Light Salmon #F69B74
Tints of Light Salmon #F69B74
RGB
CMYK
RGB Variations
Color information
#F69B74 (or 0xF69B74) is known color: Light Salmon. HEX triplet: F6, 9B and 74. RGB value is (246,155,116). Sum of RGB (Red+Green+Blue) = 246+155+116=517 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.58% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 246 - color contains mainly: red. Hex color #F69B74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69B74 is #09648B. Grayscale: #B2B2B2. Windows color (decimal): -615564 or 7642102. OLE color: 7642102.
HSL color Cylindrical-coordinate representation of color #F69B74: hue angle of 18º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F69B74 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 155 | 116 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.04 |
| HSL | 18º | 0.88% | 0.71% | - |
| HSV(B) | 18º | 0.53% | 0.96% | - |
| XYZ | 52.88 | 44.3 | 22.29 | - |
| YUV | 177.76 | 93.15 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 155 | 116 | 0 | 0.37 | 0.53 | 0.04 | 18 | 0.88 | 0.71 |
| Hex | F6 | 9B | 74 | 0 | 25 | 35 | 4 | 12 | 58 | 47 |
| Octal | 366 | 233 | 164 | 0 | 45 | 65 | 4 | 22 | 130 | 107 |
| Binary | 11110110 | 10011011 | 1110100 | 0 | 100101 | 110101 | 100 | 10010 | 1011000 | 1000111 |
Color Harmonies of #F69B74
Complementary color
Monochromatic Colors of #F69B74
Black with #F69B74
Text Example
Text Example
White with #F69B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69B74; }
p { color: rgb(246,155,116); }
H1.HeaderClassName
{
color: #F69B74;
}
.AnyTagClassName
{
color: #F69B74;
}
</style>
background-color css
<style>
a { background-color: #F69B74; }
a { background-color: rgb(246,155,116); }
div.DivClassName
{
background-color: #F69B74;
}
.BgClassName
{
background-color: #F69B74;
}
</style>
border-color css
<style>
span { border-color: #F69B74; }
span { border-color: rgb(246,155,116); }
td.TdClassName
{
border-color: #F69B74;
}
.TagClassName
{
border-color: #F69B74;
}
</style>