Shades of Light Salmon #F9A47A
Tints of Light Salmon #F9A47A
RGB
CMYK
RGB Variations
Color information
#F9A47A (or 0xF9A47A) is known color: Light Salmon. HEX triplet: F9, A4 and 7A. RGB value is (249,164,122). Sum of RGB (Red+Green+Blue) = 249+164+122=535 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.54% from 535); Green value is 164 (64.45% from 255 or 30.65% from 535); Blue value is 122 (48.05% from 255 or 22.80% from 535); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A47A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A47A is #065B85. Grayscale: #B8B8B8. Windows color (decimal): -416646 or 8037625. OLE color: 8037625.
HSL color Cylindrical-coordinate representation of color #F9A47A: hue angle of 19.84º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F9A47A is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 164 | 122 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.02 |
| HSL | 19.84º | 0.91% | 0.73% | - |
| HSV(B) | 19.84º | 0.51% | 0.98% | - |
| XYZ | 55.86 | 48.1 | 24.75 | - |
| YUV | 184.63 | 92.66 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 164 | 122 | 0 | 0.34 | 0.51 | 0.02 | 19.84 | 0.91 | 0.73 |
| Hex | F9 | A4 | 7A | 0 | 22 | 33 | 2 | 14 | 5B | 49 |
| Octal | 371 | 244 | 172 | 0 | 42 | 63 | 2 | 24 | 133 | 111 |
| Binary | 11111001 | 10100100 | 1111010 | 0 | 100010 | 110011 | 10 | 10100 | 1011011 | 1001001 |
Color Harmonies of #F9A47A
Complementary color
Monochromatic Colors of #F9A47A
Black with #F9A47A
Text Example
Text Example
White with #F9A47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A47A; }
p { color: rgb(249,164,122); }
H1.HeaderClassName
{
color: #F9A47A;
}
.AnyTagClassName
{
color: #F9A47A;
}
</style>
background-color css
<style>
a { background-color: #F9A47A; }
a { background-color: rgb(249,164,122); }
div.DivClassName
{
background-color: #F9A47A;
}
.BgClassName
{
background-color: #F9A47A;
}
</style>
border-color css
<style>
span { border-color: #F9A47A; }
span { border-color: rgb(249,164,122); }
td.TdClassName
{
border-color: #F9A47A;
}
.TagClassName
{
border-color: #F9A47A;
}
</style>