Shades of Lemon #FCEA16
Tints of Lemon #FCEA16
RGB
CMYK
RGB Variations
Color information
#FCEA16 (or 0xFCEA16) is known color: Lemon. HEX triplet: FC, EA and 16. RGB value is (252,234,22). Sum of RGB (Red+Green+Blue) = 252+234+22=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 234 (91.80% from 255 or 46.06% from 508); Blue value is 22 (8.98% from 255 or 4.33% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEA16 is #0315E9. Grayscale: #D8D8D8. Windows color (decimal): -202218 or 1501948. OLE color: 1501948.
HSL color Cylindrical-coordinate representation of color #FCEA16: hue angle of 55.3º 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 #FCEA16 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 22 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.01 |
| HSL | 55.3º | 0.97% | 0.54% | - |
| HSV(B) | 55.3º | 0.91% | 0.99% | - |
| XYZ | 69.71 | 79.6 | 12.45 | - |
| YUV | 215.21 | 18.96 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 22 | 0 | 0.07 | 0.91 | 0.01 | 55.3 | 0.97 | 0.54 |
| Hex | FC | EA | 16 | 0 | 7 | 5B | 1 | 37 | 61 | 36 |
| Octal | 374 | 352 | 26 | 0 | 7 | 133 | 1 | 67 | 141 | 66 |
| Binary | 11111100 | 11101010 | 10110 | 0 | 111 | 1011011 | 1 | 110111 | 1100001 | 110110 |
Color Harmonies of #FCEA16
Complementary color
Monochromatic Colors of #FCEA16
Black with #FCEA16
Text Example
Text Example
White with #FCEA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEA16; }
p { color: rgb(252,234,22); }
H1.HeaderClassName
{
color: #FCEA16;
}
.AnyTagClassName
{
color: #FCEA16;
}
</style>
background-color css
<style>
a { background-color: #FCEA16; }
a { background-color: rgb(252,234,22); }
div.DivClassName
{
background-color: #FCEA16;
}
.BgClassName
{
background-color: #FCEA16;
}
</style>
border-color css
<style>
span { border-color: #FCEA16; }
span { border-color: rgb(252,234,22); }
td.TdClassName
{
border-color: #FCEA16;
}
.TagClassName
{
border-color: #FCEA16;
}
</style>