Shades of Lemon #FEEF02
Tints of Lemon #FEEF02
RGB
CMYK
RGB Variations
Color information
#FEEF02 (or 0xFEEF02) is known color: Lemon. HEX triplet: FE, EF and 02. RGB value is (254,239,2). Sum of RGB (Red+Green+Blue) = 254+239+2=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 2 (1.17% from 255 or 0.40% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEF02 is #0110FD. Grayscale: #D9D9D9. Windows color (decimal): -69886 or 192510. OLE color: 192510.
HSL color Cylindrical-coordinate representation of color #FEEF02: hue angle of 56.43º 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 #FEEF02 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 2 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.00 |
| HSL | 56.43º | 0.99% | 0.5% | - |
| HSV(B) | 56.43º | 0.99% | 1% | - |
| XYZ | 71.75 | 82.81 | 12.26 | - |
| YUV | 216.47 | 6.97 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 2 | 0 | 0.06 | 0.99 | 0.00 | 56.43 | 0.99 | 0.5 |
| Hex | FE | EF | 2 | 0 | 6 | 63 | 0 | 38 | 63 | 32 |
| Octal | 376 | 357 | 2 | 0 | 6 | 143 | 0 | 70 | 143 | 62 |
| Binary | 11111110 | 11101111 | 10 | 0 | 110 | 1100011 | 0 | 111000 | 1100011 | 110010 |
Color Harmonies of #FEEF02
Complementary color
Monochromatic Colors of #FEEF02
Black with #FEEF02
Text Example
Text Example
White with #FEEF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF02; }
p { color: rgb(254,239,2); }
H1.HeaderClassName
{
color: #FEEF02;
}
.AnyTagClassName
{
color: #FEEF02;
}
</style>
background-color css
<style>
a { background-color: #FEEF02; }
a { background-color: rgb(254,239,2); }
div.DivClassName
{
background-color: #FEEF02;
}
.BgClassName
{
background-color: #FEEF02;
}
</style>
border-color css
<style>
span { border-color: #FEEF02; }
span { border-color: rgb(254,239,2); }
td.TdClassName
{
border-color: #FEEF02;
}
.TagClassName
{
border-color: #FEEF02;
}
</style>