Shades of Lemon #FCE718
Tints of Lemon #FCE718
RGB
CMYK
RGB Variations
Color information
#FCE718 (or 0xFCE718) is known color: Lemon. HEX triplet: FC, E7 and 18. RGB value is (252,231,24). Sum of RGB (Red+Green+Blue) = 252+231+24=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 231 (90.62% from 255 or 45.56% from 507); Blue value is 24 (9.77% from 255 or 4.73% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE718 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE718 is #0318E7. Grayscale: #D6D6D6. Windows color (decimal): -202984 or 1632252. OLE color: 1632252.
HSL color Cylindrical-coordinate representation of color #FCE718: hue angle of 54.47º 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 #FCE718 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 231 | 24 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.01 |
| HSL | 54.47º | 0.97% | 0.54% | - |
| HSV(B) | 54.47º | 0.9% | 0.99% | - |
| XYZ | 68.89 | 77.91 | 12.27 | - |
| YUV | 213.68 | 20.96 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 231 | 24 | 0 | 0.08 | 0.90 | 0.01 | 54.47 | 0.97 | 0.54 |
| Hex | FC | E7 | 18 | 0 | 8 | 5A | 1 | 36 | 61 | 36 |
| Octal | 374 | 347 | 30 | 0 | 10 | 132 | 1 | 66 | 141 | 66 |
| Binary | 11111100 | 11100111 | 11000 | 0 | 1000 | 1011010 | 1 | 110110 | 1100001 | 110110 |
Color Harmonies of #FCE718
Complementary color
Monochromatic Colors of #FCE718
Black with #FCE718
Text Example
Text Example
White with #FCE718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE718; }
p { color: rgb(252,231,24); }
H1.HeaderClassName
{
color: #FCE718;
}
.AnyTagClassName
{
color: #FCE718;
}
</style>
background-color css
<style>
a { background-color: #FCE718; }
a { background-color: rgb(252,231,24); }
div.DivClassName
{
background-color: #FCE718;
}
.BgClassName
{
background-color: #FCE718;
}
</style>
border-color css
<style>
span { border-color: #FCE718; }
span { border-color: rgb(252,231,24); }
td.TdClassName
{
border-color: #FCE718;
}
.TagClassName
{
border-color: #FCE718;
}
</style>