Shades of Light Salmon #F9A986
Tints of Light Salmon #F9A986
RGB
CMYK
RGB Variations
Color information
#F9A986 (or 0xF9A986) is known color: Light Salmon. HEX triplet: F9, A9 and 86. RGB value is (249,169,134). Sum of RGB (Red+Green+Blue) = 249+169+134=552 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.11% from 552); Green value is 169 (66.41% from 255 or 30.62% from 552); Blue value is 134 (52.73% from 255 or 24.28% from 552); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A986 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A986 is #065679. Grayscale: #BDBDBD. Windows color (decimal): -415354 or 8825337. OLE color: 8825337.
HSL color Cylindrical-coordinate representation of color #F9A986: hue angle of 18.26º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F9A986 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 169 | 134 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.02 |
| HSL | 18.26º | 0.91% | 0.75% | - |
| HSV(B) | 18.26º | 0.46% | 0.98% | - |
| XYZ | 57.56 | 50.24 | 29.22 | - |
| YUV | 188.93 | 97 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 169 | 134 | 0 | 0.32 | 0.46 | 0.02 | 18.26 | 0.91 | 0.75 |
| Hex | F9 | A9 | 86 | 0 | 20 | 2E | 2 | 12 | 5B | 4B |
| Octal | 371 | 251 | 206 | 0 | 40 | 56 | 2 | 22 | 133 | 113 |
| Binary | 11111001 | 10101001 | 10000110 | 0 | 100000 | 101110 | 10 | 10010 | 1011011 | 1001011 |
Color Harmonies of #F9A986
Complementary color
Monochromatic Colors of #F9A986
Black with #F9A986
Text Example
Text Example
White with #F9A986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A986; }
p { color: rgb(249,169,134); }
H1.HeaderClassName
{
color: #F9A986;
}
.AnyTagClassName
{
color: #F9A986;
}
</style>
background-color css
<style>
a { background-color: #F9A986; }
a { background-color: rgb(249,169,134); }
div.DivClassName
{
background-color: #F9A986;
}
.BgClassName
{
background-color: #F9A986;
}
</style>
border-color css
<style>
span { border-color: #F9A986; }
span { border-color: rgb(249,169,134); }
td.TdClassName
{
border-color: #F9A986;
}
.TagClassName
{
border-color: #F9A986;
}
</style>