Shades of Lemon #FCFE1B
Tints of Lemon #FCFE1B
RGB
CMYK
RGB Variations
Color information
#FCFE1B (or 0xFCFE1B) is known color: Lemon. HEX triplet: FC, FE and 1B. RGB value is (252,254,27). Sum of RGB (Red+Green+Blue) = 252+254+27=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 27 (10.94% from 255 or 5.07% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFE1B is #0301E4. Grayscale: #E4E4E4. Windows color (decimal): -197093 or 1834748. OLE color: 1834748.
HSL color Cylindrical-coordinate representation of color #FCFE1B: 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 #FCFE1B is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 27 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.00 |
| HSL | 60.53º | 0.99% | 0.55% | - |
| HSV(B) | 60.53º | 0.89% | 1% | - |
| XYZ | 75.78 | 91.66 | 14.73 | - |
| YUV | 227.52 | 14.84 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 27 | 0.01 | 0 | 0.89 | 0.00 | 60.53 | 0.99 | 0.55 |
| Hex | FC | FE | 1B | 1 | 0 | 59 | 0 | 3D | 63 | 37 |
| Octal | 374 | 376 | 33 | 1 | 0 | 131 | 0 | 75 | 143 | 67 |
| Binary | 11111100 | 11111110 | 11011 | 1 | 0 | 1011001 | 0 | 111101 | 1100011 | 110111 |
Color Harmonies of #FCFE1B
Complementary color
Monochromatic Colors of #FCFE1B
Black with #FCFE1B
Text Example
Text Example
White with #FCFE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE1B; }
p { color: rgb(252,254,27); }
H1.HeaderClassName
{
color: #FCFE1B;
}
.AnyTagClassName
{
color: #FCFE1B;
}
</style>
background-color css
<style>
a { background-color: #FCFE1B; }
a { background-color: rgb(252,254,27); }
div.DivClassName
{
background-color: #FCFE1B;
}
.BgClassName
{
background-color: #FCFE1B;
}
</style>
border-color css
<style>
span { border-color: #FCFE1B; }
span { border-color: rgb(252,254,27); }
td.TdClassName
{
border-color: #FCFE1B;
}
.TagClassName
{
border-color: #FCFE1B;
}
</style>