Shades of Lemon #FCE914
Tints of Lemon #FCE914
RGB
CMYK
RGB Variations
Color information
#FCE914 (or 0xFCE914) is known color: Lemon. HEX triplet: FC, E9 and 14. RGB value is (252,233,20). Sum of RGB (Red+Green+Blue) = 252+233+20=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 233 (91.41% from 255 or 46.14% from 505); Blue value is 20 (8.20% from 255 or 3.96% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE914 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE914 is #0316EB. Grayscale: #D7D7D7. Windows color (decimal): -202476 or 1370620. OLE color: 1370620.
HSL color Cylindrical-coordinate representation of color #FCE914: hue angle of 55.09º 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 #FCE914 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 20 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.01 |
| HSL | 55.09º | 0.97% | 0.53% | - |
| HSV(B) | 55.09º | 0.92% | 0.99% | - |
| XYZ | 69.41 | 79.02 | 12.26 | - |
| YUV | 214.4 | 18.29 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 20 | 0 | 0.08 | 0.92 | 0.01 | 55.09 | 0.97 | 0.53 |
| Hex | FC | E9 | 14 | 0 | 8 | 5C | 1 | 37 | 61 | 35 |
| Octal | 374 | 351 | 24 | 0 | 10 | 134 | 1 | 67 | 141 | 65 |
| Binary | 11111100 | 11101001 | 10100 | 0 | 1000 | 1011100 | 1 | 110111 | 1100001 | 110101 |
Color Harmonies of #FCE914
Complementary color
Monochromatic Colors of #FCE914
Black with #FCE914
Text Example
Text Example
White with #FCE914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE914; }
p { color: rgb(252,233,20); }
H1.HeaderClassName
{
color: #FCE914;
}
.AnyTagClassName
{
color: #FCE914;
}
</style>
background-color css
<style>
a { background-color: #FCE914; }
a { background-color: rgb(252,233,20); }
div.DivClassName
{
background-color: #FCE914;
}
.BgClassName
{
background-color: #FCE914;
}
</style>
border-color css
<style>
span { border-color: #FCE914; }
span { border-color: rgb(252,233,20); }
td.TdClassName
{
border-color: #FCE914;
}
.TagClassName
{
border-color: #FCE914;
}
</style>