Shades of Light Salmon #FEA789
Tints of Light Salmon #FEA789
RGB
CMYK
RGB Variations
Color information
#FEA789 (or 0xFEA789) is known color: Light Salmon. HEX triplet: FE, A7 and 89. RGB value is (254,167,137). Sum of RGB (Red+Green+Blue) = 254+167+137=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 167 (65.62% from 255 or 29.93% from 558); Blue value is 137 (53.91% from 255 or 24.55% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA789 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA789 is #015876. Grayscale: #BDBDBD. Windows color (decimal): -88183 or 9021438. OLE color: 9021438.
HSL color Cylindrical-coordinate representation of color #FEA789: hue angle of 15.38º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FEA789 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 137 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.00 |
| HSL | 15.38º | 0.98% | 0.77% | - |
| HSV(B) | 15.38º | 0.46% | 1% | - |
| XYZ | 59.21 | 50.51 | 30.3 | - |
| YUV | 189.59 | 98.32 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 137 | 0 | 0.34 | 0.46 | 0.00 | 15.38 | 0.98 | 0.77 |
| Hex | FE | A7 | 89 | 0 | 22 | 2E | 0 | F | 62 | 4D |
| Octal | 376 | 247 | 211 | 0 | 42 | 56 | 0 | 17 | 142 | 115 |
| Binary | 11111110 | 10100111 | 10001001 | 0 | 100010 | 101110 | 0 | 1111 | 1100010 | 1001101 |
Color Harmonies of #FEA789
Complementary color
Monochromatic Colors of #FEA789
Black with #FEA789
Text Example
Text Example
White with #FEA789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA789; }
p { color: rgb(254,167,137); }
H1.HeaderClassName
{
color: #FEA789;
}
.AnyTagClassName
{
color: #FEA789;
}
</style>
background-color css
<style>
a { background-color: #FEA789; }
a { background-color: rgb(254,167,137); }
div.DivClassName
{
background-color: #FEA789;
}
.BgClassName
{
background-color: #FEA789;
}
</style>
border-color css
<style>
span { border-color: #FEA789; }
span { border-color: rgb(254,167,137); }
td.TdClassName
{
border-color: #FEA789;
}
.TagClassName
{
border-color: #FEA789;
}
</style>