Shades of Light Salmon #F9A080
Tints of Light Salmon #F9A080
RGB
CMYK
RGB Variations
Color information
#F9A080 (or 0xF9A080) is known color: Light Salmon. HEX triplet: F9, A0 and 80. RGB value is (249,160,128). Sum of RGB (Red+Green+Blue) = 249+160+128=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A080 is #065F7F. Grayscale: #B7B7B7. Windows color (decimal): -417664 or 8429817. OLE color: 8429817.
HSL color Cylindrical-coordinate representation of color #F9A080: hue angle of 15.87º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F9A080 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 160 | 128 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.02 |
| HSL | 15.87º | 0.91% | 0.74% | - |
| HSV(B) | 15.87º | 0.49% | 0.98% | - |
| XYZ | 55.53 | 46.84 | 26.54 | - |
| YUV | 182.96 | 96.99 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 160 | 128 | 0 | 0.36 | 0.49 | 0.02 | 15.87 | 0.91 | 0.74 |
| Hex | F9 | A0 | 80 | 0 | 24 | 31 | 2 | 10 | 5B | 4A |
| Octal | 371 | 240 | 200 | 0 | 44 | 61 | 2 | 20 | 133 | 112 |
| Binary | 11111001 | 10100000 | 10000000 | 0 | 100100 | 110001 | 10 | 10000 | 1011011 | 1001010 |
Color Harmonies of #F9A080
Complementary color
Monochromatic Colors of #F9A080
Black with #F9A080
Text Example
Text Example
White with #F9A080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A080; }
p { color: rgb(249,160,128); }
H1.HeaderClassName
{
color: #F9A080;
}
.AnyTagClassName
{
color: #F9A080;
}
</style>
background-color css
<style>
a { background-color: #F9A080; }
a { background-color: rgb(249,160,128); }
div.DivClassName
{
background-color: #F9A080;
}
.BgClassName
{
background-color: #F9A080;
}
</style>
border-color css
<style>
span { border-color: #F9A080; }
span { border-color: rgb(249,160,128); }
td.TdClassName
{
border-color: #F9A080;
}
.TagClassName
{
border-color: #F9A080;
}
</style>