Shades of Light Salmon #F69973
Tints of Light Salmon #F69973
RGB
CMYK
RGB Variations
Color information
#F69973 (or 0xF69973) is known color: Light Salmon. HEX triplet: F6, 99 and 73. RGB value is (246,153,115). Sum of RGB (Red+Green+Blue) = 246+153+115=514 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.86% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 115 (45.31% from 255 or 22.37% from 514); Max value from RGB is 246 - color contains mainly: red. Hex color #F69973 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69973 is #09668C. Grayscale: #B0B0B0. Windows color (decimal): -616077 or 7576054. OLE color: 7576054.
HSL color Cylindrical-coordinate representation of color #F69973: hue angle of 17.4º 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 #F69973 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 153 | 115 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.04 |
| HSL | 17.4º | 0.88% | 0.71% | - |
| HSV(B) | 17.4º | 0.53% | 0.96% | - |
| XYZ | 52.49 | 43.61 | 21.87 | - |
| YUV | 176.48 | 93.31 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 153 | 115 | 0 | 0.38 | 0.53 | 0.04 | 17.4 | 0.88 | 0.71 |
| Hex | F6 | 99 | 73 | 0 | 26 | 35 | 4 | 11 | 58 | 47 |
| Octal | 366 | 231 | 163 | 0 | 46 | 65 | 4 | 21 | 130 | 107 |
| Binary | 11110110 | 10011001 | 1110011 | 0 | 100110 | 110101 | 100 | 10001 | 1011000 | 1000111 |
Color Harmonies of #F69973
Complementary color
Monochromatic Colors of #F69973
Black with #F69973
Text Example
Text Example
White with #F69973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69973; }
p { color: rgb(246,153,115); }
H1.HeaderClassName
{
color: #F69973;
}
.AnyTagClassName
{
color: #F69973;
}
</style>
background-color css
<style>
a { background-color: #F69973; }
a { background-color: rgb(246,153,115); }
div.DivClassName
{
background-color: #F69973;
}
.BgClassName
{
background-color: #F69973;
}
</style>
border-color css
<style>
span { border-color: #F69973; }
span { border-color: rgb(246,153,115); }
td.TdClassName
{
border-color: #F69973;
}
.TagClassName
{
border-color: #F69973;
}
</style>