Shades of Lemon #FCEB19
Tints of Lemon #FCEB19
RGB
CMYK
RGB Variations
Color information
#FCEB19 (or 0xFCEB19) is known color: Lemon. HEX triplet: FC, EB and 19. RGB value is (252,235,25). Sum of RGB (Red+Green+Blue) = 252+235+25=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 25 (10.16% from 255 or 4.88% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEB19 is #0314E6. Grayscale: #D9D9D9. Windows color (decimal): -201959 or 1698812. OLE color: 1698812.
HSL color Cylindrical-coordinate representation of color #FCEB19: hue angle of 55.51º 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 #FCEB19 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 25 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.01 |
| HSL | 55.51º | 0.97% | 0.54% | - |
| HSV(B) | 55.51º | 0.9% | 0.99% | - |
| XYZ | 70.03 | 80.18 | 12.71 | - |
| YUV | 216.14 | 20.13 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 25 | 0 | 0.07 | 0.90 | 0.01 | 55.51 | 0.97 | 0.54 |
| Hex | FC | EB | 19 | 0 | 7 | 5A | 1 | 38 | 61 | 36 |
| Octal | 374 | 353 | 31 | 0 | 7 | 132 | 1 | 70 | 141 | 66 |
| Binary | 11111100 | 11101011 | 11001 | 0 | 111 | 1011010 | 1 | 111000 | 1100001 | 110110 |
Color Harmonies of #FCEB19
Complementary color
Monochromatic Colors of #FCEB19
Black with #FCEB19
Text Example
Text Example
White with #FCEB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEB19; }
p { color: rgb(252,235,25); }
H1.HeaderClassName
{
color: #FCEB19;
}
.AnyTagClassName
{
color: #FCEB19;
}
</style>
background-color css
<style>
a { background-color: #FCEB19; }
a { background-color: rgb(252,235,25); }
div.DivClassName
{
background-color: #FCEB19;
}
.BgClassName
{
background-color: #FCEB19;
}
</style>
border-color css
<style>
span { border-color: #FCEB19; }
span { border-color: rgb(252,235,25); }
td.TdClassName
{
border-color: #FCEB19;
}
.TagClassName
{
border-color: #FCEB19;
}
</style>