Color Hex Logo

#fea948 Color Hex

#FEA948
(254,169,72)
0 Favorites   0 Comments

Color spaces of #fea948

RGB 25416972
HSL0.090.990.64
HSV32°72°100°
CMYK 0.000.330.72   0.00
XYZ56.230749.914612.8017
Yxy49.91460.47270.4196
Hunter Lab70.650318.430638.7119
CIE-Lab76.016823.117160.6708

#fea948 color RGB value is (254,169,72).

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

The process color (four color CMYK) of #fea948 color hex is 0.00, 0.33, 0.72, 0.00. Web safe color of #fea948 is #ff9933. Color #fea948 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101001 01001000
Octal 376 251 110
Decimal 254 169 72
Hex FE A9 48

RGB Percentages of Color #fea948

%51.31
%34.14
%14.55

CMYK Percentages of Color #fea948

%0
%33
%72
%0

Triadic Colors of #fea948

#fea948 #48fea9 #a948fe

Analogous Colors of #fea948

#fea948 #f8fe48 #fe4e48

Monochromatic Colors of #fea948

#fea948

Complementary Color

#fea948 #489dfe

#fea948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea948 Color CSS Codes

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

#fea948 Text Font Color

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

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


#fea948 Background Color

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

This div background color is #fea948


#fea948 Border Color

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

This div border color is #fea948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea948

Related Colors


Comments

No comments written yet.

Please login to write comment.