Shades of Light Salmon #F9A384
Tints of Light Salmon #F9A384
RGB
CMYK
RGB Variations
Color information
#F9A384 (or 0xF9A384) is known color: Light Salmon. HEX triplet: F9, A3 and 84. RGB value is (249,163,132). Sum of RGB (Red+Green+Blue) = 249+163+132=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 163 (64.06% from 255 or 29.96% from 544); Blue value is 132 (51.95% from 255 or 24.26% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A384 is #065C7B. Grayscale: #B9B9B9. Windows color (decimal): -416892 or 8692729. OLE color: 8692729.
HSL color Cylindrical-coordinate representation of color #F9A384: hue angle of 15.9º 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 #F9A384 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 163 | 132 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.02 |
| HSL | 15.9º | 0.91% | 0.75% | - |
| HSV(B) | 15.9º | 0.47% | 0.98% | - |
| XYZ | 56.33 | 48 | 28.13 | - |
| YUV | 185.18 | 97.99 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 163 | 132 | 0 | 0.35 | 0.47 | 0.02 | 15.9 | 0.91 | 0.75 |
| Hex | F9 | A3 | 84 | 0 | 23 | 2F | 2 | 10 | 5B | 4B |
| Octal | 371 | 243 | 204 | 0 | 43 | 57 | 2 | 20 | 133 | 113 |
| Binary | 11111001 | 10100011 | 10000100 | 0 | 100011 | 101111 | 10 | 10000 | 1011011 | 1001011 |
Color Harmonies of #F9A384
Complementary color
Monochromatic Colors of #F9A384
Black with #F9A384
Text Example
Text Example
White with #F9A384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A384; }
p { color: rgb(249,163,132); }
H1.HeaderClassName
{
color: #F9A384;
}
.AnyTagClassName
{
color: #F9A384;
}
</style>
background-color css
<style>
a { background-color: #F9A384; }
a { background-color: rgb(249,163,132); }
div.DivClassName
{
background-color: #F9A384;
}
.BgClassName
{
background-color: #F9A384;
}
</style>
border-color css
<style>
span { border-color: #F9A384; }
span { border-color: rgb(249,163,132); }
td.TdClassName
{
border-color: #F9A384;
}
.TagClassName
{
border-color: #F9A384;
}
</style>