Shades of Light Salmon #FEA37C
Tints of Light Salmon #FEA37C
RGB
CMYK
RGB Variations
Color information
#FEA37C (or 0xFEA37C) is known color: Light Salmon. HEX triplet: FE, A3 and 7C. RGB value is (254,163,124). Sum of RGB (Red+Green+Blue) = 254+163+124=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 124 (48.83% from 255 or 22.92% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA37C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA37C is #015C83. Grayscale: #BABABA. Windows color (decimal): -89220 or 8168446. OLE color: 8168446.
HSL color Cylindrical-coordinate representation of color #FEA37C: hue angle of 18º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FEA37C is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 124 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.00 |
| HSL | 18º | 0.98% | 0.74% | - |
| HSV(B) | 18º | 0.51% | 1% | - |
| XYZ | 57.61 | 48.72 | 25.44 | - |
| YUV | 185.76 | 93.15 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 124 | 0 | 0.36 | 0.51 | 0.00 | 18 | 0.98 | 0.74 |
| Hex | FE | A3 | 7C | 0 | 24 | 33 | 0 | 12 | 62 | 4A |
| Octal | 376 | 243 | 174 | 0 | 44 | 63 | 0 | 22 | 142 | 112 |
| Binary | 11111110 | 10100011 | 1111100 | 0 | 100100 | 110011 | 0 | 10010 | 1100010 | 1001010 |
Color Harmonies of #FEA37C
Complementary color
Monochromatic Colors of #FEA37C
Black with #FEA37C
Text Example
Text Example
White with #FEA37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA37C; }
p { color: rgb(254,163,124); }
H1.HeaderClassName
{
color: #FEA37C;
}
.AnyTagClassName
{
color: #FEA37C;
}
</style>
background-color css
<style>
a { background-color: #FEA37C; }
a { background-color: rgb(254,163,124); }
div.DivClassName
{
background-color: #FEA37C;
}
.BgClassName
{
background-color: #FEA37C;
}
</style>
border-color css
<style>
span { border-color: #FEA37C; }
span { border-color: rgb(254,163,124); }
td.TdClassName
{
border-color: #FEA37C;
}
.TagClassName
{
border-color: #FEA37C;
}
</style>