Shades of Lemon #FCEA0F
Tints of Lemon #FCEA0F
RGB
CMYK
RGB Variations
Color information
#FCEA0F (or 0xFCEA0F) is known color: Lemon. HEX triplet: FC, EA and 0F. RGB value is (252,234,15). Sum of RGB (Red+Green+Blue) = 252+234+15=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 234 (91.80% from 255 or 46.71% from 501); Blue value is 15 (6.25% from 255 or 2.99% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEA0F is #0315F0. Grayscale: #D7D7D7. Windows color (decimal): -202225 or 1043196. OLE color: 1043196.
HSL color Cylindrical-coordinate representation of color #FCEA0F: hue angle of 55.44º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCEA0F is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 15 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.01 |
| HSL | 55.44º | 0.98% | 0.52% | - |
| HSV(B) | 55.44º | 0.94% | 0.99% | - |
| XYZ | 69.65 | 79.58 | 12.14 | - |
| YUV | 214.42 | 15.46 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 15 | 0 | 0.07 | 0.94 | 0.01 | 55.44 | 0.98 | 0.52 |
| Hex | FC | EA | F | 0 | 7 | 5E | 1 | 37 | 62 | 34 |
| Octal | 374 | 352 | 17 | 0 | 7 | 136 | 1 | 67 | 142 | 64 |
| Binary | 11111100 | 11101010 | 1111 | 0 | 111 | 1011110 | 1 | 110111 | 1100010 | 110100 |
Color Harmonies of #FCEA0F
Complementary color
Monochromatic Colors of #FCEA0F
Black with #FCEA0F
Text Example
Text Example
White with #FCEA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEA0F; }
p { color: rgb(252,234,15); }
H1.HeaderClassName
{
color: #FCEA0F;
}
.AnyTagClassName
{
color: #FCEA0F;
}
</style>
background-color css
<style>
a { background-color: #FCEA0F; }
a { background-color: rgb(252,234,15); }
div.DivClassName
{
background-color: #FCEA0F;
}
.BgClassName
{
background-color: #FCEA0F;
}
</style>
border-color css
<style>
span { border-color: #FCEA0F; }
span { border-color: rgb(252,234,15); }
td.TdClassName
{
border-color: #FCEA0F;
}
.TagClassName
{
border-color: #FCEA0F;
}
</style>