Shades of Light Salmon #F9A781
Tints of Light Salmon #F9A781
RGB
CMYK
RGB Variations
Color information
#F9A781 (or 0xF9A781) is known color: Light Salmon. HEX triplet: F9, A7 and 81. RGB value is (249,167,129). Sum of RGB (Red+Green+Blue) = 249+167+129=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 167 (65.62% from 255 or 30.64% from 545); Blue value is 129 (50.78% from 255 or 23.67% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A781 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A781 is #06587E. Grayscale: #BBBBBB. Windows color (decimal): -415871 or 8497145. OLE color: 8497145.
HSL color Cylindrical-coordinate representation of color #F9A781: hue angle of 19º 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 #F9A781 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 167 | 129 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.02 |
| HSL | 19º | 0.91% | 0.74% | - |
| HSV(B) | 19º | 0.48% | 0.98% | - |
| XYZ | 56.85 | 49.36 | 27.3 | - |
| YUV | 187.19 | 95.17 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 167 | 129 | 0 | 0.33 | 0.48 | 0.02 | 19 | 0.91 | 0.74 |
| Hex | F9 | A7 | 81 | 0 | 21 | 30 | 2 | 13 | 5B | 4A |
| Octal | 371 | 247 | 201 | 0 | 41 | 60 | 2 | 23 | 133 | 112 |
| Binary | 11111001 | 10100111 | 10000001 | 0 | 100001 | 110000 | 10 | 10011 | 1011011 | 1001010 |
Color Harmonies of #F9A781
Complementary color
Monochromatic Colors of #F9A781
Black with #F9A781
Text Example
Text Example
White with #F9A781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A781; }
p { color: rgb(249,167,129); }
H1.HeaderClassName
{
color: #F9A781;
}
.AnyTagClassName
{
color: #F9A781;
}
</style>
background-color css
<style>
a { background-color: #F9A781; }
a { background-color: rgb(249,167,129); }
div.DivClassName
{
background-color: #F9A781;
}
.BgClassName
{
background-color: #F9A781;
}
</style>
border-color css
<style>
span { border-color: #F9A781; }
span { border-color: rgb(249,167,129); }
td.TdClassName
{
border-color: #F9A781;
}
.TagClassName
{
border-color: #F9A781;
}
</style>