Color Hex Logo

#fea712 Color Hex

#FEA712
(254,167,18)
0 Favorites   0 Comments

Color spaces of #fea712

RGB 25416718
HSL0.110.990.53
HSV38°93°100°
CMYK 0.000.340.93   0.00
XYZ54.800948.75197.0940
Yxy48.75190.49530.4406
Hunter Lab69.822617.907942.8519
CIE-Lab75.296722.632776.9308

#fea712 color RGB value is (254,167,18).

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

The process color (four color CMYK) of #fea712 color hex is 0.00, 0.34, 0.93, 0.00. Web safe color of #fea712 is #ff9900. Color #fea712 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100111 00010010
Octal 376 247 22
Decimal 254 167 18
Hex FE A7 12

RGB Percentages of Color #fea712

%57.86
%38.04
%4.10

CMYK Percentages of Color #fea712

%0
%34
%93
%0

Triadic Colors of #fea712

#fea712 #12fea7 #a712fe

Analogous Colors of #fea712

#fea712 #dffe12 #fe3112

Monochromatic Colors of #fea712

#fea712

Complementary Color

#fea712 #1269fe

#fea712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea712 Color CSS Codes

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

#fea712 Text Font Color

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

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


#fea712 Background Color

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

This div background color is #fea712


#fea712 Border Color

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

This div border color is #fea712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea712


Comments

No comments written yet.

Please login to write comment.