Color Hex Logo

#fea741 Color Hex

#FEA741
(254,167,65)
0 Favorites   0 Comments

Color spaces of #fea741

RGB 25416765
HSL0.090.990.63
HSV32°74°100°
CMYK 0.000.340.74   0.00
XYZ55.645949.089911.5435
Yxy49.08990.47860.4222
Hunter Lab70.064219.154739.2765
CIE-Lab75.507223.853463.1134

#fea741 color RGB value is (254,167,65).

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

The process color (four color CMYK) of #fea741 color hex is 0.00, 0.34, 0.74, 0.00. Web safe color of #fea741 is #ff9933. Color #fea741 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100111 01000001
Octal 376 247 101
Decimal 254 167 65
Hex FE A7 41

RGB Percentages of Color #fea741

%52.26
%34.36
%13.37

CMYK Percentages of Color #fea741

%0
%34
%74
%0

Triadic Colors of #fea741

#fea741 #41fea7 #a741fe

Analogous Colors of #fea741

#fea741 #f7fe41 #fe4841

Monochromatic Colors of #fea741

#fea741

Complementary Color

#fea741 #4198fe

#fea741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea741 Color CSS Codes

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

#fea741 Text Font Color

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

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


#fea741 Background Color

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

This div background color is #fea741


#fea741 Border Color

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

This div border color is #fea741


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea741


Comments

No comments written yet.

Please login to write comment.