Color Hex Logo

#fe944a Color Hex

#FE944A
(254,148,74)
0 Favorites   0 Comments

Color spaces of #fe944a

RGB 25414874
HSL0.070.990.64
HSV25°71°100°
CMYK 0.000.420.71   0.00
XYZ52.699042.745111.9516
Yxy42.74510.49070.3980
Hunter Lab65.379729.464534.9274
CIE-Lab71.381634.118154.8977

#fe944a color RGB value is (254,148,74).

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

The process color (four color CMYK) of #fe944a color hex is 0.00, 0.42, 0.71, 0.00. Web safe color of #fe944a is #ff9933. Color #fe944a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010100 01001010
Octal 376 224 112
Decimal 254 148 74
Hex FE 94 4A

RGB Percentages of Color #fe944a

%53.36
%31.09
%15.55

CMYK Percentages of Color #fe944a

%0
%42
%71
%0

Triadic Colors of #fe944a

#fe944a #4afe94 #944afe

Analogous Colors of #fe944a

#fe944a #feee4a #fe4a5a

Monochromatic Colors of #fe944a

#fe944a

Complementary Color

#fe944a #4ab4fe

#fe944a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe944a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe944a Color CSS Codes

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

#fe944a Text Font Color

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

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


#fe944a Background Color

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

This div background color is #fe944a


#fe944a Border Color

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

This div border color is #fe944a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe944a

Related Colors


Comments

No comments written yet.

Please login to write comment.