Shades of Lemon #FEEA1A
Tints of Lemon #FEEA1A
RGB
CMYK
RGB Variations
Color information
#FEEA1A (or 0xFEEA1A) is known color: Lemon. HEX triplet: FE, EA and 1A. RGB value is (254,234,26). Sum of RGB (Red+Green+Blue) = 254+234+26=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 26 (10.55% from 255 or 5.06% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEA1A is #0115E5. Grayscale: #D9D9D9. Windows color (decimal): -71142 or 1764094. OLE color: 1764094.
HSL color Cylindrical-coordinate representation of color #FEEA1A: hue angle of 54.74º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FEEA1A is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 26 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.00 |
| HSL | 54.74º | 0.99% | 0.55% | - |
| HSV(B) | 54.74º | 0.9% | 1% | - |
| XYZ | 70.48 | 79.99 | 12.7 | - |
| YUV | 216.27 | 20.63 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 26 | 0 | 0.08 | 0.90 | 0.00 | 54.74 | 0.99 | 0.55 |
| Hex | FE | EA | 1A | 0 | 8 | 5A | 0 | 37 | 63 | 37 |
| Octal | 376 | 352 | 32 | 0 | 10 | 132 | 0 | 67 | 143 | 67 |
| Binary | 11111110 | 11101010 | 11010 | 0 | 1000 | 1011010 | 0 | 110111 | 1100011 | 110111 |
Color Harmonies of #FEEA1A
Complementary color
Monochromatic Colors of #FEEA1A
Black with #FEEA1A
Text Example
Text Example
White with #FEEA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA1A; }
p { color: rgb(254,234,26); }
H1.HeaderClassName
{
color: #FEEA1A;
}
.AnyTagClassName
{
color: #FEEA1A;
}
</style>
background-color css
<style>
a { background-color: #FEEA1A; }
a { background-color: rgb(254,234,26); }
div.DivClassName
{
background-color: #FEEA1A;
}
.BgClassName
{
background-color: #FEEA1A;
}
</style>
border-color css
<style>
span { border-color: #FEEA1A; }
span { border-color: rgb(254,234,26); }
td.TdClassName
{
border-color: #FEEA1A;
}
.TagClassName
{
border-color: #FEEA1A;
}
</style>