Shades of Light Salmon #FEA078
Tints of Light Salmon #FEA078
RGB
CMYK
RGB Variations
Color information
#FEA078 (or 0xFEA078) is known color: Light Salmon. HEX triplet: FE, A0 and 78. RGB value is (254,160,120). Sum of RGB (Red+Green+Blue) = 254+160+120=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 120 (47.27% from 255 or 22.47% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA078 is #015F87. Grayscale: #B7B7B7. Windows color (decimal): -89992 or 7905534. OLE color: 7905534.
HSL color Cylindrical-coordinate representation of color #FEA078: hue angle of 17.91º 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 #FEA078 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 120 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.00 |
| HSL | 17.91º | 0.99% | 0.73% | - |
| HSV(B) | 17.91º | 0.53% | 1% | - |
| XYZ | 56.83 | 47.57 | 23.96 | - |
| YUV | 183.55 | 92.14 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 120 | 0 | 0.37 | 0.53 | 0.00 | 17.91 | 0.99 | 0.73 |
| Hex | FE | A0 | 78 | 0 | 25 | 35 | 0 | 12 | 63 | 49 |
| Octal | 376 | 240 | 170 | 0 | 45 | 65 | 0 | 22 | 143 | 111 |
| Binary | 11111110 | 10100000 | 1111000 | 0 | 100101 | 110101 | 0 | 10010 | 1100011 | 1001001 |
Color Harmonies of #FEA078
Complementary color
Monochromatic Colors of #FEA078
Black with #FEA078
Text Example
Text Example
White with #FEA078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA078; }
p { color: rgb(254,160,120); }
H1.HeaderClassName
{
color: #FEA078;
}
.AnyTagClassName
{
color: #FEA078;
}
</style>
background-color css
<style>
a { background-color: #FEA078; }
a { background-color: rgb(254,160,120); }
div.DivClassName
{
background-color: #FEA078;
}
.BgClassName
{
background-color: #FEA078;
}
</style>
border-color css
<style>
span { border-color: #FEA078; }
span { border-color: rgb(254,160,120); }
td.TdClassName
{
border-color: #FEA078;
}
.TagClassName
{
border-color: #FEA078;
}
</style>