Color Hex Logo

#fec01a Color Hex

#FEC01A
(254,192,26)
0 Favorites   0 Comments

Color spaces of #fec01a

RGB 25419226
HSL0.120.990.55
HSV44°90°100°
CMYK 0.000.240.90   0.00
XYZ59.909158.84479.1779
Yxy58.84470.46830.4600
Hunter Lab76.71035.161746.6035
CIE-Lab81.20629.709279.9053

#fec01a color RGB value is (254,192,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000000 00011010
Octal 376 300 32
Decimal 254 192 26
Hex FE C0 1A

RGB Percentages of Color #fec01a

%53.81
%40.68
%5.51

CMYK Percentages of Color #fec01a

%0
%24
%90
%0

Triadic Colors of #fec01a

#fec01a #1afec0 #c01afe

Analogous Colors of #fec01a

#fec01a #cafe1a #fe4e1a

Monochromatic Colors of #fec01a

#fec01a

Complementary Color

#fec01a #1a58fe

#fec01a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec01a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec01a Color CSS Codes

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

#fec01a Text Font Color

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

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


#fec01a Background Color

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

This div background color is #fec01a


#fec01a Border Color

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

This div border color is #fec01a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec01a

Related Colors


Comments

No comments written yet.

Please login to write comment.