Shades of Lemon #FCED04
Tints of Lemon #FCED04
RGB
CMYK
RGB Variations
Color information
#FCED04 (or 0xFCED04) is known color: Lemon. HEX triplet: FC, ED and 04. RGB value is (252,237,4). Sum of RGB (Red+Green+Blue) = 252+237+4=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 237 (92.97% from 255 or 48.07% from 493); Blue value is 4 (1.95% from 255 or 0.81% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCED04 is #0312FB. Grayscale: #D7D7D7. Windows color (decimal): -201468 or 323068. OLE color: 323068.
HSL color Cylindrical-coordinate representation of color #FCED04: hue angle of 56.37º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCED04 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 4 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.01 |
| HSL | 56.37º | 0.98% | 0.5% | - |
| HSV(B) | 56.37º | 0.98% | 0.99% | - |
| XYZ | 70.45 | 81.27 | 12.09 | - |
| YUV | 214.92 | 8.97 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 4 | 0 | 0.06 | 0.98 | 0.01 | 56.37 | 0.98 | 0.5 |
| Hex | FC | ED | 4 | 0 | 6 | 62 | 1 | 38 | 62 | 32 |
| Octal | 374 | 355 | 4 | 0 | 6 | 142 | 1 | 70 | 142 | 62 |
| Binary | 11111100 | 11101101 | 100 | 0 | 110 | 1100010 | 1 | 111000 | 1100010 | 110010 |
Color Harmonies of #FCED04
Complementary color
Monochromatic Colors of #FCED04
Black with #FCED04
Text Example
Text Example
White with #FCED04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCED04; }
p { color: rgb(252,237,4); }
H1.HeaderClassName
{
color: #FCED04;
}
.AnyTagClassName
{
color: #FCED04;
}
</style>
background-color css
<style>
a { background-color: #FCED04; }
a { background-color: rgb(252,237,4); }
div.DivClassName
{
background-color: #FCED04;
}
.BgClassName
{
background-color: #FCED04;
}
</style>
border-color css
<style>
span { border-color: #FCED04; }
span { border-color: rgb(252,237,4); }
td.TdClassName
{
border-color: #FCED04;
}
.TagClassName
{
border-color: #FCED04;
}
</style>