Color Hex Logo

#fea632 Color Hex

#FEA632
(254,166,50)
0 Favorites   0 Comments

Color spaces of #fea632

RGB 25416650
HSL0.090.990.60
HSV34°80°100°
CMYK 0.000.350.80   0.00
XYZ55.085048.57369.4900
Yxy48.57360.48680.4293
Hunter Lab69.694819.116140.7131
CIE-Lab75.185323.831068.5415

#fea632 color RGB value is (254,166,50).

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

The process color (four color CMYK) of #fea632 color hex is 0.00, 0.35, 0.80, 0.00. Web safe color of #fea632 is #ff9933. Color #fea632 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100110 00110010
Octal 376 246 62
Decimal 254 166 50
Hex FE A6 32

RGB Percentages of Color #fea632

%54.04
%35.32
%10.64

CMYK Percentages of Color #fea632

%0
%35
%80
%0

Triadic Colors of #fea632

#fea632 #32fea6 #a632fe

Analogous Colors of #fea632

#fea632 #f0fe32 #fe4032

Monochromatic Colors of #fea632

#fea632

Complementary Color

#fea632 #328afe

#fea632 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea632 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea632 Color CSS Codes

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

#fea632 Text Font Color

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

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


#fea632 Background Color

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

This div background color is #fea632


#fea632 Border Color

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

This div border color is #fea632


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea632

Related Colors


Comments

No comments written yet.

Please login to write comment.