Shades of Lemon #FEEE02
Tints of Lemon #FEEE02
RGB
CMYK
RGB Variations
Color information
#FEEE02 (or 0xFEEE02) is known color: Lemon. HEX triplet: FE, EE and 02. RGB value is (254,238,2). Sum of RGB (Red+Green+Blue) = 254+238+2=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 238 (93.36% from 255 or 48.18% from 494); Blue value is 2 (1.17% from 255 or 0.40% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEE02 is #0111FD. Grayscale: #D8D8D8. Windows color (decimal): -70142 or 192254. OLE color: 192254.
HSL color Cylindrical-coordinate representation of color #FEEE02: hue angle of 56.19º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FEEE02 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 2 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.00 |
| HSL | 56.19º | 0.99% | 0.5% | - |
| HSV(B) | 56.19º | 0.99% | 1% | - |
| XYZ | 71.46 | 82.22 | 12.16 | - |
| YUV | 215.88 | 7.3 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 2 | 0 | 0.06 | 0.99 | 0.00 | 56.19 | 0.99 | 0.5 |
| Hex | FE | EE | 2 | 0 | 6 | 63 | 0 | 38 | 63 | 32 |
| Octal | 376 | 356 | 2 | 0 | 6 | 143 | 0 | 70 | 143 | 62 |
| Binary | 11111110 | 11101110 | 10 | 0 | 110 | 1100011 | 0 | 111000 | 1100011 | 110010 |
Color Harmonies of #FEEE02
Complementary color
Monochromatic Colors of #FEEE02
Black with #FEEE02
Text Example
Text Example
White with #FEEE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEE02; }
p { color: rgb(254,238,2); }
H1.HeaderClassName
{
color: #FEEE02;
}
.AnyTagClassName
{
color: #FEEE02;
}
</style>
background-color css
<style>
a { background-color: #FEEE02; }
a { background-color: rgb(254,238,2); }
div.DivClassName
{
background-color: #FEEE02;
}
.BgClassName
{
background-color: #FEEE02;
}
</style>
border-color css
<style>
span { border-color: #FEEE02; }
span { border-color: rgb(254,238,2); }
td.TdClassName
{
border-color: #FEEE02;
}
.TagClassName
{
border-color: #FEEE02;
}
</style>