#FCE50F

Color #FCE50F Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon #FCE50F

Tints of Lemon #FCE50F

Color information

#FCE50F (or 0xFCE50F) is unknown color: approx Lemon. HEX triplet: FC, E5 and 0F. RGB value is (252,229,15). Sum of RGB (Red+Green+Blue) = 252+229+15=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 229 (89.84% from 255 or 46.17% from 496); Blue value is 15 (6.25% from 255 or 3.02% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE50F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE50F is #031AF0. Grayscale: #D4D4D4. Windows color (decimal): -203505 or 1041916. OLE color: 1041916.

HSL color Cylindrical-coordinate representation of color #FCE50F: hue angle of 54.18º 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 #FCE50F is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB25222915-
CMYK00.090.940.01
HSL54.18º97.53%52.35%-
HSV(B)54.18º94.05%98.82%-
XYZ68.2576.7711.67-
YUV211.4817.12156.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 50.81%
GREEN value IS 229 (89.84% from 255) = 46.17%
BLUE value IS 15 (6.25% from 255) = 3.02%
R=50.81%
G=46.17%
B=3.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522291500.090.940.0154.1897.5352.35
HexFCE5F095E1366234
Octal3743451701113616614264
Binary1111110011100101111101001101111011101101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE50F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE50F; }

 p { color: rgb(252,229,15); }

 H1.HeaderClassName
 {
   color: #FCE50F;
 }
 .AnyTagClassName
 {
   color: #FCE50F;
 }
</style>
background-color css

<style>
 a { background-color: #FCE50F; }

 a { background-color: rgb(252,229,15); }

 div.DivClassName
 {
   background-color: #FCE50F;
 }
 .BgClassName
 {
   background-color: #FCE50F;
 }
</style>
border-color css

<style>
 span { border-color: #FCE50F; }

 span { border-color: rgb(252,229,15); }

 td.TdClassName
 {
   border-color: #FCE50F;
 }
 .TagClassName
 {
   border-color: #FCE50F;
 }
</style>