Shades of Lemon #FEEE1C
Tints of Lemon #FEEE1C
RGB
CMYK
RGB Variations
Color information
#FEEE1C (or 0xFEEE1C) is known color: Lemon. HEX triplet: FE, EE and 1C. RGB value is (254,238,28). Sum of RGB (Red+Green+Blue) = 254+238+28=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 28 (11.33% from 255 or 5.38% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEE1C is #0111E3. Grayscale: #DBDBDB. Windows color (decimal): -70116 or 1896190. OLE color: 1896190.
HSL color Cylindrical-coordinate representation of color #FEEE1C: hue angle of 55.75º 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 #FEEE1C is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 28 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.00 |
| HSL | 55.75º | 0.99% | 0.55% | - |
| HSV(B) | 55.75º | 0.89% | 1% | - |
| XYZ | 71.66 | 82.3 | 13.21 | - |
| YUV | 218.84 | 20.3 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 28 | 0 | 0.06 | 0.89 | 0.00 | 55.75 | 0.99 | 0.55 |
| Hex | FE | EE | 1C | 0 | 6 | 59 | 0 | 38 | 63 | 37 |
| Octal | 376 | 356 | 34 | 0 | 6 | 131 | 0 | 70 | 143 | 67 |
| Binary | 11111110 | 11101110 | 11100 | 0 | 110 | 1011001 | 0 | 111000 | 1100011 | 110111 |
Color Harmonies of #FEEE1C
Complementary color
Monochromatic Colors of #FEEE1C
Black with #FEEE1C
Text Example
Text Example
White with #FEEE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEE1C; }
p { color: rgb(254,238,28); }
H1.HeaderClassName
{
color: #FEEE1C;
}
.AnyTagClassName
{
color: #FEEE1C;
}
</style>
background-color css
<style>
a { background-color: #FEEE1C; }
a { background-color: rgb(254,238,28); }
div.DivClassName
{
background-color: #FEEE1C;
}
.BgClassName
{
background-color: #FEEE1C;
}
</style>
border-color css
<style>
span { border-color: #FEEE1C; }
span { border-color: rgb(254,238,28); }
td.TdClassName
{
border-color: #FEEE1C;
}
.TagClassName
{
border-color: #FEEE1C;
}
</style>