#FCEA14

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

Shades of Lemon #FCEA14

Tints of Lemon #FCEA14

Color information

#FCEA14 (or 0xFCEA14) is unknown color: approx Lemon. HEX triplet: FC, EA and 14. RGB value is (252,234,20). Sum of RGB (Red+Green+Blue) = 252+234+20=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 20 (8.20% from 255 or 3.95% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEA14 is #0315EB. Grayscale: #D7D7D7. Windows color (decimal): -202220 or 1370876. OLE color: 1370876.

HSL color Cylindrical-coordinate representation of color #FCEA14: hue angle of 55.34º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCEA14 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB25223420-
CMYK00.070.920.01
HSL55.34º97.48%53.33%-
HSV(B)55.34º92.06%98.82%-
XYZ69.6979.5912.35-
YUV214.9917.96154.4-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.80%
GREEN value IS 234 (91.80% from 255) = 46.25%
BLUE value IS 20 (8.20% from 255) = 3.95%
R=49.80%
G=46.25%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.92
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522342000.070.920.0155.3497.4853.33
HexFCEA14075C1376135
Octal374352240713416714165
Binary1111110011101010101000111101110011101111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEA14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEA14; }

 p { color: rgb(252,234,20); }

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

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

 a { background-color: rgb(252,234,20); }

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

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

 span { border-color: rgb(252,234,20); }

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