Shades of Lemon #FCFE18
Tints of Lemon #FCFE18
RGB
CMYK
RGB Variations
Color information
#FCFE18 (or 0xFCFE18) is known color: Lemon. HEX triplet: FC, FE and 18. RGB value is (252,254,24). Sum of RGB (Red+Green+Blue) = 252+254+24=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 24 (9.77% from 255 or 4.53% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFE18 is #0301E7. Grayscale: #E4E4E4. Windows color (decimal): -197096 or 1638140. OLE color: 1638140.
HSL color Cylindrical-coordinate representation of color #FCFE18: hue angle of 60.52º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FCFE18 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 24 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.00 |
| HSL | 60.52º | 0.99% | 0.55% | - |
| HSV(B) | 60.52º | 0.91% | 1% | - |
| XYZ | 75.75 | 91.65 | 14.56 | - |
| YUV | 227.18 | 13.34 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 24 | 0.01 | 0 | 0.91 | 0.00 | 60.52 | 0.99 | 0.55 |
| Hex | FC | FE | 18 | 1 | 0 | 5B | 0 | 3D | 63 | 37 |
| Octal | 374 | 376 | 30 | 1 | 0 | 133 | 0 | 75 | 143 | 67 |
| Binary | 11111100 | 11111110 | 11000 | 1 | 0 | 1011011 | 0 | 111101 | 1100011 | 110111 |
Color Harmonies of #FCFE18
Complementary color
Monochromatic Colors of #FCFE18
Black with #FCFE18
Text Example
Text Example
White with #FCFE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE18; }
p { color: rgb(252,254,24); }
H1.HeaderClassName
{
color: #FCFE18;
}
.AnyTagClassName
{
color: #FCFE18;
}
</style>
background-color css
<style>
a { background-color: #FCFE18; }
a { background-color: rgb(252,254,24); }
div.DivClassName
{
background-color: #FCFE18;
}
.BgClassName
{
background-color: #FCFE18;
}
</style>
border-color css
<style>
span { border-color: #FCFE18; }
span { border-color: rgb(252,254,24); }
td.TdClassName
{
border-color: #FCFE18;
}
.TagClassName
{
border-color: #FCFE18;
}
</style>