Shades of Light Salmon #F9A881
Tints of Light Salmon #F9A881
RGB
CMYK
RGB Variations
Color information
#F9A881 (or 0xF9A881) is known color: Light Salmon. HEX triplet: F9, A8 and 81. RGB value is (249,168,129). Sum of RGB (Red+Green+Blue) = 249+168+129=546 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.60% from 546); Green value is 168 (66.02% from 255 or 30.77% from 546); Blue value is 129 (50.78% from 255 or 23.63% from 546); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A881 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A881 is #06577E. Grayscale: #BCBCBC. Windows color (decimal): -415615 or 8497401. OLE color: 8497401.
HSL color Cylindrical-coordinate representation of color #F9A881: hue angle of 19.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F9A881 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 168 | 129 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.02 |
| HSL | 19.5º | 0.91% | 0.74% | - |
| HSV(B) | 19.5º | 0.48% | 0.98% | - |
| XYZ | 57.03 | 49.73 | 27.36 | - |
| YUV | 187.77 | 94.84 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 168 | 129 | 0 | 0.33 | 0.48 | 0.02 | 19.5 | 0.91 | 0.74 |
| Hex | F9 | A8 | 81 | 0 | 21 | 30 | 2 | 14 | 5B | 4A |
| Octal | 371 | 250 | 201 | 0 | 41 | 60 | 2 | 24 | 133 | 112 |
| Binary | 11111001 | 10101000 | 10000001 | 0 | 100001 | 110000 | 10 | 10100 | 1011011 | 1001010 |
Color Harmonies of #F9A881
Complementary color
Monochromatic Colors of #F9A881
Black with #F9A881
Text Example
Text Example
White with #F9A881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A881; }
p { color: rgb(249,168,129); }
H1.HeaderClassName
{
color: #F9A881;
}
.AnyTagClassName
{
color: #F9A881;
}
</style>
background-color css
<style>
a { background-color: #F9A881; }
a { background-color: rgb(249,168,129); }
div.DivClassName
{
background-color: #F9A881;
}
.BgClassName
{
background-color: #F9A881;
}
</style>
border-color css
<style>
span { border-color: #F9A881; }
span { border-color: rgb(249,168,129); }
td.TdClassName
{
border-color: #F9A881;
}
.TagClassName
{
border-color: #F9A881;
}
</style>