Shades of Light Salmon #F9A079
Tints of Light Salmon #F9A079
RGB
CMYK
RGB Variations
Color information
#F9A079 (or 0xF9A079) is known color: Light Salmon. HEX triplet: F9, A0 and 79. RGB value is (249,160,121). Sum of RGB (Red+Green+Blue) = 249+160+121=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 121 (47.66% from 255 or 22.83% from 530); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A079 is #065F86. Grayscale: #B6B6B6. Windows color (decimal): -417671 or 7971065. OLE color: 7971065.
HSL color Cylindrical-coordinate representation of color #F9A079: hue angle of 18.28º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F9A079 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 160 | 121 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.02 |
| HSL | 18.28º | 0.91% | 0.73% | - |
| HSV(B) | 18.28º | 0.51% | 0.98% | - |
| XYZ | 55.09 | 46.66 | 24.19 | - |
| YUV | 182.17 | 93.49 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 160 | 121 | 0 | 0.36 | 0.51 | 0.02 | 18.28 | 0.91 | 0.73 |
| Hex | F9 | A0 | 79 | 0 | 24 | 33 | 2 | 12 | 5B | 49 |
| Octal | 371 | 240 | 171 | 0 | 44 | 63 | 2 | 22 | 133 | 111 |
| Binary | 11111001 | 10100000 | 1111001 | 0 | 100100 | 110011 | 10 | 10010 | 1011011 | 1001001 |
Color Harmonies of #F9A079
Complementary color
Monochromatic Colors of #F9A079
Black with #F9A079
Text Example
Text Example
White with #F9A079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A079; }
p { color: rgb(249,160,121); }
H1.HeaderClassName
{
color: #F9A079;
}
.AnyTagClassName
{
color: #F9A079;
}
</style>
background-color css
<style>
a { background-color: #F9A079; }
a { background-color: rgb(249,160,121); }
div.DivClassName
{
background-color: #F9A079;
}
.BgClassName
{
background-color: #F9A079;
}
</style>
border-color css
<style>
span { border-color: #F9A079; }
span { border-color: rgb(249,160,121); }
td.TdClassName
{
border-color: #F9A079;
}
.TagClassName
{
border-color: #F9A079;
}
</style>