Color Hex Logo

#fec141 Color Hex

#FEC141
(254,193,65)
0 Favorites   0 Comments

Color spaces of #fec141

RGB 25419365
HSL0.110.990.63
HSV41°74°100°
CMYK 0.000.240.74   0.00
XYZ60.897159.592413.2939
Yxy59.59240.45520.4454
Hunter Lab77.19615.718743.8270
CIE-Lab81.616110.285969.0849

#fec141 color RGB value is (254,193,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000001 01000001
Octal 376 301 101
Decimal 254 193 65
Hex FE C1 41

RGB Percentages of Color #fec141

%49.61
%37.70
%12.70

CMYK Percentages of Color #fec141

%0
%24
%74
%0

Triadic Colors of #fec141

#fec141 #41fec1 #c141fe

Analogous Colors of #fec141

#fec141 #ddfe41 #fe6241

Monochromatic Colors of #fec141

#fec141

Complementary Color

#fec141 #417efe

#fec141 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec141 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec141 Color CSS Codes

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

#fec141 Text Font Color

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

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


#fec141 Background Color

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

This div background color is #fec141


#fec141 Border Color

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

This div border color is #fec141


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec141


Comments

No comments written yet.

Please login to write comment.