Shades of Lemon #FCE514
Tints of Lemon #FCE514
RGB
CMYK
RGB Variations
Color information
#FCE514 (or 0xFCE514) is known color: Lemon. HEX triplet: FC, E5 and 14. RGB value is (252,229,20). Sum of RGB (Red+Green+Blue) = 252+229+20=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 229 (89.84% from 255 or 45.71% from 501); Blue value is 20 (8.20% from 255 or 3.99% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE514 is #031AEB. Grayscale: #D4D4D4. Windows color (decimal): -203500 or 1369596. OLE color: 1369596.
HSL color Cylindrical-coordinate representation of color #FCE514: hue angle of 54.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 #FCE514 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 20 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.01 |
| HSL | 54.05º | 0.97% | 0.53% | - |
| HSV(B) | 54.05º | 0.92% | 0.99% | - |
| XYZ | 68.29 | 76.78 | 11.88 | - |
| YUV | 212.05 | 19.62 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 20 | 0 | 0.09 | 0.92 | 0.01 | 54.05 | 0.97 | 0.53 |
| Hex | FC | E5 | 14 | 0 | 9 | 5C | 1 | 36 | 61 | 35 |
| Octal | 374 | 345 | 24 | 0 | 11 | 134 | 1 | 66 | 141 | 65 |
| Binary | 11111100 | 11100101 | 10100 | 0 | 1001 | 1011100 | 1 | 110110 | 1100001 | 110101 |
Color Harmonies of #FCE514
Complementary color
Monochromatic Colors of #FCE514
Black with #FCE514
Text Example
Text Example
White with #FCE514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE514; }
p { color: rgb(252,229,20); }
H1.HeaderClassName
{
color: #FCE514;
}
.AnyTagClassName
{
color: #FCE514;
}
</style>
background-color css
<style>
a { background-color: #FCE514; }
a { background-color: rgb(252,229,20); }
div.DivClassName
{
background-color: #FCE514;
}
.BgClassName
{
background-color: #FCE514;
}
</style>
border-color css
<style>
span { border-color: #FCE514; }
span { border-color: rgb(252,229,20); }
td.TdClassName
{
border-color: #FCE514;
}
.TagClassName
{
border-color: #FCE514;
}
</style>