Shades of Lemon #FCE81B
Tints of Lemon #FCE81B
RGB
CMYK
RGB Variations
Color information
#FCE81B (or 0xFCE81B) is known color: Lemon. HEX triplet: FC, E8 and 1B. RGB value is (252,232,27). Sum of RGB (Red+Green+Blue) = 252+232+27=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 232 (91.02% from 255 or 45.40% from 511); Blue value is 27 (10.94% from 255 or 5.28% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE81B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE81B is #0317E4. Grayscale: #D7D7D7. Windows color (decimal): -202725 or 1829116. OLE color: 1829116.
HSL color Cylindrical-coordinate representation of color #FCE81B: hue angle of 54.67º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FCE81B is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 27 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.01 |
| HSL | 54.67º | 0.97% | 0.55% | - |
| HSV(B) | 54.67º | 0.89% | 0.99% | - |
| XYZ | 69.2 | 78.49 | 12.54 | - |
| YUV | 214.61 | 22.13 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 27 | 0 | 0.08 | 0.89 | 0.01 | 54.67 | 0.97 | 0.55 |
| Hex | FC | E8 | 1B | 0 | 8 | 59 | 1 | 37 | 61 | 37 |
| Octal | 374 | 350 | 33 | 0 | 10 | 131 | 1 | 67 | 141 | 67 |
| Binary | 11111100 | 11101000 | 11011 | 0 | 1000 | 1011001 | 1 | 110111 | 1100001 | 110111 |
Color Harmonies of #FCE81B
Complementary color
Monochromatic Colors of #FCE81B
Black with #FCE81B
Text Example
Text Example
White with #FCE81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE81B; }
p { color: rgb(252,232,27); }
H1.HeaderClassName
{
color: #FCE81B;
}
.AnyTagClassName
{
color: #FCE81B;
}
</style>
background-color css
<style>
a { background-color: #FCE81B; }
a { background-color: rgb(252,232,27); }
div.DivClassName
{
background-color: #FCE81B;
}
.BgClassName
{
background-color: #FCE81B;
}
</style>
border-color css
<style>
span { border-color: #FCE81B; }
span { border-color: rgb(252,232,27); }
td.TdClassName
{
border-color: #FCE81B;
}
.TagClassName
{
border-color: #FCE81B;
}
</style>