Color Hex Logo

#fec25a Color Hex

#FEC25A
(254,194,90)
0 Favorites   0 Comments

Color spaces of #fec25a

RGB 25419490
HSL0.110.990.67
HSV38°65°100°
CMYK 0.000.240.65   0.00
XYZ62.010360.392618.0615
Yxy60.39260.44150.4299
Hunter Lab77.71276.435740.6191
CIE-Lab82.051111.021659.1629

#fec25a color RGB value is (254,194,90).

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

The process color (four color CMYK) of #fec25a color hex is 0.00, 0.24, 0.65, 0.00. Web safe color of #fec25a is #ffcc66. Color #fec25a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000010 01011010
Octal 376 302 132
Decimal 254 194 90
Hex FE C2 5A

RGB Percentages of Color #fec25a

%47.21
%36.06
%16.73

CMYK Percentages of Color #fec25a

%0
%24
%65
%0

Triadic Colors of #fec25a

#fec25a #5afec2 #c25afe

Analogous Colors of #fec25a

#fec25a #e8fe5a #fe705a

Monochromatic Colors of #fec25a

#fec25a

Complementary Color

#fec25a #5a96fe

#fec25a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec25a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec25a Color CSS Codes

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

#fec25a Text Font Color

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

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


#fec25a Background Color

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

This div background color is #fec25a


#fec25a Border Color

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

This div border color is #fec25a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec25a


Comments

No comments written yet.

Please login to write comment.