Shades of Light Salmon #FEA587
Tints of Light Salmon #FEA587
RGB
CMYK
RGB Variations
Color information
#FEA587 (or 0xFEA587) is known color: Light Salmon. HEX triplet: FE, A5 and 87. RGB value is (254,165,135). Sum of RGB (Red+Green+Blue) = 254+165+135=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 165 (64.84% from 255 or 29.78% from 554); Blue value is 135 (53.12% from 255 or 24.37% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA587 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA587 is #015A78. Grayscale: #BCBCBC. Windows color (decimal): -88697 or 8889854. OLE color: 8889854.
HSL color Cylindrical-coordinate representation of color #FEA587: hue angle of 15.13º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FEA587 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 135 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.00 |
| HSL | 15.13º | 0.98% | 0.76% | - |
| HSV(B) | 15.13º | 0.47% | 1% | - |
| XYZ | 58.7 | 49.73 | 29.43 | - |
| YUV | 188.19 | 97.99 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 135 | 0 | 0.35 | 0.47 | 0.00 | 15.13 | 0.98 | 0.76 |
| Hex | FE | A5 | 87 | 0 | 23 | 2F | 0 | F | 62 | 4C |
| Octal | 376 | 245 | 207 | 0 | 43 | 57 | 0 | 17 | 142 | 114 |
| Binary | 11111110 | 10100101 | 10000111 | 0 | 100011 | 101111 | 0 | 1111 | 1100010 | 1001100 |
Color Harmonies of #FEA587
Complementary color
Monochromatic Colors of #FEA587
Black with #FEA587
Text Example
Text Example
White with #FEA587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA587; }
p { color: rgb(254,165,135); }
H1.HeaderClassName
{
color: #FEA587;
}
.AnyTagClassName
{
color: #FEA587;
}
</style>
background-color css
<style>
a { background-color: #FEA587; }
a { background-color: rgb(254,165,135); }
div.DivClassName
{
background-color: #FEA587;
}
.BgClassName
{
background-color: #FEA587;
}
</style>
border-color css
<style>
span { border-color: #FEA587; }
span { border-color: rgb(254,165,135); }
td.TdClassName
{
border-color: #FEA587;
}
.TagClassName
{
border-color: #FEA587;
}
</style>