Shades of Light Salmon #FEA477
Tints of Light Salmon #FEA477
RGB
CMYK
RGB Variations
Color information
#FEA477 (or 0xFEA477) is known color: Light Salmon. HEX triplet: FE, A4 and 77. RGB value is (254,164,119). Sum of RGB (Red+Green+Blue) = 254+164+119=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 164 (64.45% from 255 or 30.54% from 537); Blue value is 119 (46.88% from 255 or 22.16% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA477 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA477 is #015B88. Grayscale: #BABABA. Windows color (decimal): -88969 or 7841022. OLE color: 7841022.
HSL color Cylindrical-coordinate representation of color #FEA477: hue angle of 20º 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 #FEA477 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 119 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.00 |
| HSL | 20º | 0.99% | 0.73% | - |
| HSV(B) | 20º | 0.53% | 1% | - |
| XYZ | 57.48 | 48.95 | 23.87 | - |
| YUV | 185.78 | 90.32 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 119 | 0 | 0.35 | 0.53 | 0.00 | 20 | 0.99 | 0.73 |
| Hex | FE | A4 | 77 | 0 | 23 | 35 | 0 | 14 | 63 | 49 |
| Octal | 376 | 244 | 167 | 0 | 43 | 65 | 0 | 24 | 143 | 111 |
| Binary | 11111110 | 10100100 | 1110111 | 0 | 100011 | 110101 | 0 | 10100 | 1100011 | 1001001 |
Color Harmonies of #FEA477
Complementary color
Monochromatic Colors of #FEA477
Black with #FEA477
Text Example
Text Example
White with #FEA477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA477; }
p { color: rgb(254,164,119); }
H1.HeaderClassName
{
color: #FEA477;
}
.AnyTagClassName
{
color: #FEA477;
}
</style>
background-color css
<style>
a { background-color: #FEA477; }
a { background-color: rgb(254,164,119); }
div.DivClassName
{
background-color: #FEA477;
}
.BgClassName
{
background-color: #FEA477;
}
</style>
border-color css
<style>
span { border-color: #FEA477; }
span { border-color: rgb(254,164,119); }
td.TdClassName
{
border-color: #FEA477;
}
.TagClassName
{
border-color: #FEA477;
}
</style>