Shades of Lemon #FCDC18
Tints of Lemon #FCDC18
RGB
CMYK
RGB Variations
Color information
#FCDC18 (or 0xFCDC18) is known color: Lemon. HEX triplet: FC, DC and 18. RGB value is (252,220,24). Sum of RGB (Red+Green+Blue) = 252+220+24=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 24 (9.77% from 255 or 4.84% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDC18 is #0323E7. Grayscale: #D0D0D0. Windows color (decimal): -205800 or 1629436. OLE color: 1629436.
HSL color Cylindrical-coordinate representation of color #FCDC18: hue angle of 51.58º 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 #FCDC18 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 24 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.01 |
| HSL | 51.58º | 0.97% | 0.54% | - |
| HSV(B) | 51.58º | 0.9% | 0.99% | - |
| XYZ | 65.9 | 71.95 | 11.28 | - |
| YUV | 207.22 | 24.6 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 24 | 0 | 0.13 | 0.90 | 0.01 | 51.58 | 0.97 | 0.54 |
| Hex | FC | DC | 18 | 0 | D | 5A | 1 | 34 | 61 | 36 |
| Octal | 374 | 334 | 30 | 0 | 15 | 132 | 1 | 64 | 141 | 66 |
| Binary | 11111100 | 11011100 | 11000 | 0 | 1101 | 1011010 | 1 | 110100 | 1100001 | 110110 |
Color Harmonies of #FCDC18
Complementary color
Monochromatic Colors of #FCDC18
Black with #FCDC18
Text Example
Text Example
White with #FCDC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC18; }
p { color: rgb(252,220,24); }
H1.HeaderClassName
{
color: #FCDC18;
}
.AnyTagClassName
{
color: #FCDC18;
}
</style>
background-color css
<style>
a { background-color: #FCDC18; }
a { background-color: rgb(252,220,24); }
div.DivClassName
{
background-color: #FCDC18;
}
.BgClassName
{
background-color: #FCDC18;
}
</style>
border-color css
<style>
span { border-color: #FCDC18; }
span { border-color: rgb(252,220,24); }
td.TdClassName
{
border-color: #FCDC18;
}
.TagClassName
{
border-color: #FCDC18;
}
</style>