Shades of Lemon #FCFD18
Tints of Lemon #FCFD18
RGB
CMYK
RGB Variations
Color information
#FCFD18 (or 0xFCFD18) is known color: Lemon. HEX triplet: FC, FD and 18. RGB value is (252,253,24). Sum of RGB (Red+Green+Blue) = 252+253+24=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 24 (9.77% from 255 or 4.54% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFD18 is #0302E7. Grayscale: #E3E3E3. Windows color (decimal): -197352 or 1637884. OLE color: 1637884.
HSL color Cylindrical-coordinate representation of color #FCFD18: hue angle of 60.26º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FCFD18 is Cyan = 0.00, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 24 | - |
| CMYK | 0.00 | 0 | 0.91 | 0.01 |
| HSL | 60.26º | 0.98% | 0.54% | - |
| HSV(B) | 60.26º | 0.91% | 0.99% | - |
| XYZ | 75.44 | 91.01 | 14.46 | - |
| YUV | 226.6 | 13.67 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 24 | 0.00 | 0 | 0.91 | 0.01 | 60.26 | 0.98 | 0.54 |
| Hex | FC | FD | 18 | 0 | 0 | 5B | 1 | 3C | 62 | 36 |
| Octal | 374 | 375 | 30 | 0 | 0 | 133 | 1 | 74 | 142 | 66 |
| Binary | 11111100 | 11111101 | 11000 | 0 | 0 | 1011011 | 1 | 111100 | 1100010 | 110110 |
Color Harmonies of #FCFD18
Complementary color
Monochromatic Colors of #FCFD18
Black with #FCFD18
Text Example
Text Example
White with #FCFD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFD18; }
p { color: rgb(252,253,24); }
H1.HeaderClassName
{
color: #FCFD18;
}
.AnyTagClassName
{
color: #FCFD18;
}
</style>
background-color css
<style>
a { background-color: #FCFD18; }
a { background-color: rgb(252,253,24); }
div.DivClassName
{
background-color: #FCFD18;
}
.BgClassName
{
background-color: #FCFD18;
}
</style>
border-color css
<style>
span { border-color: #FCFD18; }
span { border-color: rgb(252,253,24); }
td.TdClassName
{
border-color: #FCFD18;
}
.TagClassName
{
border-color: #FCFD18;
}
</style>