Shades of Lemon #FCE113
Tints of Lemon #FCE113
RGB
CMYK
RGB Variations
Color information
#FCE113 (or 0xFCE113) is known color: Lemon. HEX triplet: FC, E1 and 13. RGB value is (252,225,19). Sum of RGB (Red+Green+Blue) = 252+225+19=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 225 (88.28% from 255 or 45.36% from 496); Blue value is 19 (7.81% from 255 or 3.83% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE113 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE113 is #031EEC. Grayscale: #D2D2D2. Windows color (decimal): -204525 or 1303036. OLE color: 1303036.
HSL color Cylindrical-coordinate representation of color #FCE113: hue angle of 53.05º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCE113 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 19 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.01 |
| HSL | 53.05º | 0.97% | 0.53% | - |
| HSV(B) | 53.05º | 0.92% | 0.99% | - |
| XYZ | 67.19 | 74.59 | 11.47 | - |
| YUV | 209.59 | 20.45 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 19 | 0 | 0.11 | 0.92 | 0.01 | 53.05 | 0.97 | 0.53 |
| Hex | FC | E1 | 13 | 0 | B | 5C | 1 | 35 | 61 | 35 |
| Octal | 374 | 341 | 23 | 0 | 13 | 134 | 1 | 65 | 141 | 65 |
| Binary | 11111100 | 11100001 | 10011 | 0 | 1011 | 1011100 | 1 | 110101 | 1100001 | 110101 |
Color Harmonies of #FCE113
Complementary color
Monochromatic Colors of #FCE113
Black with #FCE113
Text Example
Text Example
White with #FCE113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE113; }
p { color: rgb(252,225,19); }
H1.HeaderClassName
{
color: #FCE113;
}
.AnyTagClassName
{
color: #FCE113;
}
</style>
background-color css
<style>
a { background-color: #FCE113; }
a { background-color: rgb(252,225,19); }
div.DivClassName
{
background-color: #FCE113;
}
.BgClassName
{
background-color: #FCE113;
}
</style>
border-color css
<style>
span { border-color: #FCE113; }
span { border-color: rgb(252,225,19); }
td.TdClassName
{
border-color: #FCE113;
}
.TagClassName
{
border-color: #FCE113;
}
</style>