Color Hex Logo

#fea25a Color Hex

#FEA25A
(254,162,90)
1 Favorites   0 Comments

Color spaces of #fea25a

RGB 25416290
HSL0.070.990.67
HSV26°65°100°
CMYK 0.000.360.65   0.00
XYZ55.638847.649715.9377
Yxy47.64970.46670.3997
Hunter Lab69.028823.074834.6310
CIE-Lab74.603427.731250.8101

#fea25a color RGB value is (254,162,90).

#fea25a hex color red value is 254, green value is 162 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #fea25a hue: 0.07 , saturation: 0.99 and the lightness value of fea25a is 0.67.

The process color (four color CMYK) of #fea25a color hex is 0.00, 0.36, 0.65, 0.00. Web safe color of #fea25a is #ff9966. Color #fea25a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100010 01011010
Octal 376 242 132
Decimal 254 162 90
Hex FE A2 5A

RGB Percentages of Color #fea25a

%50.20
%32.02
%17.79

CMYK Percentages of Color #fea25a

%0
%36
%65
%0

Triadic Colors of #fea25a

#fea25a #5afea2 #a25afe

Analogous Colors of #fea25a

#fea25a #fef45a #fe5a64

Monochromatic Colors of #fea25a

#fea25a

Complementary Color

#fea25a #5ab6fe

#fea25a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea25a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea25a Color CSS Codes

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

#fea25a Text Font Color

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

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


#fea25a Background Color

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

This div background color is #fea25a


#fea25a Border Color

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

This div border color is #fea25a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea25a

Related Colors


Comments

No comments written yet.

Please login to write comment.