Shades of Light Salmon #F9A788
Tints of Light Salmon #F9A788
RGB
CMYK
RGB Variations
Color information
#F9A788 (or 0xF9A788) is known color: Light Salmon. HEX triplet: F9, A7 and 88. RGB value is (249,167,136). Sum of RGB (Red+Green+Blue) = 249+167+136=552 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.11% from 552); Green value is 167 (65.62% from 255 or 30.25% from 552); Blue value is 136 (53.52% from 255 or 24.64% from 552); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A788 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A788 is #065877. Grayscale: #BCBCBC. Windows color (decimal): -415864 or 8955897. OLE color: 8955897.
HSL color Cylindrical-coordinate representation of color #F9A788: hue angle of 16.46º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F9A788 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 167 | 136 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.02 |
| HSL | 16.46º | 0.9% | 0.75% | - |
| HSV(B) | 16.46º | 0.45% | 0.98% | - |
| XYZ | 57.33 | 49.55 | 29.84 | - |
| YUV | 187.98 | 98.67 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 167 | 136 | 0 | 0.33 | 0.45 | 0.02 | 16.46 | 0.9 | 0.75 |
| Hex | F9 | A7 | 88 | 0 | 21 | 2D | 2 | 10 | 5A | 4B |
| Octal | 371 | 247 | 210 | 0 | 41 | 55 | 2 | 20 | 132 | 113 |
| Binary | 11111001 | 10100111 | 10001000 | 0 | 100001 | 101101 | 10 | 10000 | 1011010 | 1001011 |
Color Harmonies of #F9A788
Complementary color
Monochromatic Colors of #F9A788
Black with #F9A788
Text Example
Text Example
White with #F9A788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A788; }
p { color: rgb(249,167,136); }
H1.HeaderClassName
{
color: #F9A788;
}
.AnyTagClassName
{
color: #F9A788;
}
</style>
background-color css
<style>
a { background-color: #F9A788; }
a { background-color: rgb(249,167,136); }
div.DivClassName
{
background-color: #F9A788;
}
.BgClassName
{
background-color: #F9A788;
}
</style>
border-color css
<style>
span { border-color: #F9A788; }
span { border-color: rgb(249,167,136); }
td.TdClassName
{
border-color: #F9A788;
}
.TagClassName
{
border-color: #F9A788;
}
</style>