Shades of Lemon #FCFE1E
Tints of Lemon #FCFE1E
RGB
CMYK
RGB Variations
Color information
#FCFE1E (or 0xFCFE1E) is known color: Lemon. HEX triplet: FC, FE and 1E. RGB value is (252,254,30). Sum of RGB (Red+Green+Blue) = 252+254+30=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 30 (12.11% from 255 or 5.60% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFE1E is #0301E1. Grayscale: #E4E4E4. Windows color (decimal): -197090 or 2031356. OLE color: 2031356.
HSL color Cylindrical-coordinate representation of color #FCFE1E: hue angle of 60.54º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FCFE1E is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 30 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.00 |
| HSL | 60.54º | 0.99% | 0.56% | - |
| HSV(B) | 60.54º | 0.88% | 1% | - |
| XYZ | 75.82 | 91.67 | 14.93 | - |
| YUV | 227.87 | 16.34 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 30 | 0.01 | 0 | 0.88 | 0.00 | 60.54 | 0.99 | 0.56 |
| Hex | FC | FE | 1E | 1 | 0 | 58 | 0 | 3D | 63 | 38 |
| Octal | 374 | 376 | 36 | 1 | 0 | 130 | 0 | 75 | 143 | 70 |
| Binary | 11111100 | 11111110 | 11110 | 1 | 0 | 1011000 | 0 | 111101 | 1100011 | 111000 |
Color Harmonies of #FCFE1E
Complementary color
Monochromatic Colors of #FCFE1E
Black with #FCFE1E
Text Example
Text Example
White with #FCFE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE1E; }
p { color: rgb(252,254,30); }
H1.HeaderClassName
{
color: #FCFE1E;
}
.AnyTagClassName
{
color: #FCFE1E;
}
</style>
background-color css
<style>
a { background-color: #FCFE1E; }
a { background-color: rgb(252,254,30); }
div.DivClassName
{
background-color: #FCFE1E;
}
.BgClassName
{
background-color: #FCFE1E;
}
</style>
border-color css
<style>
span { border-color: #FCFE1E; }
span { border-color: rgb(252,254,30); }
td.TdClassName
{
border-color: #FCFE1E;
}
.TagClassName
{
border-color: #FCFE1E;
}
</style>