Color Hex Logo

#fea005 Color Hex

#FEA005
(254,160,5)
0 Favorites   0 Comments

Color spaces of #fea005

RGB 2541605
HSL0.100.990.51
HSV37°98°100°
CMYK 0.000.370.98   0.00
XYZ53.471246.22346.2473
Yxy46.22340.50470.4363
Hunter Lab67.987821.408542.1434
CIE-Lab73.690326.163677.4994

#fea005 color RGB value is (254,160,5).

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

The process color (four color CMYK) of #fea005 color hex is 0.00, 0.37, 0.98, 0.00. Web safe color of #fea005 is #ff9900. Color #fea005 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100000 00000101
Octal 376 240 5
Decimal 254 160 5
Hex FE A0 5

RGB Percentages of Color #fea005

%60.62
%38.19
%1.19

CMYK Percentages of Color #fea005

%0
%37
%98
%0

Triadic Colors of #fea005

#fea005 #05fea0 #a005fe

Analogous Colors of #fea005

#fea005 #e0fe05 #fe2305

Monochromatic Colors of #fea005

#fea005

Complementary Color

#fea005 #0563fe

#fea005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea005 Color CSS Codes

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

#fea005 Text Font Color

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

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


#fea005 Background Color

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

This div background color is #fea005


#fea005 Border Color

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

This div border color is #fea005


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea005

Related Colors


Comments

No comments written yet.

Please login to write comment.