Color Hex Logo

#fec147 Color Hex

#FEC147
(254,193,71)
0 Favorites   0 Comments

Color spaces of #fec147

RGB 25419371
HSL0.110.990.64
HSV40°72°100°
CMYK 0.000.240.72   0.00
XYZ61.080359.665714.2586
Yxy59.66570.45240.4420
Hunter Lab77.24365.972543.1260
CIE-Lab81.656110.545366.8096

#fec147 color RGB value is (254,193,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000001 01000111
Octal 376 301 107
Decimal 254 193 71
Hex FE C1 47

RGB Percentages of Color #fec147

%49.03
%37.26
%13.71

CMYK Percentages of Color #fec147

%0
%24
%72
%0

Triadic Colors of #fec147

#fec147 #47fec1 #c147fe

Analogous Colors of #fec147

#fec147 #e0fe47 #fe6647

Monochromatic Colors of #fec147

#fec147

Complementary Color

#fec147 #4784fe

#fec147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec147 Color CSS Codes

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

#fec147 Text Font Color

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

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


#fec147 Background Color

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

This div background color is #fec147


#fec147 Border Color

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

This div border color is #fec147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec147

Related Colors


Comments

No comments written yet.

Please login to write comment.