Shades of Lemon #FCED20
Tints of Lemon #FCED20
RGB
CMYK
RGB Variations
Color information
#FCED20 (or 0xFCED20) is known color: Lemon. HEX triplet: FC, ED and 20. RGB value is (252,237,32). Sum of RGB (Red+Green+Blue) = 252+237+32=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 32 (12.89% from 255 or 6.14% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCED20 is #0312DF. Grayscale: #DADADA. Windows color (decimal): -201440 or 2158076. OLE color: 2158076.
HSL color Cylindrical-coordinate representation of color #FCED20: hue angle of 55.91º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FCED20 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 32 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.01 |
| HSL | 55.91º | 0.97% | 0.56% | - |
| HSV(B) | 55.91º | 0.87% | 0.99% | - |
| XYZ | 70.69 | 81.37 | 13.35 | - |
| YUV | 218.12 | 22.97 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 32 | 0 | 0.06 | 0.87 | 0.01 | 55.91 | 0.97 | 0.56 |
| Hex | FC | ED | 20 | 0 | 6 | 57 | 1 | 38 | 61 | 38 |
| Octal | 374 | 355 | 40 | 0 | 6 | 127 | 1 | 70 | 141 | 70 |
| Binary | 11111100 | 11101101 | 100000 | 0 | 110 | 1010111 | 1 | 111000 | 1100001 | 111000 |
Color Harmonies of #FCED20
Complementary color
Monochromatic Colors of #FCED20
Black with #FCED20
Text Example
Text Example
White with #FCED20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCED20; }
p { color: rgb(252,237,32); }
H1.HeaderClassName
{
color: #FCED20;
}
.AnyTagClassName
{
color: #FCED20;
}
</style>
background-color css
<style>
a { background-color: #FCED20; }
a { background-color: rgb(252,237,32); }
div.DivClassName
{
background-color: #FCED20;
}
.BgClassName
{
background-color: #FCED20;
}
</style>
border-color css
<style>
span { border-color: #FCED20; }
span { border-color: rgb(252,237,32); }
td.TdClassName
{
border-color: #FCED20;
}
.TagClassName
{
border-color: #FCED20;
}
</style>