Shades of Light Salmon #FEA378
Tints of Light Salmon #FEA378
RGB
CMYK
RGB Variations
Color information
#FEA378 (or 0xFEA378) is known color: Light Salmon. HEX triplet: FE, A3 and 78. RGB value is (254,163,120). Sum of RGB (Red+Green+Blue) = 254+163+120=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 163 (64.06% from 255 or 30.35% from 537); Blue value is 120 (47.27% from 255 or 22.35% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA378 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA378 is #015C87. Grayscale: #B9B9B9. Windows color (decimal): -89224 or 7906302. OLE color: 7906302.
HSL color Cylindrical-coordinate representation of color #FEA378: hue angle of 19.25º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FEA378 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 120 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.00 |
| HSL | 19.25º | 0.99% | 0.73% | - |
| HSV(B) | 19.25º | 0.53% | 1% | - |
| XYZ | 57.36 | 48.62 | 24.13 | - |
| YUV | 185.31 | 91.15 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 120 | 0 | 0.36 | 0.53 | 0.00 | 19.25 | 0.99 | 0.73 |
| Hex | FE | A3 | 78 | 0 | 24 | 35 | 0 | 13 | 63 | 49 |
| Octal | 376 | 243 | 170 | 0 | 44 | 65 | 0 | 23 | 143 | 111 |
| Binary | 11111110 | 10100011 | 1111000 | 0 | 100100 | 110101 | 0 | 10011 | 1100011 | 1001001 |
Color Harmonies of #FEA378
Complementary color
Monochromatic Colors of #FEA378
Black with #FEA378
Text Example
Text Example
White with #FEA378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA378; }
p { color: rgb(254,163,120); }
H1.HeaderClassName
{
color: #FEA378;
}
.AnyTagClassName
{
color: #FEA378;
}
</style>
background-color css
<style>
a { background-color: #FEA378; }
a { background-color: rgb(254,163,120); }
div.DivClassName
{
background-color: #FEA378;
}
.BgClassName
{
background-color: #FEA378;
}
</style>
border-color css
<style>
span { border-color: #FEA378; }
span { border-color: rgb(254,163,120); }
td.TdClassName
{
border-color: #FEA378;
}
.TagClassName
{
border-color: #FEA378;
}
</style>