Shades of Lemon #FCE517
Tints of Lemon #FCE517
RGB
CMYK
RGB Variations
Color information
#FCE517 (or 0xFCE517) is known color: Lemon. HEX triplet: FC, E5 and 17. RGB value is (252,229,23). Sum of RGB (Red+Green+Blue) = 252+229+23=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 229 (89.84% from 255 or 45.44% from 504); Blue value is 23 (9.38% from 255 or 4.56% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE517 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE517 is #031AE8. Grayscale: #D5D5D5. Windows color (decimal): -203497 or 1566204. OLE color: 1566204.
HSL color Cylindrical-coordinate representation of color #FCE517: hue angle of 53.97º 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 #FCE517 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 23 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.01 |
| HSL | 53.97º | 0.97% | 0.54% | - |
| HSV(B) | 53.97º | 0.91% | 0.99% | - |
| XYZ | 68.32 | 76.8 | 12.03 | - |
| YUV | 212.39 | 21.12 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 23 | 0 | 0.09 | 0.91 | 0.01 | 53.97 | 0.97 | 0.54 |
| Hex | FC | E5 | 17 | 0 | 9 | 5B | 1 | 36 | 61 | 36 |
| Octal | 374 | 345 | 27 | 0 | 11 | 133 | 1 | 66 | 141 | 66 |
| Binary | 11111100 | 11100101 | 10111 | 0 | 1001 | 1011011 | 1 | 110110 | 1100001 | 110110 |
Color Harmonies of #FCE517
Complementary color
Monochromatic Colors of #FCE517
Black with #FCE517
Text Example
Text Example
White with #FCE517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE517; }
p { color: rgb(252,229,23); }
H1.HeaderClassName
{
color: #FCE517;
}
.AnyTagClassName
{
color: #FCE517;
}
</style>
background-color css
<style>
a { background-color: #FCE517; }
a { background-color: rgb(252,229,23); }
div.DivClassName
{
background-color: #FCE517;
}
.BgClassName
{
background-color: #FCE517;
}
</style>
border-color css
<style>
span { border-color: #FCE517; }
span { border-color: rgb(252,229,23); }
td.TdClassName
{
border-color: #FCE517;
}
.TagClassName
{
border-color: #FCE517;
}
</style>