Shades of Lemon #FCE119
Tints of Lemon #FCE119
RGB
CMYK
RGB Variations
Color information
#FCE119 (or 0xFCE119) is known color: Lemon. HEX triplet: FC, E1 and 19. RGB value is (252,225,25). Sum of RGB (Red+Green+Blue) = 252+225+25=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 25 (10.16% from 255 or 4.98% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE119 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE119 is #031EE6. Grayscale: #D3D3D3. Windows color (decimal): -204519 or 1696252. OLE color: 1696252.
HSL color Cylindrical-coordinate representation of color #FCE119: hue angle of 52.86º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCE119 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 25 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.01 |
| HSL | 52.86º | 0.97% | 0.54% | - |
| HSV(B) | 52.86º | 0.9% | 0.99% | - |
| XYZ | 67.25 | 74.62 | 11.78 | - |
| YUV | 210.27 | 23.45 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 25 | 0 | 0.11 | 0.90 | 0.01 | 52.86 | 0.97 | 0.54 |
| Hex | FC | E1 | 19 | 0 | B | 5A | 1 | 35 | 61 | 36 |
| Octal | 374 | 341 | 31 | 0 | 13 | 132 | 1 | 65 | 141 | 66 |
| Binary | 11111100 | 11100001 | 11001 | 0 | 1011 | 1011010 | 1 | 110101 | 1100001 | 110110 |
Color Harmonies of #FCE119
Complementary color
Monochromatic Colors of #FCE119
Black with #FCE119
Text Example
Text Example
White with #FCE119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE119; }
p { color: rgb(252,225,25); }
H1.HeaderClassName
{
color: #FCE119;
}
.AnyTagClassName
{
color: #FCE119;
}
</style>
background-color css
<style>
a { background-color: #FCE119; }
a { background-color: rgb(252,225,25); }
div.DivClassName
{
background-color: #FCE119;
}
.BgClassName
{
background-color: #FCE119;
}
</style>
border-color css
<style>
span { border-color: #FCE119; }
span { border-color: rgb(252,225,25); }
td.TdClassName
{
border-color: #FCE119;
}
.TagClassName
{
border-color: #FCE119;
}
</style>