Color Hex Logo

#fe913a Color Hex

#FE913A
(254,145,58)
0 Favorites   0 Comments

Color spaces of #fe913a

RGB 25414558
HSL0.070.990.61
HSV27°77°100°
CMYK 0.000.430.77   0.00
XYZ51.762241.62719.3097
Yxy41.62710.50400.4053
Hunter Lab64.519130.298236.6082
CIE-Lab70.613134.982361.2235

#fe913a color RGB value is (254,145,58).

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

The process color (four color CMYK) of #fe913a color hex is 0.00, 0.43, 0.77, 0.00. Web safe color of #fe913a is #ff9933. Color #fe913a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010001 00111010
Octal 376 221 72
Decimal 254 145 58
Hex FE 91 3A

RGB Percentages of Color #fe913a

%55.58
%31.73
%12.69

CMYK Percentages of Color #fe913a

%0
%43
%77
%0

Triadic Colors of #fe913a

#fe913a #3afe91 #913afe

Analogous Colors of #fe913a

#fe913a #fef33a #fe3a45

Monochromatic Colors of #fe913a

#fe913a

Complementary Color

#fe913a #3aa7fe

#fe913a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe913a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe913a Color CSS Codes

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

#fe913a Text Font Color

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

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


#fe913a Background Color

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

This div background color is #fe913a


#fe913a Border Color

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

This div border color is #fe913a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe913a

Related Colors


Comments

No comments written yet.

Please login to write comment.