color codes Logo

#fea907 color codes

#FEA907
(254,169,7)
0 Favorites   0 Comments

Color spaces of #fea907

RGB 2541697
HSL0.110.990.51
HSV39°97°100°
CMYK 0.000.330.97   0.00
XYZ55.099449.46216.8441
Yxy49.46210.49460.4440
Hunter Lab70.329316.769343.4607
CIE-Lab75.737921.485378.6478

#fea907 color RGB value is (254,169,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101001 00000111
Octal 376 251 7
Decimal 254 169 7
Hex FE A9 7

RGB Percentages of Color #fea907

%59.07
%39.30
%1.63

CMYK Percentages of Color #fea907

%0
%33
%97
%0

Triadic Colors of #fea907

#fea907 #07fea9 #a907fe

Analogous Colors of #fea907

#fea907 #d8fe07 #fe2e07

Monochromatic Colors of #fea907

#fea907

Complementary Color

#fea907 #075cfe

#fea907 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea907 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea907 Color CSS Codes

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

#fea907 Text Font Color

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

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


#fea907 Background Color

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

This div background color is #fea907


#fea907 Border Color

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

This div border color is #fea907


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea907

Related Colors


Comments

No comments written yet.

Please login to write comment.