Shades of Lemon #FCE417
Tints of Lemon #FCE417
RGB
CMYK
RGB Variations
Color information
#FCE417 (or 0xFCE417) is known color: Lemon. HEX triplet: FC, E4 and 17. RGB value is (252,228,23). Sum of RGB (Red+Green+Blue) = 252+228+23=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 228 (89.45% from 255 or 45.33% from 503); Blue value is 23 (9.38% from 255 or 4.57% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE417 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE417 is #031BE8. Grayscale: #D4D4D4. Windows color (decimal): -203753 or 1565948. OLE color: 1565948.
HSL color Cylindrical-coordinate representation of color #FCE417: hue angle of 53.71º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FCE417 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 23 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.01 |
| HSL | 53.71º | 0.97% | 0.54% | - |
| HSV(B) | 53.71º | 0.91% | 0.99% | - |
| XYZ | 68.04 | 76.24 | 11.94 | - |
| YUV | 211.81 | 21.45 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 23 | 0 | 0.10 | 0.91 | 0.01 | 53.71 | 0.97 | 0.54 |
| Hex | FC | E4 | 17 | 0 | A | 5B | 1 | 36 | 61 | 36 |
| Octal | 374 | 344 | 27 | 0 | 12 | 133 | 1 | 66 | 141 | 66 |
| Binary | 11111100 | 11100100 | 10111 | 0 | 1010 | 1011011 | 1 | 110110 | 1100001 | 110110 |
Color Harmonies of #FCE417
Complementary color
Monochromatic Colors of #FCE417
Black with #FCE417
Text Example
Text Example
White with #FCE417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE417; }
p { color: rgb(252,228,23); }
H1.HeaderClassName
{
color: #FCE417;
}
.AnyTagClassName
{
color: #FCE417;
}
</style>
background-color css
<style>
a { background-color: #FCE417; }
a { background-color: rgb(252,228,23); }
div.DivClassName
{
background-color: #FCE417;
}
.BgClassName
{
background-color: #FCE417;
}
</style>
border-color css
<style>
span { border-color: #FCE417; }
span { border-color: rgb(252,228,23); }
td.TdClassName
{
border-color: #FCE417;
}
.TagClassName
{
border-color: #FCE417;
}
</style>