Color Hex Logo

#fec340 Color Hex

#FEC340
(254,195,64)
0 Favorites   0 Comments

Color spaces of #fec340

RGB 25419564
HSL0.110.990.62
HSV41°75°100°
CMYK 0.000.230.75   0.00
XYZ61.313660.471213.2910
Yxy60.47120.45390.4477
Hunter Lab77.76324.655444.3006
CIE-Lab82.09369.208269.9154

#fec340 color RGB value is (254,195,64).

#fec340 hex color red value is 254, green value is 195 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #fec340 hue: 0.11 , saturation: 0.99 and the lightness value of fec340 is 0.62.

The process color (four color CMYK) of #fec340 color hex is 0.00, 0.23, 0.75, 0.00. Web safe color of #fec340 is #ffcc33. Color #fec340 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000011 01000000
Octal 376 303 100
Decimal 254 195 64
Hex FE C3 40

RGB Percentages of Color #fec340

%49.51
%38.01
%12.48

CMYK Percentages of Color #fec340

%0
%23
%75
%0

Triadic Colors of #fec340

#fec340 #40fec3 #c340fe

Analogous Colors of #fec340

#fec340 #dafe40 #fe6440

Monochromatic Colors of #fec340

#fec340

Complementary Color

#fec340 #407bfe

#fec340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec340 Color CSS Codes

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

#fec340 Text Font Color

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

This sample text font color is #fec340
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.


#fec340 Background Color

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

This div background color is #fec340


#fec340 Border Color

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

This div border color is #fec340


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,195,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 #fec340">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec340

Related Colors


Comments

No comments written yet.

Please login to write comment.