Shades of Lemon #FCE91B
Tints of Lemon #FCE91B
RGB
CMYK
RGB Variations
Color information
#FCE91B (or 0xFCE91B) is known color: Lemon. HEX triplet: FC, E9 and 1B. RGB value is (252,233,27). Sum of RGB (Red+Green+Blue) = 252+233+27=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 27 (10.94% from 255 or 5.27% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE91B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE91B is #0316E4. Grayscale: #D8D8D8. Windows color (decimal): -202469 or 1829372. OLE color: 1829372.
HSL color Cylindrical-coordinate representation of color #FCE91B: hue angle of 54.93º 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 #FCE91B is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 27 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.01 |
| HSL | 54.93º | 0.97% | 0.55% | - |
| HSV(B) | 54.93º | 0.89% | 0.99% | - |
| XYZ | 69.48 | 79.05 | 12.63 | - |
| YUV | 215.2 | 21.79 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 27 | 0 | 0.08 | 0.89 | 0.01 | 54.93 | 0.97 | 0.55 |
| Hex | FC | E9 | 1B | 0 | 8 | 59 | 1 | 37 | 61 | 37 |
| Octal | 374 | 351 | 33 | 0 | 10 | 131 | 1 | 67 | 141 | 67 |
| Binary | 11111100 | 11101001 | 11011 | 0 | 1000 | 1011001 | 1 | 110111 | 1100001 | 110111 |
Color Harmonies of #FCE91B
Complementary color
Monochromatic Colors of #FCE91B
Black with #FCE91B
Text Example
Text Example
White with #FCE91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE91B; }
p { color: rgb(252,233,27); }
H1.HeaderClassName
{
color: #FCE91B;
}
.AnyTagClassName
{
color: #FCE91B;
}
</style>
background-color css
<style>
a { background-color: #FCE91B; }
a { background-color: rgb(252,233,27); }
div.DivClassName
{
background-color: #FCE91B;
}
.BgClassName
{
background-color: #FCE91B;
}
</style>
border-color css
<style>
span { border-color: #FCE91B; }
span { border-color: rgb(252,233,27); }
td.TdClassName
{
border-color: #FCE91B;
}
.TagClassName
{
border-color: #FCE91B;
}
</style>