Color Hex Logo

#fea90c Color Hex

#FEA90C
(254,169,12)
0 Favorites   0 Comments

Color spaces of #fea90c

RGB 25416912
HSL0.110.990.52
HSV39°95°100°
CMYK 0.000.330.95   0.00
XYZ55.127449.47336.9916
Yxy49.47330.49400.4433
Hunter Lab70.337316.810643.3426
CIE-Lab75.744821.526078.0925

#fea90c color RGB value is (254,169,12).

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

The process color (four color CMYK) of #fea90c color hex is 0.00, 0.33, 0.95, 0.00. Web safe color of #fea90c is #ff9900. Color #fea90c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101001 00001100
Octal 376 251 14
Decimal 254 169 12
Hex FE A9 C

RGB Percentages of Color #fea90c

%58.39
%38.85
%2.76

CMYK Percentages of Color #fea90c

%0
%33
%95
%0

Triadic Colors of #fea90c

#fea90c #0cfea9 #a90cfe

Analogous Colors of #fea90c

#fea90c #dafe0c #fe300c

Monochromatic Colors of #fea90c

#fea90c

Complementary Color

#fea90c #0c61fe

#fea90c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea90c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea90c Color CSS Codes

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

#fea90c Text Font Color

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

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


#fea90c Background Color

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

This div background color is #fea90c


#fea90c Border Color

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

This div border color is #fea90c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea90c

Related Colors


Comments

No comments written yet.

Please login to write comment.