Shades of Light Salmon #F9A587
Tints of Light Salmon #F9A587
RGB
CMYK
RGB Variations
Color information
#F9A587 (or 0xF9A587) is known color: Light Salmon. HEX triplet: F9, A5 and 87. RGB value is (249,165,135). Sum of RGB (Red+Green+Blue) = 249+165+135=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 135 (53.12% from 255 or 24.59% from 549); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A587 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A587 is #065A78. Grayscale: #BABABA. Windows color (decimal): -416377 or 8889849. OLE color: 8889849.
HSL color Cylindrical-coordinate representation of color #F9A587: hue angle of 15.79º degrees, saturation: 0.9, 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 #F9A587 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 165 | 135 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.02 |
| HSL | 15.79º | 0.9% | 0.75% | - |
| HSV(B) | 15.79º | 0.46% | 0.98% | - |
| XYZ | 56.9 | 48.8 | 29.34 | - |
| YUV | 186.7 | 98.83 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 165 | 135 | 0 | 0.34 | 0.46 | 0.02 | 15.79 | 0.9 | 0.75 |
| Hex | F9 | A5 | 87 | 0 | 22 | 2E | 2 | 10 | 5A | 4B |
| Octal | 371 | 245 | 207 | 0 | 42 | 56 | 2 | 20 | 132 | 113 |
| Binary | 11111001 | 10100101 | 10000111 | 0 | 100010 | 101110 | 10 | 10000 | 1011010 | 1001011 |
Color Harmonies of #F9A587
Complementary color
Monochromatic Colors of #F9A587
Black with #F9A587
Text Example
Text Example
White with #F9A587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A587; }
p { color: rgb(249,165,135); }
H1.HeaderClassName
{
color: #F9A587;
}
.AnyTagClassName
{
color: #F9A587;
}
</style>
background-color css
<style>
a { background-color: #F9A587; }
a { background-color: rgb(249,165,135); }
div.DivClassName
{
background-color: #F9A587;
}
.BgClassName
{
background-color: #F9A587;
}
</style>
border-color css
<style>
span { border-color: #F9A587; }
span { border-color: rgb(249,165,135); }
td.TdClassName
{
border-color: #F9A587;
}
.TagClassName
{
border-color: #F9A587;
}
</style>