Shades of Lemon #FCE91C
Tints of Lemon #FCE91C
RGB
CMYK
RGB Variations
Color information
#FCE91C (or 0xFCE91C) is known color: Lemon. HEX triplet: FC, E9 and 1C. RGB value is (252,233,28). Sum of RGB (Red+Green+Blue) = 252+233+28=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 233 (91.41% from 255 or 45.42% from 513); Blue value is 28 (11.33% from 255 or 5.46% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE91C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE91C is #0316E3. Grayscale: #D8D8D8. Windows color (decimal): -202468 or 1894908. OLE color: 1894908.
HSL color Cylindrical-coordinate representation of color #FCE91C: hue angle of 54.91º 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 #FCE91C is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 28 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.01 |
| HSL | 54.91º | 0.97% | 0.55% | - |
| HSV(B) | 54.91º | 0.89% | 0.99% | - |
| XYZ | 69.49 | 79.06 | 12.7 | - |
| YUV | 215.31 | 22.29 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 28 | 0 | 0.08 | 0.89 | 0.01 | 54.91 | 0.97 | 0.55 |
| Hex | FC | E9 | 1C | 0 | 8 | 59 | 1 | 37 | 61 | 37 |
| Octal | 374 | 351 | 34 | 0 | 10 | 131 | 1 | 67 | 141 | 67 |
| Binary | 11111100 | 11101001 | 11100 | 0 | 1000 | 1011001 | 1 | 110111 | 1100001 | 110111 |
Color Harmonies of #FCE91C
Complementary color
Monochromatic Colors of #FCE91C
Black with #FCE91C
Text Example
Text Example
White with #FCE91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE91C; }
p { color: rgb(252,233,28); }
H1.HeaderClassName
{
color: #FCE91C;
}
.AnyTagClassName
{
color: #FCE91C;
}
</style>
background-color css
<style>
a { background-color: #FCE91C; }
a { background-color: rgb(252,233,28); }
div.DivClassName
{
background-color: #FCE91C;
}
.BgClassName
{
background-color: #FCE91C;
}
</style>
border-color css
<style>
span { border-color: #FCE91C; }
span { border-color: rgb(252,233,28); }
td.TdClassName
{
border-color: #FCE91C;
}
.TagClassName
{
border-color: #FCE91C;
}
</style>