Color Hex Logo

#fec11a Color Hex

#FEC11A
(254,193,26)
0 Favorites   0 Comments

Color spaces of #fec11a

RGB 25419326
HSL0.120.990.55
HSV44°90°100°
CMYK 0.000.240.90   0.00
XYZ60.129559.28539.2513
Yxy59.28530.46730.4608
Hunter Lab76.99694.652046.7741
CIE-Lab81.44829.191280.0894

#fec11a color RGB value is (254,193,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000001 00011010
Octal 376 301 32
Decimal 254 193 26
Hex FE C1 1A

RGB Percentages of Color #fec11a

%53.70
%40.80
%5.50

CMYK Percentages of Color #fec11a

%0
%24
%90
%0

Triadic Colors of #fec11a

#fec11a #1afec1 #c11afe

Analogous Colors of #fec11a

#fec11a #c9fe1a #fe4f1a

Monochromatic Colors of #fec11a

#fec11a

Complementary Color

#fec11a #1a57fe

#fec11a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec11a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec11a Color CSS Codes

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

#fec11a Text Font Color

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

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


#fec11a Background Color

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

This div background color is #fec11a


#fec11a Border Color

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

This div border color is #fec11a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec11a


Comments

No comments written yet.

Please login to write comment.