Shades of Light Salmon #F9A07A
Tints of Light Salmon #F9A07A
RGB
CMYK
RGB Variations
Color information
#F9A07A (or 0xF9A07A) is known color: Light Salmon. HEX triplet: F9, A0 and 7A. RGB value is (249,160,122). Sum of RGB (Red+Green+Blue) = 249+160+122=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A07A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A07A is #065F85. Grayscale: #B6B6B6. Windows color (decimal): -417670 or 8036601. OLE color: 8036601.
HSL color Cylindrical-coordinate representation of color #F9A07A: hue angle of 17.95º 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 #F9A07A is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 160 | 122 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.02 |
| HSL | 17.95º | 0.91% | 0.73% | - |
| HSV(B) | 17.95º | 0.51% | 0.98% | - |
| XYZ | 55.15 | 46.69 | 24.52 | - |
| YUV | 182.28 | 93.99 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 160 | 122 | 0 | 0.36 | 0.51 | 0.02 | 17.95 | 0.91 | 0.73 |
| Hex | F9 | A0 | 7A | 0 | 24 | 33 | 2 | 12 | 5B | 49 |
| Octal | 371 | 240 | 172 | 0 | 44 | 63 | 2 | 22 | 133 | 111 |
| Binary | 11111001 | 10100000 | 1111010 | 0 | 100100 | 110011 | 10 | 10010 | 1011011 | 1001001 |
Color Harmonies of #F9A07A
Complementary color
Monochromatic Colors of #F9A07A
Black with #F9A07A
Text Example
Text Example
White with #F9A07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A07A; }
p { color: rgb(249,160,122); }
H1.HeaderClassName
{
color: #F9A07A;
}
.AnyTagClassName
{
color: #F9A07A;
}
</style>
background-color css
<style>
a { background-color: #F9A07A; }
a { background-color: rgb(249,160,122); }
div.DivClassName
{
background-color: #F9A07A;
}
.BgClassName
{
background-color: #F9A07A;
}
</style>
border-color css
<style>
span { border-color: #F9A07A; }
span { border-color: rgb(249,160,122); }
td.TdClassName
{
border-color: #F9A07A;
}
.TagClassName
{
border-color: #F9A07A;
}
</style>