Shades of Lemon #FCE616
Tints of Lemon #FCE616
RGB
CMYK
RGB Variations
Color information
#FCE616 (or 0xFCE616) is known color: Lemon. HEX triplet: FC, E6 and 16. RGB value is (252,230,22). Sum of RGB (Red+Green+Blue) = 252+230+22=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 230 (90.23% from 255 or 45.63% from 504); Blue value is 22 (8.98% from 255 or 4.37% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE616 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE616 is #0319E9. Grayscale: #D5D5D5. Windows color (decimal): -203242 or 1500924. OLE color: 1500924.
HSL color Cylindrical-coordinate representation of color #FCE616: hue angle of 54.26º 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 #FCE616 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 22 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.01 |
| HSL | 54.26º | 0.97% | 0.54% | - |
| HSV(B) | 54.26º | 0.91% | 0.99% | - |
| XYZ | 68.59 | 77.35 | 12.07 | - |
| YUV | 212.87 | 20.29 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 22 | 0 | 0.09 | 0.91 | 0.01 | 54.26 | 0.97 | 0.54 |
| Hex | FC | E6 | 16 | 0 | 9 | 5B | 1 | 36 | 61 | 36 |
| Octal | 374 | 346 | 26 | 0 | 11 | 133 | 1 | 66 | 141 | 66 |
| Binary | 11111100 | 11100110 | 10110 | 0 | 1001 | 1011011 | 1 | 110110 | 1100001 | 110110 |
Color Harmonies of #FCE616
Complementary color
Monochromatic Colors of #FCE616
Black with #FCE616
Text Example
Text Example
White with #FCE616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE616; }
p { color: rgb(252,230,22); }
H1.HeaderClassName
{
color: #FCE616;
}
.AnyTagClassName
{
color: #FCE616;
}
</style>
background-color css
<style>
a { background-color: #FCE616; }
a { background-color: rgb(252,230,22); }
div.DivClassName
{
background-color: #FCE616;
}
.BgClassName
{
background-color: #FCE616;
}
</style>
border-color css
<style>
span { border-color: #FCE616; }
span { border-color: rgb(252,230,22); }
td.TdClassName
{
border-color: #FCE616;
}
.TagClassName
{
border-color: #FCE616;
}
</style>