Shades of Lemon #FCE620
Tints of Lemon #FCE620
RGB
CMYK
RGB Variations
Color information
#FCE620 (or 0xFCE620) is known color: Lemon. HEX triplet: FC, E6 and 20. RGB value is (252,230,32). Sum of RGB (Red+Green+Blue) = 252+230+32=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 230 (90.23% from 255 or 44.75% from 514); Blue value is 32 (12.89% from 255 or 6.23% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE620 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE620 is #0319DF. Grayscale: #D6D6D6. Windows color (decimal): -203232 or 2156284. OLE color: 2156284.
HSL color Cylindrical-coordinate representation of color #FCE620: hue angle of 54º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FCE620 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 32 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.01 |
| HSL | 54º | 0.97% | 0.56% | - |
| HSV(B) | 54º | 0.87% | 0.99% | - |
| XYZ | 68.7 | 77.39 | 12.68 | - |
| YUV | 214.01 | 25.29 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 32 | 0 | 0.09 | 0.87 | 0.01 | 54 | 0.97 | 0.56 |
| Hex | FC | E6 | 20 | 0 | 9 | 57 | 1 | 36 | 61 | 38 |
| Octal | 374 | 346 | 40 | 0 | 11 | 127 | 1 | 66 | 141 | 70 |
| Binary | 11111100 | 11100110 | 100000 | 0 | 1001 | 1010111 | 1 | 110110 | 1100001 | 111000 |
Color Harmonies of #FCE620
Complementary color
Monochromatic Colors of #FCE620
Black with #FCE620
Text Example
Text Example
White with #FCE620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE620; }
p { color: rgb(252,230,32); }
H1.HeaderClassName
{
color: #FCE620;
}
.AnyTagClassName
{
color: #FCE620;
}
</style>
background-color css
<style>
a { background-color: #FCE620; }
a { background-color: rgb(252,230,32); }
div.DivClassName
{
background-color: #FCE620;
}
.BgClassName
{
background-color: #FCE620;
}
</style>
border-color css
<style>
span { border-color: #FCE620; }
span { border-color: rgb(252,230,32); }
td.TdClassName
{
border-color: #FCE620;
}
.TagClassName
{
border-color: #FCE620;
}
</style>