Shades of Light Salmon #F9A47C
Tints of Light Salmon #F9A47C
RGB
CMYK
RGB Variations
Color information
#F9A47C (or 0xF9A47C) is known color: Light Salmon. HEX triplet: F9, A4 and 7C. RGB value is (249,164,124). Sum of RGB (Red+Green+Blue) = 249+164+124=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 164 (64.45% from 255 or 30.54% from 537); Blue value is 124 (48.83% from 255 or 23.09% from 537); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A47C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A47C is #065B83. Grayscale: #B9B9B9. Windows color (decimal): -416644 or 8168697. OLE color: 8168697.
HSL color Cylindrical-coordinate representation of color #F9A47C: hue angle of 19.2º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F9A47C is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 164 | 124 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.02 |
| HSL | 19.2º | 0.91% | 0.73% | - |
| HSV(B) | 19.2º | 0.5% | 0.98% | - |
| XYZ | 55.98 | 48.15 | 25.41 | - |
| YUV | 184.86 | 93.66 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 164 | 124 | 0 | 0.34 | 0.50 | 0.02 | 19.2 | 0.91 | 0.73 |
| Hex | F9 | A4 | 7C | 0 | 22 | 32 | 2 | 13 | 5B | 49 |
| Octal | 371 | 244 | 174 | 0 | 42 | 62 | 2 | 23 | 133 | 111 |
| Binary | 11111001 | 10100100 | 1111100 | 0 | 100010 | 110010 | 10 | 10011 | 1011011 | 1001001 |
Color Harmonies of #F9A47C
Complementary color
Monochromatic Colors of #F9A47C
Black with #F9A47C
Text Example
Text Example
White with #F9A47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A47C; }
p { color: rgb(249,164,124); }
H1.HeaderClassName
{
color: #F9A47C;
}
.AnyTagClassName
{
color: #F9A47C;
}
</style>
background-color css
<style>
a { background-color: #F9A47C; }
a { background-color: rgb(249,164,124); }
div.DivClassName
{
background-color: #F9A47C;
}
.BgClassName
{
background-color: #F9A47C;
}
</style>
border-color css
<style>
span { border-color: #F9A47C; }
span { border-color: rgb(249,164,124); }
td.TdClassName
{
border-color: #F9A47C;
}
.TagClassName
{
border-color: #F9A47C;
}
</style>