Color Hex Logo

#fea726 Color Hex

#FEA726
(254,167,38)
0 Favorites   0 Comments

Color spaces of #fea726

RGB 25416738
HSL0.100.990.57
HSV36°85°100°
CMYK 0.000.340.85   0.00
XYZ55.041648.84828.3614
Yxy48.84820.49030.4352
Hunter Lab69.891518.263941.8309
CIE-Lab75.356822.982272.5018

#fea726 color RGB value is (254,167,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100111 00100110
Octal 376 247 46
Decimal 254 167 38
Hex FE A7 26

RGB Percentages of Color #fea726

%55.34
%36.38
%8.28

CMYK Percentages of Color #fea726

%0
%34
%85
%0

Triadic Colors of #fea726

#fea726 #26fea7 #a726fe

Analogous Colors of #fea726

#fea726 #e9fe26 #fe3b26

Monochromatic Colors of #fea726

#fea726

Complementary Color

#fea726 #267dfe

#fea726 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea726 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea726 Color CSS Codes

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

#fea726 Text Font Color

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

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


#fea726 Background Color

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

This div background color is #fea726


#fea726 Border Color

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

This div border color is #fea726


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea726


Comments

No comments written yet.

Please login to write comment.