Color Hex Logo

#fec716 Color Hex

#FEC716
(254,199,22)
1 Favorites   0 Comments

Color spaces of #fec716

RGB 25419922
HSL0.130.990.54
HSV46°91°100°
CMYK 0.000.220.91   0.00
XYZ61.441361.97569.4832
Yxy61.97560.46230.4663
Hunter Lab78.72461.543947.9651
CIE-Lab82.90046.030381.8647

#fec716 color RGB value is (254,199,22).

#fec716 hex color red value is 254, green value is 199 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #fec716 hue: 0.13 , saturation: 0.99 and the lightness value of fec716 is 0.54.

The process color (four color CMYK) of #fec716 color hex is 0.00, 0.22, 0.91, 0.00. Web safe color of #fec716 is #ffcc00. Color #fec716 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000111 00010110
Octal 376 307 26
Decimal 254 199 22
Hex FE C7 16

RGB Percentages of Color #fec716

%53.47
%41.89
%4.63

CMYK Percentages of Color #fec716

%0
%22
%91
%0

Triadic Colors of #fec716

#fec716 #16fec7 #c716fe

Analogous Colors of #fec716

#fec716 #c1fe16 #fe5316

Monochromatic Colors of #fec716

#fec716

Complementary Color

#fec716 #164dfe

#fec716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec716 Color CSS Codes

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

#fec716 Text Font Color

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

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


#fec716 Background Color

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

This div background color is #fec716


#fec716 Border Color

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

This div border color is #fec716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec716


Comments

No comments written yet.

Please login to write comment.