Shades of Lemon #FCE90C
Tints of Lemon #FCE90C
RGB
CMYK
RGB Variations
Color information
#FCE90C (or 0xFCE90C) is known color: Lemon. HEX triplet: FC, E9 and 0C. RGB value is (252,233,12). Sum of RGB (Red+Green+Blue) = 252+233+12=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 233 (91.41% from 255 or 46.88% from 497); Blue value is 12 (5.08% from 255 or 2.41% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE90C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE90C is #0316F3. Grayscale: #D6D6D6. Windows color (decimal): -202484 or 846332. OLE color: 846332.
HSL color Cylindrical-coordinate representation of color #FCE90C: hue angle of 55.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FCE90C is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 12 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.01 |
| HSL | 55.25º | 0.98% | 0.52% | - |
| HSV(B) | 55.25º | 0.95% | 0.99% | - |
| XYZ | 69.35 | 79 | 11.94 | - |
| YUV | 213.49 | 14.29 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 12 | 0 | 0.08 | 0.95 | 0.01 | 55.25 | 0.98 | 0.52 |
| Hex | FC | E9 | C | 0 | 8 | 5F | 1 | 37 | 62 | 34 |
| Octal | 374 | 351 | 14 | 0 | 10 | 137 | 1 | 67 | 142 | 64 |
| Binary | 11111100 | 11101001 | 1100 | 0 | 1000 | 1011111 | 1 | 110111 | 1100010 | 110100 |
Color Harmonies of #FCE90C
Complementary color
Monochromatic Colors of #FCE90C
Black with #FCE90C
Text Example
Text Example
White with #FCE90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE90C; }
p { color: rgb(252,233,12); }
H1.HeaderClassName
{
color: #FCE90C;
}
.AnyTagClassName
{
color: #FCE90C;
}
</style>
background-color css
<style>
a { background-color: #FCE90C; }
a { background-color: rgb(252,233,12); }
div.DivClassName
{
background-color: #FCE90C;
}
.BgClassName
{
background-color: #FCE90C;
}
</style>
border-color css
<style>
span { border-color: #FCE90C; }
span { border-color: rgb(252,233,12); }
td.TdClassName
{
border-color: #FCE90C;
}
.TagClassName
{
border-color: #FCE90C;
}
</style>