Shades of Light Salmon #F9A478
Tints of Light Salmon #F9A478
RGB
CMYK
RGB Variations
Color information
#F9A478 (or 0xF9A478) is known color: Light Salmon. HEX triplet: F9, A4 and 78. RGB value is (249,164,120). Sum of RGB (Red+Green+Blue) = 249+164+120=533 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.72% from 533); Green value is 164 (64.45% from 255 or 30.77% from 533); Blue value is 120 (47.27% from 255 or 22.51% from 533); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A478 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A478 is #065B87. Grayscale: #B8B8B8. Windows color (decimal): -416648 or 7906553. OLE color: 7906553.
HSL color Cylindrical-coordinate representation of color #F9A478: hue angle of 20.47º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F9A478 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 164 | 120 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.02 |
| HSL | 20.47º | 0.91% | 0.72% | - |
| HSV(B) | 20.47º | 0.52% | 0.98% | - |
| XYZ | 55.73 | 48.05 | 24.11 | - |
| YUV | 184.4 | 91.66 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 164 | 120 | 0 | 0.34 | 0.52 | 0.02 | 20.47 | 0.91 | 0.72 |
| Hex | F9 | A4 | 78 | 0 | 22 | 34 | 2 | 14 | 5B | 48 |
| Octal | 371 | 244 | 170 | 0 | 42 | 64 | 2 | 24 | 133 | 110 |
| Binary | 11111001 | 10100100 | 1111000 | 0 | 100010 | 110100 | 10 | 10100 | 1011011 | 1001000 |
Color Harmonies of #F9A478
Complementary color
Monochromatic Colors of #F9A478
Black with #F9A478
Text Example
Text Example
White with #F9A478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A478; }
p { color: rgb(249,164,120); }
H1.HeaderClassName
{
color: #F9A478;
}
.AnyTagClassName
{
color: #F9A478;
}
</style>
background-color css
<style>
a { background-color: #F9A478; }
a { background-color: rgb(249,164,120); }
div.DivClassName
{
background-color: #F9A478;
}
.BgClassName
{
background-color: #F9A478;
}
</style>
border-color css
<style>
span { border-color: #F9A478; }
span { border-color: rgb(249,164,120); }
td.TdClassName
{
border-color: #F9A478;
}
.TagClassName
{
border-color: #F9A478;
}
</style>