Shades of Lemon #FCFE1D
Tints of Lemon #FCFE1D
RGB
CMYK
RGB Variations
Color information
#FCFE1D (or 0xFCFE1D) is known color: Lemon. HEX triplet: FC, FE and 1D. RGB value is (252,254,29). Sum of RGB (Red+Green+Blue) = 252+254+29=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 29 (11.72% from 255 or 5.42% from 535); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFE1D is #0301E2. Grayscale: #E4E4E4. Windows color (decimal): -197091 or 1965820. OLE color: 1965820.
HSL color Cylindrical-coordinate representation of color #FCFE1D: hue angle of 60.53º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FCFE1D is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 29 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.00 |
| HSL | 60.53º | 0.99% | 0.55% | - |
| HSV(B) | 60.53º | 0.89% | 1% | - |
| XYZ | 75.81 | 91.67 | 14.86 | - |
| YUV | 227.75 | 15.84 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 29 | 0.01 | 0 | 0.89 | 0.00 | 60.53 | 0.99 | 0.55 |
| Hex | FC | FE | 1D | 1 | 0 | 59 | 0 | 3D | 63 | 37 |
| Octal | 374 | 376 | 35 | 1 | 0 | 131 | 0 | 75 | 143 | 67 |
| Binary | 11111100 | 11111110 | 11101 | 1 | 0 | 1011001 | 0 | 111101 | 1100011 | 110111 |
Color Harmonies of #FCFE1D
Complementary color
Monochromatic Colors of #FCFE1D
Black with #FCFE1D
Text Example
Text Example
White with #FCFE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE1D; }
p { color: rgb(252,254,29); }
H1.HeaderClassName
{
color: #FCFE1D;
}
.AnyTagClassName
{
color: #FCFE1D;
}
</style>
background-color css
<style>
a { background-color: #FCFE1D; }
a { background-color: rgb(252,254,29); }
div.DivClassName
{
background-color: #FCFE1D;
}
.BgClassName
{
background-color: #FCFE1D;
}
</style>
border-color css
<style>
span { border-color: #FCFE1D; }
span { border-color: rgb(252,254,29); }
td.TdClassName
{
border-color: #FCFE1D;
}
.TagClassName
{
border-color: #FCFE1D;
}
</style>