Shades of Lemon #FEEA1C
Tints of Lemon #FEEA1C
RGB
CMYK
RGB Variations
Color information
#FEEA1C (or 0xFEEA1C) is known color: Lemon. HEX triplet: FE, EA and 1C. RGB value is (254,234,28). Sum of RGB (Red+Green+Blue) = 254+234+28=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 234 (91.80% from 255 or 45.35% from 516); Blue value is 28 (11.33% from 255 or 5.43% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEA1C is #0115E3. Grayscale: #D9D9D9. Windows color (decimal): -71140 or 1895166. OLE color: 1895166.
HSL color Cylindrical-coordinate representation of color #FEEA1C: hue angle of 54.69º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FEEA1C is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 28 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.00 |
| HSL | 54.69º | 0.99% | 0.55% | - |
| HSV(B) | 54.69º | 0.89% | 1% | - |
| XYZ | 70.51 | 80 | 12.82 | - |
| YUV | 216.5 | 21.63 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 28 | 0 | 0.08 | 0.89 | 0.00 | 54.69 | 0.99 | 0.55 |
| Hex | FE | EA | 1C | 0 | 8 | 59 | 0 | 37 | 63 | 37 |
| Octal | 376 | 352 | 34 | 0 | 10 | 131 | 0 | 67 | 143 | 67 |
| Binary | 11111110 | 11101010 | 11100 | 0 | 1000 | 1011001 | 0 | 110111 | 1100011 | 110111 |
Color Harmonies of #FEEA1C
Complementary color
Monochromatic Colors of #FEEA1C
Black with #FEEA1C
Text Example
Text Example
White with #FEEA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA1C; }
p { color: rgb(254,234,28); }
H1.HeaderClassName
{
color: #FEEA1C;
}
.AnyTagClassName
{
color: #FEEA1C;
}
</style>
background-color css
<style>
a { background-color: #FEEA1C; }
a { background-color: rgb(254,234,28); }
div.DivClassName
{
background-color: #FEEA1C;
}
.BgClassName
{
background-color: #FEEA1C;
}
</style>
border-color css
<style>
span { border-color: #FEEA1C; }
span { border-color: rgb(254,234,28); }
td.TdClassName
{
border-color: #FEEA1C;
}
.TagClassName
{
border-color: #FEEA1C;
}
</style>