Color Hex Logo

#fea713 Color Hex

#FEA713
(254,167,19)
0 Favorites   0 Comments

Color spaces of #fea713

RGB 25416719
HSL0.100.990.54
HSV38°93°100°
CMYK 0.000.340.93   0.00
XYZ54.809348.75537.1380
Yxy48.75530.49510.4404
Hunter Lab69.825017.920342.8165
CIE-Lab75.298822.644876.7684

#fea713 color RGB value is (254,167,19).

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

The process color (four color CMYK) of #fea713 color hex is 0.00, 0.34, 0.93, 0.00. Web safe color of #fea713 is #ff9900. Color #fea713 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100111 00010011
Octal 376 247 23
Decimal 254 167 19
Hex FE A7 13

RGB Percentages of Color #fea713

%57.73
%37.95
%4.32

CMYK Percentages of Color #fea713

%0
%34
%93
%0

Triadic Colors of #fea713

#fea713 #13fea7 #a713fe

Analogous Colors of #fea713

#fea713 #e0fe13 #fe3113

Monochromatic Colors of #fea713

#fea713

Complementary Color

#fea713 #136afe

#fea713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea713 Color CSS Codes

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

#fea713 Text Font Color

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

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


#fea713 Background Color

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

This div background color is #fea713


#fea713 Border Color

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

This div border color is #fea713


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea713


Comments

No comments written yet.

Please login to write comment.