Shades of Light Salmon #F99673
Tints of Light Salmon #F99673
RGB
CMYK
RGB Variations
Color information
#F99673 (or 0xF99673) is known color: Light Salmon. HEX triplet: F9, 96 and 73. RGB value is (249,150,115). Sum of RGB (Red+Green+Blue) = 249+150+115=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 115 (45.31% from 255 or 22.37% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F99673 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99673 is #06698C. Grayscale: #AFAFAF. Windows color (decimal): -420237 or 7575289. OLE color: 7575289.
HSL color Cylindrical-coordinate representation of color #F99673: hue angle of 15.67º 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 #F99673 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 150 | 115 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.02 |
| HSL | 15.67º | 0.92% | 0.71% | - |
| HSV(B) | 15.67º | 0.54% | 0.98% | - |
| XYZ | 53.07 | 43.19 | 21.76 | - |
| YUV | 175.61 | 93.8 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 150 | 115 | 0 | 0.40 | 0.54 | 0.02 | 15.67 | 0.92 | 0.71 |
| Hex | F9 | 96 | 73 | 0 | 28 | 36 | 2 | 10 | 5C | 47 |
| Octal | 371 | 226 | 163 | 0 | 50 | 66 | 2 | 20 | 134 | 107 |
| Binary | 11111001 | 10010110 | 1110011 | 0 | 101000 | 110110 | 10 | 10000 | 1011100 | 1000111 |
Color Harmonies of #F99673
Complementary color
Monochromatic Colors of #F99673
Black with #F99673
Text Example
Text Example
White with #F99673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99673; }
p { color: rgb(249,150,115); }
H1.HeaderClassName
{
color: #F99673;
}
.AnyTagClassName
{
color: #F99673;
}
</style>
background-color css
<style>
a { background-color: #F99673; }
a { background-color: rgb(249,150,115); }
div.DivClassName
{
background-color: #F99673;
}
.BgClassName
{
background-color: #F99673;
}
</style>
border-color css
<style>
span { border-color: #F99673; }
span { border-color: rgb(249,150,115); }
td.TdClassName
{
border-color: #F99673;
}
.TagClassName
{
border-color: #F99673;
}
</style>