Shades of Lemon #FCFE20
Tints of Lemon #FCFE20
RGB
CMYK
RGB Variations
Color information
#FCFE20 (or 0xFCFE20) is known color: Lemon. HEX triplet: FC, FE and 20. RGB value is (252,254,32). Sum of RGB (Red+Green+Blue) = 252+254+32=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 32 (12.89% from 255 or 5.95% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFE20 is #0301DF. Grayscale: #E4E4E4. Windows color (decimal): -197088 or 2162428. OLE color: 2162428.
HSL color Cylindrical-coordinate representation of color #FCFE20: hue angle of 60.54º 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 #FCFE20 is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 32 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.00 |
| HSL | 60.54º | 0.99% | 0.56% | - |
| HSV(B) | 60.54º | 0.87% | 1% | - |
| XYZ | 75.85 | 91.68 | 15.07 | - |
| YUV | 228.09 | 17.34 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 32 | 0.01 | 0 | 0.87 | 0.00 | 60.54 | 0.99 | 0.56 |
| Hex | FC | FE | 20 | 1 | 0 | 57 | 0 | 3D | 63 | 38 |
| Octal | 374 | 376 | 40 | 1 | 0 | 127 | 0 | 75 | 143 | 70 |
| Binary | 11111100 | 11111110 | 100000 | 1 | 0 | 1010111 | 0 | 111101 | 1100011 | 111000 |
Color Harmonies of #FCFE20
Complementary color
Monochromatic Colors of #FCFE20
Black with #FCFE20
Text Example
Text Example
White with #FCFE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE20; }
p { color: rgb(252,254,32); }
H1.HeaderClassName
{
color: #FCFE20;
}
.AnyTagClassName
{
color: #FCFE20;
}
</style>
background-color css
<style>
a { background-color: #FCFE20; }
a { background-color: rgb(252,254,32); }
div.DivClassName
{
background-color: #FCFE20;
}
.BgClassName
{
background-color: #FCFE20;
}
</style>
border-color css
<style>
span { border-color: #FCFE20; }
span { border-color: rgb(252,254,32); }
td.TdClassName
{
border-color: #FCFE20;
}
.TagClassName
{
border-color: #FCFE20;
}
</style>