Color Hex Logo

#fea908 Color Hex

#FEA908
(254,169,8)
0 Favorites   0 Comments

Color spaces of #fea908

RGB 2541698
HSL0.110.990.51
HSV39°97°100°
CMYK 0.000.330.97   0.00
XYZ55.104849.46436.8730
Yxy49.46430.49450.4439
Hunter Lab70.330916.777243.4376
CIE-Lab75.739321.493078.5383

#fea908 color RGB value is (254,169,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101001 00001000
Octal 376 251 10
Decimal 254 169 8
Hex FE A9 8

RGB Percentages of Color #fea908

%58.93
%39.21
%1.86

CMYK Percentages of Color #fea908

%0
%33
%97
%0

Triadic Colors of #fea908

#fea908 #08fea9 #a908fe

Analogous Colors of #fea908

#fea908 #d8fe08 #fe2e08

Monochromatic Colors of #fea908

#fea908

Complementary Color

#fea908 #085dfe

#fea908 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea908 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea908 Color CSS Codes

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

#fea908 Text Font Color

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

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


#fea908 Background Color

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

This div background color is #fea908


#fea908 Border Color

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

This div border color is #fea908


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea908


Comments

No comments written yet.

Please login to write comment.