Shades of Lemon #FCED18
Tints of Lemon #FCED18
RGB
CMYK
RGB Variations
Color information
#FCED18 (or 0xFCED18) is known color: Lemon. HEX triplet: FC, ED and 18. RGB value is (252,237,24). Sum of RGB (Red+Green+Blue) = 252+237+24=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 24 (9.77% from 255 or 4.68% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCED18 is #0312E7. Grayscale: #DADADA. Windows color (decimal): -201448 or 1633788. OLE color: 1633788.
HSL color Cylindrical-coordinate representation of color #FCED18: hue angle of 56.05º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCED18 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 24 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.01 |
| HSL | 56.05º | 0.97% | 0.54% | - |
| HSV(B) | 56.05º | 0.9% | 0.99% | - |
| XYZ | 70.59 | 81.33 | 12.84 | - |
| YUV | 217.2 | 18.97 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 24 | 0 | 0.06 | 0.90 | 0.01 | 56.05 | 0.97 | 0.54 |
| Hex | FC | ED | 18 | 0 | 6 | 5A | 1 | 38 | 61 | 36 |
| Octal | 374 | 355 | 30 | 0 | 6 | 132 | 1 | 70 | 141 | 66 |
| Binary | 11111100 | 11101101 | 11000 | 0 | 110 | 1011010 | 1 | 111000 | 1100001 | 110110 |
Color Harmonies of #FCED18
Complementary color
Monochromatic Colors of #FCED18
Black with #FCED18
Text Example
Text Example
White with #FCED18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCED18; }
p { color: rgb(252,237,24); }
H1.HeaderClassName
{
color: #FCED18;
}
.AnyTagClassName
{
color: #FCED18;
}
</style>
background-color css
<style>
a { background-color: #FCED18; }
a { background-color: rgb(252,237,24); }
div.DivClassName
{
background-color: #FCED18;
}
.BgClassName
{
background-color: #FCED18;
}
</style>
border-color css
<style>
span { border-color: #FCED18; }
span { border-color: rgb(252,237,24); }
td.TdClassName
{
border-color: #FCED18;
}
.TagClassName
{
border-color: #FCED18;
}
</style>