Shades of Lemon #FCFE1F
Tints of Lemon #FCFE1F
RGB
CMYK
RGB Variations
Color information
#FCFE1F (or 0xFCFE1F) is known color: Lemon. HEX triplet: FC, FE and 1F. RGB value is (252,254,31). Sum of RGB (Red+Green+Blue) = 252+254+31=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 31 (12.5% from 255 or 5.77% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFE1F is #0301E0. Grayscale: #E4E4E4. Windows color (decimal): -197089 or 2096892. OLE color: 2096892.
HSL color Cylindrical-coordinate representation of color #FCFE1F: 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 #FCFE1F is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 31 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.00 |
| HSL | 60.54º | 0.99% | 0.56% | - |
| HSV(B) | 60.54º | 0.88% | 1% | - |
| XYZ | 75.83 | 91.68 | 15 | - |
| YUV | 227.98 | 16.84 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 31 | 0.01 | 0 | 0.88 | 0.00 | 60.54 | 0.99 | 0.56 |
| Hex | FC | FE | 1F | 1 | 0 | 58 | 0 | 3D | 63 | 38 |
| Octal | 374 | 376 | 37 | 1 | 0 | 130 | 0 | 75 | 143 | 70 |
| Binary | 11111100 | 11111110 | 11111 | 1 | 0 | 1011000 | 0 | 111101 | 1100011 | 111000 |
Color Harmonies of #FCFE1F
Complementary color
Monochromatic Colors of #FCFE1F
Black with #FCFE1F
Text Example
Text Example
White with #FCFE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE1F; }
p { color: rgb(252,254,31); }
H1.HeaderClassName
{
color: #FCFE1F;
}
.AnyTagClassName
{
color: #FCFE1F;
}
</style>
background-color css
<style>
a { background-color: #FCFE1F; }
a { background-color: rgb(252,254,31); }
div.DivClassName
{
background-color: #FCFE1F;
}
.BgClassName
{
background-color: #FCFE1F;
}
</style>
border-color css
<style>
span { border-color: #FCFE1F; }
span { border-color: rgb(252,254,31); }
td.TdClassName
{
border-color: #FCFE1F;
}
.TagClassName
{
border-color: #FCFE1F;
}
</style>