Shades of Lemon #FCE823
Tints of Lemon #FCE823
RGB
CMYK
RGB Variations
Color information
#FCE823 (or 0xFCE823) is known color: Lemon. HEX triplet: FC, E8 and 23. RGB value is (252,232,35). Sum of RGB (Red+Green+Blue) = 252+232+35=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 232 (91.02% from 255 or 44.70% from 519); Blue value is 35 (14.06% from 255 or 6.74% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE823 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE823 is #0317DC. Grayscale: #D8D8D8. Windows color (decimal): -202717 or 2353404. OLE color: 2353404.
HSL color Cylindrical-coordinate representation of color #FCE823: hue angle of 54.47º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FCE823 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 35 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.01 |
| HSL | 54.47º | 0.97% | 0.56% | - |
| HSV(B) | 54.47º | 0.86% | 0.99% | - |
| XYZ | 69.3 | 78.53 | 13.1 | - |
| YUV | 215.52 | 26.13 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 35 | 0 | 0.08 | 0.86 | 0.01 | 54.47 | 0.97 | 0.56 |
| Hex | FC | E8 | 23 | 0 | 8 | 56 | 1 | 36 | 61 | 38 |
| Octal | 374 | 350 | 43 | 0 | 10 | 126 | 1 | 66 | 141 | 70 |
| Binary | 11111100 | 11101000 | 100011 | 0 | 1000 | 1010110 | 1 | 110110 | 1100001 | 111000 |
Color Harmonies of #FCE823
Complementary color
Monochromatic Colors of #FCE823
Black with #FCE823
Text Example
Text Example
White with #FCE823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE823; }
p { color: rgb(252,232,35); }
H1.HeaderClassName
{
color: #FCE823;
}
.AnyTagClassName
{
color: #FCE823;
}
</style>
background-color css
<style>
a { background-color: #FCE823; }
a { background-color: rgb(252,232,35); }
div.DivClassName
{
background-color: #FCE823;
}
.BgClassName
{
background-color: #FCE823;
}
</style>
border-color css
<style>
span { border-color: #FCE823; }
span { border-color: rgb(252,232,35); }
td.TdClassName
{
border-color: #FCE823;
}
.TagClassName
{
border-color: #FCE823;
}
</style>