Color Hex Logo

#fec841 Color Hex

#FEC841
(254,200,65)
0 Favorites   0 Comments

Color spaces of #fec841

RGB 25420065
HSL0.120.990.63
HSV43°74°100°
CMYK 0.000.210.74   0.00
XYZ62.481562.761013.8220
Yxy62.76100.44930.4513
Hunter Lab79.22182.143045.1108
CIE-Lab83.31656.663270.7197

#fec841 color RGB value is (254,200,65).

#fec841 hex color red value is 254, green value is 200 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #fec841 hue: 0.12 , saturation: 0.99 and the lightness value of fec841 is 0.63.

The process color (four color CMYK) of #fec841 color hex is 0.00, 0.21, 0.74, 0.00. Web safe color of #fec841 is #ffcc33. Color #fec841 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001000 01000001
Octal 376 310 101
Decimal 254 200 65
Hex FE C8 41

RGB Percentages of Color #fec841

%48.94
%38.54
%12.52

CMYK Percentages of Color #fec841

%0
%21
%74
%0

Triadic Colors of #fec841

#fec841 #41fec8 #c841fe

Analogous Colors of #fec841

#fec841 #d6fe41 #fe6a41

Monochromatic Colors of #fec841

#fec841

Complementary Color

#fec841 #4177fe

#fec841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec841 Color CSS Codes

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

#fec841 Text Font Color

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

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


#fec841 Background Color

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

This div background color is #fec841


#fec841 Border Color

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

This div border color is #fec841


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,200,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec841


Comments

No comments written yet.

Please login to write comment.