Shades of Lemon #FCE020
Tints of Lemon #FCE020
RGB
CMYK
RGB Variations
Color information
#FCE020 (or 0xFCE020) is known color: Lemon. HEX triplet: FC, E0 and 20. RGB value is (252,224,32). Sum of RGB (Red+Green+Blue) = 252+224+32=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 32 (12.89% from 255 or 6.30% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE020 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE020 is #031FDF. Grayscale: #D3D3D3. Windows color (decimal): -204768 or 2154748. OLE color: 2154748.
HSL color Cylindrical-coordinate representation of color #FCE020: hue angle of 52.36º 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 #FCE020 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 32 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.01 |
| HSL | 52.36º | 0.97% | 0.56% | - |
| HSV(B) | 52.36º | 0.87% | 0.99% | - |
| XYZ | 67.06 | 74.11 | 12.14 | - |
| YUV | 210.48 | 27.28 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 32 | 0 | 0.11 | 0.87 | 0.01 | 52.36 | 0.97 | 0.56 |
| Hex | FC | E0 | 20 | 0 | B | 57 | 1 | 34 | 61 | 38 |
| Octal | 374 | 340 | 40 | 0 | 13 | 127 | 1 | 64 | 141 | 70 |
| Binary | 11111100 | 11100000 | 100000 | 0 | 1011 | 1010111 | 1 | 110100 | 1100001 | 111000 |
Color Harmonies of #FCE020
Complementary color
Monochromatic Colors of #FCE020
Black with #FCE020
Text Example
Text Example
White with #FCE020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE020; }
p { color: rgb(252,224,32); }
H1.HeaderClassName
{
color: #FCE020;
}
.AnyTagClassName
{
color: #FCE020;
}
</style>
background-color css
<style>
a { background-color: #FCE020; }
a { background-color: rgb(252,224,32); }
div.DivClassName
{
background-color: #FCE020;
}
.BgClassName
{
background-color: #FCE020;
}
</style>
border-color css
<style>
span { border-color: #FCE020; }
span { border-color: rgb(252,224,32); }
td.TdClassName
{
border-color: #FCE020;
}
.TagClassName
{
border-color: #FCE020;
}
</style>