Shades of Lemon #FCE91A
Tints of Lemon #FCE91A
RGB
CMYK
RGB Variations
Color information
#FCE91A (or 0xFCE91A) is known color: Lemon. HEX triplet: FC, E9 and 1A. RGB value is (252,233,26). Sum of RGB (Red+Green+Blue) = 252+233+26=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 233 (91.41% from 255 or 45.60% from 511); Blue value is 26 (10.55% from 255 or 5.09% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE91A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE91A is #0316E5. Grayscale: #D7D7D7. Windows color (decimal): -202470 or 1763836. OLE color: 1763836.
HSL color Cylindrical-coordinate representation of color #FCE91A: hue angle of 54.96º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCE91A is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 26 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.01 |
| HSL | 54.96º | 0.97% | 0.55% | - |
| HSV(B) | 54.96º | 0.9% | 0.99% | - |
| XYZ | 69.47 | 79.05 | 12.57 | - |
| YUV | 215.08 | 21.29 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 26 | 0 | 0.08 | 0.90 | 0.01 | 54.96 | 0.97 | 0.55 |
| Hex | FC | E9 | 1A | 0 | 8 | 5A | 1 | 37 | 61 | 37 |
| Octal | 374 | 351 | 32 | 0 | 10 | 132 | 1 | 67 | 141 | 67 |
| Binary | 11111100 | 11101001 | 11010 | 0 | 1000 | 1011010 | 1 | 110111 | 1100001 | 110111 |
Color Harmonies of #FCE91A
Complementary color
Monochromatic Colors of #FCE91A
Black with #FCE91A
Text Example
Text Example
White with #FCE91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE91A; }
p { color: rgb(252,233,26); }
H1.HeaderClassName
{
color: #FCE91A;
}
.AnyTagClassName
{
color: #FCE91A;
}
</style>
background-color css
<style>
a { background-color: #FCE91A; }
a { background-color: rgb(252,233,26); }
div.DivClassName
{
background-color: #FCE91A;
}
.BgClassName
{
background-color: #FCE91A;
}
</style>
border-color css
<style>
span { border-color: #FCE91A; }
span { border-color: rgb(252,233,26); }
td.TdClassName
{
border-color: #FCE91A;
}
.TagClassName
{
border-color: #FCE91A;
}
</style>