Shades of Light Salmon #F9A07C
Tints of Light Salmon #F9A07C
RGB
CMYK
RGB Variations
Color information
#F9A07C (or 0xF9A07C) is known color: Light Salmon. HEX triplet: F9, A0 and 7C. RGB value is (249,160,124). Sum of RGB (Red+Green+Blue) = 249+160+124=533 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.72% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 124 (48.83% from 255 or 23.26% from 533); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A07C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A07C is #065F83. Grayscale: #B6B6B6. Windows color (decimal): -417668 or 8167673. OLE color: 8167673.
HSL color Cylindrical-coordinate representation of color #F9A07C: hue angle of 17.28º 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 #F9A07C is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 160 | 124 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.02 |
| HSL | 17.28º | 0.91% | 0.73% | - |
| HSV(B) | 17.28º | 0.5% | 0.98% | - |
| XYZ | 55.28 | 46.74 | 25.18 | - |
| YUV | 182.51 | 94.99 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 160 | 124 | 0 | 0.36 | 0.50 | 0.02 | 17.28 | 0.91 | 0.73 |
| Hex | F9 | A0 | 7C | 0 | 24 | 32 | 2 | 11 | 5B | 49 |
| Octal | 371 | 240 | 174 | 0 | 44 | 62 | 2 | 21 | 133 | 111 |
| Binary | 11111001 | 10100000 | 1111100 | 0 | 100100 | 110010 | 10 | 10001 | 1011011 | 1001001 |
Color Harmonies of #F9A07C
Complementary color
Monochromatic Colors of #F9A07C
Black with #F9A07C
Text Example
Text Example
White with #F9A07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A07C; }
p { color: rgb(249,160,124); }
H1.HeaderClassName
{
color: #F9A07C;
}
.AnyTagClassName
{
color: #F9A07C;
}
</style>
background-color css
<style>
a { background-color: #F9A07C; }
a { background-color: rgb(249,160,124); }
div.DivClassName
{
background-color: #F9A07C;
}
.BgClassName
{
background-color: #F9A07C;
}
</style>
border-color css
<style>
span { border-color: #F9A07C; }
span { border-color: rgb(249,160,124); }
td.TdClassName
{
border-color: #F9A07C;
}
.TagClassName
{
border-color: #F9A07C;
}
</style>