Color Hex Logo

#fea748 Color Hex

#FEA748
(254,167,72)
0 Favorites   0 Comments

Color spaces of #fea748

RGB 25416772
HSL0.090.990.64
HSV31°72°100°
CMYK 0.000.340.72   0.00
XYZ55.861549.176112.6786
Yxy49.17610.47450.4178
Hunter Lab70.125719.471638.3684
CIE-Lab75.560824.162260.1995

#fea748 color RGB value is (254,167,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100111 01001000
Octal 376 247 110
Decimal 254 167 72
Hex FE A7 48

RGB Percentages of Color #fea748

%51.52
%33.87
%14.60

CMYK Percentages of Color #fea748

%0
%34
%72
%0

Triadic Colors of #fea748

#fea748 #48fea7 #a748fe

Analogous Colors of #fea748

#fea748 #fafe48 #fe4c48

Monochromatic Colors of #fea748

#fea748

Complementary Color

#fea748 #489ffe

#fea748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea748 Color CSS Codes

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

#fea748 Text Font Color

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

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


#fea748 Background Color

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

This div background color is #fea748


#fea748 Border Color

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

This div border color is #fea748


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,167,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 #fea748">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea748


Comments

No comments written yet.

Please login to write comment.