Color Hex Logo

#fcea40 Color Hex

#FCEA40
(252,234,64)
0 Favorites   0 Comments

Color spaces of #fcea40

RGB 25223464
HSL0.150.970.62
HSV54°75°99°
CMYK 0.000.070.75   0.01
XYZ70.493179.911216.5595
Yxy79.91120.42220.4786
Hunter Lab89.3931-15.677351.5920
CIE-Lab91.6450-11.395978.8388

#fcea40 color RGB value is (252,234,64).

#fcea40 hex color red value is 252, green value is 234 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #fcea40 hue: 0.15 , saturation: 0.97 and the lightness value of fcea40 is 0.62.

The process color (four color CMYK) of #fcea40 color hex is 0.00, 0.07, 0.75, 0.01. Web safe color of #fcea40 is #ffff33. Color #fcea40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101010 01000000
Octal 374 352 100
Decimal 252 234 64
Hex FC EA 40

RGB Percentages of Color #fcea40

%45.82
%42.55
%11.64

CMYK Percentages of Color #fcea40

%0
%7
%75
%1

Triadic Colors of #fcea40

#fcea40 #40fcea #ea40fc

Analogous Colors of #fcea40

#fcea40 #b0fc40 #fc8c40

Monochromatic Colors of #fcea40

#fcea40

Complementary Color

#fcea40 #4052fc

#fcea40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcea40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcea40 Color CSS Codes

.mybgcolor {background-color:#fcea40; } 
.myforecolor {color:#fcea40; }
.mybordercolor {border:3px solid #fcea40; }

#fcea40 Text Font Color

<p style="color:#fcea40">Text here</p>

This sample text font color is #fcea40
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fcea40 Background Color

<div style="background-color:#fcea40">
Div content here</div>

This div background color is #fcea40


#fcea40 Border Color

<div style="border:3px solid #fcea40">
Div here</div>

This div border color is #fcea40


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,234,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcea40; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcea40;
  -webkit-box-shadow: 1px 1px 3px 2px #fcea40;
  box-shadow:         1px 1px 3px 2px #fcea40; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,234,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fcea40">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fcea40;
  -webkit-box-shadow: 1px 1px 3px 2px #fcea40;
  box-shadow:         1px 1px 3px 2px #fcea40;">
Div content here</div>

This div box has shadow with color #fcea40

Related Colors


Comments

No comments written yet.

Please login to write comment.