Shades of Lemon #FEFC20
Tints of Lemon #FEFC20
RGB
CMYK
RGB Variations
Color information
#FEFC20 (or 0xFEFC20) is known color: Lemon. HEX triplet: FE, FC and 20. RGB value is (254,252,32). Sum of RGB (Red+Green+Blue) = 254+252+32=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 32 (12.89% from 255 or 5.95% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFC20 is #0103DF. Grayscale: #E4E4E4. Windows color (decimal): -66528 or 2161918. OLE color: 2161918.
HSL color Cylindrical-coordinate representation of color #FEFC20: hue angle of 59.46º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FEFC20 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 32 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.00 |
| HSL | 59.46º | 0.99% | 0.56% | - |
| HSV(B) | 59.46º | 0.87% | 1% | - |
| XYZ | 75.94 | 90.8 | 14.89 | - |
| YUV | 227.52 | 17.66 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 32 | 0 | 0.01 | 0.87 | 0.00 | 59.46 | 0.99 | 0.56 |
| Hex | FE | FC | 20 | 0 | 1 | 57 | 0 | 3B | 63 | 38 |
| Octal | 376 | 374 | 40 | 0 | 1 | 127 | 0 | 73 | 143 | 70 |
| Binary | 11111110 | 11111100 | 100000 | 0 | 1 | 1010111 | 0 | 111011 | 1100011 | 111000 |
Color Harmonies of #FEFC20
Complementary color
Monochromatic Colors of #FEFC20
Black with #FEFC20
Text Example
Text Example
White with #FEFC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFC20; }
p { color: rgb(254,252,32); }
H1.HeaderClassName
{
color: #FEFC20;
}
.AnyTagClassName
{
color: #FEFC20;
}
</style>
background-color css
<style>
a { background-color: #FEFC20; }
a { background-color: rgb(254,252,32); }
div.DivClassName
{
background-color: #FEFC20;
}
.BgClassName
{
background-color: #FEFC20;
}
</style>
border-color css
<style>
span { border-color: #FEFC20; }
span { border-color: rgb(254,252,32); }
td.TdClassName
{
border-color: #FEFC20;
}
.TagClassName
{
border-color: #FEFC20;
}
</style>