Shades of Light Salmon #F9A885
Tints of Light Salmon #F9A885
RGB
CMYK
RGB Variations
Color information
#F9A885 (or 0xF9A885) is known color: Light Salmon. HEX triplet: F9, A8 and 85. RGB value is (249,168,133). Sum of RGB (Red+Green+Blue) = 249+168+133=550 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.27% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A885 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A885 is #06577A. Grayscale: #BCBCBC. Windows color (decimal): -415611 or 8759545. OLE color: 8759545.
HSL color Cylindrical-coordinate representation of color #F9A885: hue angle of 18.1º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F9A885 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 168 | 133 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.02 |
| HSL | 18.1º | 0.91% | 0.75% | - |
| HSV(B) | 18.1º | 0.47% | 0.98% | - |
| XYZ | 57.3 | 49.84 | 28.79 | - |
| YUV | 188.23 | 96.84 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 168 | 133 | 0 | 0.33 | 0.47 | 0.02 | 18.1 | 0.91 | 0.75 |
| Hex | F9 | A8 | 85 | 0 | 21 | 2F | 2 | 12 | 5B | 4B |
| Octal | 371 | 250 | 205 | 0 | 41 | 57 | 2 | 22 | 133 | 113 |
| Binary | 11111001 | 10101000 | 10000101 | 0 | 100001 | 101111 | 10 | 10010 | 1011011 | 1001011 |
Color Harmonies of #F9A885
Complementary color
Monochromatic Colors of #F9A885
Black with #F9A885
Text Example
Text Example
White with #F9A885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A885; }
p { color: rgb(249,168,133); }
H1.HeaderClassName
{
color: #F9A885;
}
.AnyTagClassName
{
color: #F9A885;
}
</style>
background-color css
<style>
a { background-color: #F9A885; }
a { background-color: rgb(249,168,133); }
div.DivClassName
{
background-color: #F9A885;
}
.BgClassName
{
background-color: #F9A885;
}
</style>
border-color css
<style>
span { border-color: #F9A885; }
span { border-color: rgb(249,168,133); }
td.TdClassName
{
border-color: #F9A885;
}
.TagClassName
{
border-color: #F9A885;
}
</style>