Shades of Lemon #FCEA19
Tints of Lemon #FCEA19
RGB
CMYK
RGB Variations
Color information
#FCEA19 (or 0xFCEA19) is known color: Lemon. HEX triplet: FC, EA and 19. RGB value is (252,234,25). Sum of RGB (Red+Green+Blue) = 252+234+25=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 25 (10.16% from 255 or 4.89% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEA19 is #0315E6. Grayscale: #D8D8D8. Windows color (decimal): -202215 or 1698556. OLE color: 1698556.
HSL color Cylindrical-coordinate representation of color #FCEA19: hue angle of 55.24º 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 #FCEA19 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 25 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.01 |
| HSL | 55.24º | 0.97% | 0.54% | - |
| HSV(B) | 55.24º | 0.9% | 0.99% | - |
| XYZ | 69.74 | 79.61 | 12.61 | - |
| YUV | 215.56 | 20.46 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 25 | 0 | 0.07 | 0.90 | 0.01 | 55.24 | 0.97 | 0.54 |
| Hex | FC | EA | 19 | 0 | 7 | 5A | 1 | 37 | 61 | 36 |
| Octal | 374 | 352 | 31 | 0 | 7 | 132 | 1 | 67 | 141 | 66 |
| Binary | 11111100 | 11101010 | 11001 | 0 | 111 | 1011010 | 1 | 110111 | 1100001 | 110110 |
Color Harmonies of #FCEA19
Complementary color
Monochromatic Colors of #FCEA19
Black with #FCEA19
Text Example
Text Example
White with #FCEA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEA19; }
p { color: rgb(252,234,25); }
H1.HeaderClassName
{
color: #FCEA19;
}
.AnyTagClassName
{
color: #FCEA19;
}
</style>
background-color css
<style>
a { background-color: #FCEA19; }
a { background-color: rgb(252,234,25); }
div.DivClassName
{
background-color: #FCEA19;
}
.BgClassName
{
background-color: #FCEA19;
}
</style>
border-color css
<style>
span { border-color: #FCEA19; }
span { border-color: rgb(252,234,25); }
td.TdClassName
{
border-color: #FCEA19;
}
.TagClassName
{
border-color: #FCEA19;
}
</style>