Shades of Light Salmon #F9A077
Tints of Light Salmon #F9A077
RGB
CMYK
RGB Variations
Color information
#F9A077 (or 0xF9A077) is known color: Light Salmon. HEX triplet: F9, A0 and 77. RGB value is (249,160,119). Sum of RGB (Red+Green+Blue) = 249+160+119=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 119 (46.88% from 255 or 22.54% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A077 is #065F88. Grayscale: #B6B6B6. Windows color (decimal): -417673 or 7839993. OLE color: 7839993.
HSL color Cylindrical-coordinate representation of color #F9A077: hue angle of 18.92º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F9A077 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 160 | 119 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.02 |
| HSL | 18.92º | 0.92% | 0.72% | - |
| HSV(B) | 18.92º | 0.52% | 0.98% | - |
| XYZ | 54.97 | 46.61 | 23.55 | - |
| YUV | 181.94 | 92.49 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 160 | 119 | 0 | 0.36 | 0.52 | 0.02 | 18.92 | 0.92 | 0.72 |
| Hex | F9 | A0 | 77 | 0 | 24 | 34 | 2 | 13 | 5C | 48 |
| Octal | 371 | 240 | 167 | 0 | 44 | 64 | 2 | 23 | 134 | 110 |
| Binary | 11111001 | 10100000 | 1110111 | 0 | 100100 | 110100 | 10 | 10011 | 1011100 | 1001000 |
Color Harmonies of #F9A077
Complementary color
Monochromatic Colors of #F9A077
Black with #F9A077
Text Example
Text Example
White with #F9A077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A077; }
p { color: rgb(249,160,119); }
H1.HeaderClassName
{
color: #F9A077;
}
.AnyTagClassName
{
color: #F9A077;
}
</style>
background-color css
<style>
a { background-color: #F9A077; }
a { background-color: rgb(249,160,119); }
div.DivClassName
{
background-color: #F9A077;
}
.BgClassName
{
background-color: #F9A077;
}
</style>
border-color css
<style>
span { border-color: #F9A077; }
span { border-color: rgb(249,160,119); }
td.TdClassName
{
border-color: #F9A077;
}
.TagClassName
{
border-color: #F9A077;
}
</style>