Shades of Lemon #FEEA1B
Tints of Lemon #FEEA1B
RGB
CMYK
RGB Variations
Color information
#FEEA1B (or 0xFEEA1B) is known color: Lemon. HEX triplet: FE, EA and 1B. RGB value is (254,234,27). Sum of RGB (Red+Green+Blue) = 254+234+27=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 27 (10.94% from 255 or 5.24% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEA1B is #0115E4. Grayscale: #D9D9D9. Windows color (decimal): -71141 or 1829630. OLE color: 1829630.
HSL color Cylindrical-coordinate representation of color #FEEA1B: hue angle of 54.71º 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 #FEEA1B is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 27 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.00 |
| HSL | 54.71º | 0.99% | 0.55% | - |
| HSV(B) | 54.71º | 0.89% | 1% | - |
| XYZ | 70.49 | 80 | 12.76 | - |
| YUV | 216.38 | 21.13 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 27 | 0 | 0.08 | 0.89 | 0.00 | 54.71 | 0.99 | 0.55 |
| Hex | FE | EA | 1B | 0 | 8 | 59 | 0 | 37 | 63 | 37 |
| Octal | 376 | 352 | 33 | 0 | 10 | 131 | 0 | 67 | 143 | 67 |
| Binary | 11111110 | 11101010 | 11011 | 0 | 1000 | 1011001 | 0 | 110111 | 1100011 | 110111 |
Color Harmonies of #FEEA1B
Complementary color
Monochromatic Colors of #FEEA1B
Black with #FEEA1B
Text Example
Text Example
White with #FEEA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA1B; }
p { color: rgb(254,234,27); }
H1.HeaderClassName
{
color: #FEEA1B;
}
.AnyTagClassName
{
color: #FEEA1B;
}
</style>
background-color css
<style>
a { background-color: #FEEA1B; }
a { background-color: rgb(254,234,27); }
div.DivClassName
{
background-color: #FEEA1B;
}
.BgClassName
{
background-color: #FEEA1B;
}
</style>
border-color css
<style>
span { border-color: #FEEA1B; }
span { border-color: rgb(254,234,27); }
td.TdClassName
{
border-color: #FEEA1B;
}
.TagClassName
{
border-color: #FEEA1B;
}
</style>