Shades of Lemon #FCE90F
Tints of Lemon #FCE90F
RGB
CMYK
RGB Variations
Color information
#FCE90F (or 0xFCE90F) is known color: Lemon. HEX triplet: FC, E9 and 0F. RGB value is (252,233,15). Sum of RGB (Red+Green+Blue) = 252+233+15=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 233 (91.41% from 255 or 46.6% from 500); Blue value is 15 (6.25% from 255 or 3% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE90F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE90F is #0316F0. Grayscale: #D6D6D6. Windows color (decimal): -202481 or 1042940. OLE color: 1042940.
HSL color Cylindrical-coordinate representation of color #FCE90F: hue angle of 55.19º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCE90F is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 15 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.01 |
| HSL | 55.19º | 0.98% | 0.52% | - |
| HSV(B) | 55.19º | 0.94% | 0.99% | - |
| XYZ | 69.37 | 79.01 | 12.05 | - |
| YUV | 213.83 | 15.79 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 15 | 0 | 0.08 | 0.94 | 0.01 | 55.19 | 0.98 | 0.52 |
| Hex | FC | E9 | F | 0 | 8 | 5E | 1 | 37 | 62 | 34 |
| Octal | 374 | 351 | 17 | 0 | 10 | 136 | 1 | 67 | 142 | 64 |
| Binary | 11111100 | 11101001 | 1111 | 0 | 1000 | 1011110 | 1 | 110111 | 1100010 | 110100 |
Color Harmonies of #FCE90F
Complementary color
Monochromatic Colors of #FCE90F
Black with #FCE90F
Text Example
Text Example
White with #FCE90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE90F; }
p { color: rgb(252,233,15); }
H1.HeaderClassName
{
color: #FCE90F;
}
.AnyTagClassName
{
color: #FCE90F;
}
</style>
background-color css
<style>
a { background-color: #FCE90F; }
a { background-color: rgb(252,233,15); }
div.DivClassName
{
background-color: #FCE90F;
}
.BgClassName
{
background-color: #FCE90F;
}
</style>
border-color css
<style>
span { border-color: #FCE90F; }
span { border-color: rgb(252,233,15); }
td.TdClassName
{
border-color: #FCE90F;
}
.TagClassName
{
border-color: #FCE90F;
}
</style>