color codes Logo

#fea32f color codes

#FEA32F
(254,163,47)
0 Favorites   0 Comments

Color spaces of #fea32f

RGB 25416347
HSL0.090.990.59
HSV34°81°100°
CMYK 0.000.360.81   0.00
XYZ54.483347.47058.9805
Yxy47.47050.49110.4279
Hunter Lab68.898820.579940.5011
CIE-Lab74.489725.305768.9585

#fea32f color RGB value is (254,163,47).

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

The process color (four color CMYK) of #fea32f color code is 0.00, 0.36, 0.81, 0.00. Web safe color of #fea32f is #ff9933. Color #fea32f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100011 00101111
Octal 376 243 57
Decimal 254 163 47
Hex FE A3 2F

RGB Percentages of Color #fea32f

%54.74
%35.13
%10.13

CMYK Percentages of Color #fea32f

%0
%36
%81
%0

Triadic Colors of #fea32f

#fea32f #2ffea3 #a32ffe

Analogous Colors of #fea32f

#fea32f #f2fe2f #fe3c2f

Monochromatic Colors of #fea32f

#fea32f

Complementary Color

#fea32f #2f8afe

#fea32f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea32f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea32f Color CSS Codes

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

#fea32f Text Font Color

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

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


#fea32f Background Color

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

This div background color is #fea32f


#fea32f Border Color

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

This div border color is #fea32f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea32f


Comments

No comments written yet.

Please login to write comment.