Shades of Lemon #FCE90E
Tints of Lemon #FCE90E
RGB
CMYK
RGB Variations
Color information
#FCE90E (or 0xFCE90E) is known color: Lemon. HEX triplet: FC, E9 and 0E. RGB value is (252,233,14). Sum of RGB (Red+Green+Blue) = 252+233+14=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 233 (91.41% from 255 or 46.69% from 499); Blue value is 14 (5.86% from 255 or 2.81% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE90E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE90E is #0316F1. Grayscale: #D6D6D6. Windows color (decimal): -202482 or 977404. OLE color: 977404.
HSL color Cylindrical-coordinate representation of color #FCE90E: hue angle of 55.21º 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 #FCE90E is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 14 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.01 |
| HSL | 55.21º | 0.98% | 0.52% | - |
| HSV(B) | 55.21º | 0.94% | 0.99% | - |
| XYZ | 69.36 | 79 | 12.01 | - |
| YUV | 213.72 | 15.29 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 14 | 0 | 0.08 | 0.94 | 0.01 | 55.21 | 0.98 | 0.52 |
| Hex | FC | E9 | E | 0 | 8 | 5E | 1 | 37 | 62 | 34 |
| Octal | 374 | 351 | 16 | 0 | 10 | 136 | 1 | 67 | 142 | 64 |
| Binary | 11111100 | 11101001 | 1110 | 0 | 1000 | 1011110 | 1 | 110111 | 1100010 | 110100 |
Color Harmonies of #FCE90E
Complementary color
Monochromatic Colors of #FCE90E
Black with #FCE90E
Text Example
Text Example
White with #FCE90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE90E; }
p { color: rgb(252,233,14); }
H1.HeaderClassName
{
color: #FCE90E;
}
.AnyTagClassName
{
color: #FCE90E;
}
</style>
background-color css
<style>
a { background-color: #FCE90E; }
a { background-color: rgb(252,233,14); }
div.DivClassName
{
background-color: #FCE90E;
}
.BgClassName
{
background-color: #FCE90E;
}
</style>
border-color css
<style>
span { border-color: #FCE90E; }
span { border-color: rgb(252,233,14); }
td.TdClassName
{
border-color: #FCE90E;
}
.TagClassName
{
border-color: #FCE90E;
}
</style>