Shades of Lemon #FCFF20
Tints of Lemon #FCFF20
RGB
CMYK
RGB Variations
Color information
#FCFF20 (or 0xFCFF20) is known color: Lemon. HEX triplet: FC, FF and 20. RGB value is (252,255,32). Sum of RGB (Red+Green+Blue) = 252+255+32=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 32 (12.89% from 255 or 5.94% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFF20 is #0300DF. Grayscale: #E5E5E5. Windows color (decimal): -196832 or 2162684. OLE color: 2162684.
HSL color Cylindrical-coordinate representation of color #FCFF20: hue angle of 60.81º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FCFF20 is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 32 | - |
| CMYK | 0.01 | 0 | 0.87 | 0 |
| HSL | 60.81º | 1% | 0.56% | - |
| HSV(B) | 60.81º | 0.87% | 1% | - |
| XYZ | 76.17 | 92.32 | 15.17 | - |
| YUV | 228.68 | 17.01 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 32 | 0.01 | 0 | 0.87 | 0 | 60.81 | 1 | 0.56 |
| Hex | FC | FF | 20 | 1 | 0 | 57 | 0 | 3D | 64 | 38 |
| Octal | 374 | 377 | 40 | 1 | 0 | 127 | 0 | 75 | 144 | 70 |
| Binary | 11111100 | 11111111 | 100000 | 1 | 0 | 1010111 | 0 | 111101 | 1100100 | 111000 |
Color Harmonies of #FCFF20
Complementary color
Monochromatic Colors of #FCFF20
Black with #FCFF20
Text Example
Text Example
White with #FCFF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF20; }
p { color: rgb(252,255,32); }
H1.HeaderClassName
{
color: #FCFF20;
}
.AnyTagClassName
{
color: #FCFF20;
}
</style>
background-color css
<style>
a { background-color: #FCFF20; }
a { background-color: rgb(252,255,32); }
div.DivClassName
{
background-color: #FCFF20;
}
.BgClassName
{
background-color: #FCFF20;
}
</style>
border-color css
<style>
span { border-color: #FCFF20; }
span { border-color: rgb(252,255,32); }
td.TdClassName
{
border-color: #FCFF20;
}
.TagClassName
{
border-color: #FCFF20;
}
</style>