Shades of Lemon #FCE617
Tints of Lemon #FCE617
RGB
CMYK
RGB Variations
Color information
#FCE617 (or 0xFCE617) is known color: Lemon. HEX triplet: FC, E6 and 17. RGB value is (252,230,23). Sum of RGB (Red+Green+Blue) = 252+230+23=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 230 (90.23% from 255 or 45.54% from 505); Blue value is 23 (9.38% from 255 or 4.55% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE617 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE617 is #0319E8. Grayscale: #D5D5D5. Windows color (decimal): -203241 or 1566460. OLE color: 1566460.
HSL color Cylindrical-coordinate representation of color #FCE617: hue angle of 54.24º 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 #FCE617 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 23 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.01 |
| HSL | 54.24º | 0.97% | 0.54% | - |
| HSV(B) | 54.24º | 0.91% | 0.99% | - |
| XYZ | 68.6 | 77.35 | 12.13 | - |
| YUV | 212.98 | 20.79 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 23 | 0 | 0.09 | 0.91 | 0.01 | 54.24 | 0.97 | 0.54 |
| Hex | FC | E6 | 17 | 0 | 9 | 5B | 1 | 36 | 61 | 36 |
| Octal | 374 | 346 | 27 | 0 | 11 | 133 | 1 | 66 | 141 | 66 |
| Binary | 11111100 | 11100110 | 10111 | 0 | 1001 | 1011011 | 1 | 110110 | 1100001 | 110110 |
Color Harmonies of #FCE617
Complementary color
Monochromatic Colors of #FCE617
Black with #FCE617
Text Example
Text Example
White with #FCE617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE617; }
p { color: rgb(252,230,23); }
H1.HeaderClassName
{
color: #FCE617;
}
.AnyTagClassName
{
color: #FCE617;
}
</style>
background-color css
<style>
a { background-color: #FCE617; }
a { background-color: rgb(252,230,23); }
div.DivClassName
{
background-color: #FCE617;
}
.BgClassName
{
background-color: #FCE617;
}
</style>
border-color css
<style>
span { border-color: #FCE617; }
span { border-color: rgb(252,230,23); }
td.TdClassName
{
border-color: #FCE617;
}
.TagClassName
{
border-color: #FCE617;
}
</style>