Shades of Light Salmon #FAA378
Tints of Light Salmon #FAA378
RGB
CMYK
RGB Variations
Color information
#FAA378 (or 0xFAA378) is known color: Light Salmon. HEX triplet: FA, A3 and 78. RGB value is (250,163,120). Sum of RGB (Red+Green+Blue) = 250+163+120=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 120 (47.27% from 255 or 22.51% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA378 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA378 is #055C87. Grayscale: #B8B8B8. Windows color (decimal): -351368 or 7906298. OLE color: 7906298.
HSL color Cylindrical-coordinate representation of color #FAA378: hue angle of 19.85º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FAA378 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 120 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.02 |
| HSL | 19.85º | 0.93% | 0.73% | - |
| HSV(B) | 19.85º | 0.52% | 0.98% | - |
| XYZ | 55.91 | 47.87 | 24.06 | - |
| YUV | 184.11 | 91.82 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 120 | 0 | 0.35 | 0.52 | 0.02 | 19.85 | 0.93 | 0.73 |
| Hex | FA | A3 | 78 | 0 | 23 | 34 | 2 | 14 | 5D | 49 |
| Octal | 372 | 243 | 170 | 0 | 43 | 64 | 2 | 24 | 135 | 111 |
| Binary | 11111010 | 10100011 | 1111000 | 0 | 100011 | 110100 | 10 | 10100 | 1011101 | 1001001 |
Color Harmonies of #FAA378
Complementary color
Monochromatic Colors of #FAA378
Black with #FAA378
Text Example
Text Example
White with #FAA378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA378; }
p { color: rgb(250,163,120); }
H1.HeaderClassName
{
color: #FAA378;
}
.AnyTagClassName
{
color: #FAA378;
}
</style>
background-color css
<style>
a { background-color: #FAA378; }
a { background-color: rgb(250,163,120); }
div.DivClassName
{
background-color: #FAA378;
}
.BgClassName
{
background-color: #FAA378;
}
</style>
border-color css
<style>
span { border-color: #FAA378; }
span { border-color: rgb(250,163,120); }
td.TdClassName
{
border-color: #FAA378;
}
.TagClassName
{
border-color: #FAA378;
}
</style>