Shades of Light Salmon #F99573
Tints of Light Salmon #F99573
RGB
CMYK
RGB Variations
Color information
#F99573 (or 0xF99573) is known color: Light Salmon. HEX triplet: F9, 95 and 73. RGB value is (249,149,115). Sum of RGB (Red+Green+Blue) = 249+149+115=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 115 (45.31% from 255 or 22.42% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F99573 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99573 is #066A8C. Grayscale: #AFAFAF. Windows color (decimal): -420493 or 7575033. OLE color: 7575033.
HSL color Cylindrical-coordinate representation of color #F99573: hue angle of 15.22º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F99573 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 149 | 115 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.02 |
| HSL | 15.22º | 0.92% | 0.71% | - |
| HSV(B) | 15.22º | 0.54% | 0.98% | - |
| XYZ | 52.91 | 42.87 | 21.71 | - |
| YUV | 175.02 | 94.13 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 149 | 115 | 0 | 0.40 | 0.54 | 0.02 | 15.22 | 0.92 | 0.71 |
| Hex | F9 | 95 | 73 | 0 | 28 | 36 | 2 | F | 5C | 47 |
| Octal | 371 | 225 | 163 | 0 | 50 | 66 | 2 | 17 | 134 | 107 |
| Binary | 11111001 | 10010101 | 1110011 | 0 | 101000 | 110110 | 10 | 1111 | 1011100 | 1000111 |
Color Harmonies of #F99573
Complementary color
Monochromatic Colors of #F99573
Black with #F99573
Text Example
Text Example
White with #F99573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99573; }
p { color: rgb(249,149,115); }
H1.HeaderClassName
{
color: #F99573;
}
.AnyTagClassName
{
color: #F99573;
}
</style>
background-color css
<style>
a { background-color: #F99573; }
a { background-color: rgb(249,149,115); }
div.DivClassName
{
background-color: #F99573;
}
.BgClassName
{
background-color: #F99573;
}
</style>
border-color css
<style>
span { border-color: #F99573; }
span { border-color: rgb(249,149,115); }
td.TdClassName
{
border-color: #F99573;
}
.TagClassName
{
border-color: #F99573;
}
</style>