Color Hex Logo

#fe913f Color Hex

#FE913F
(254,145,63)
0 Favorites   0 Comments

Color spaces of #fe913f

RGB 25414563
HSL0.070.990.62
HSV26°75°100°
CMYK 0.000.430.75   0.00
XYZ51.895741.680510.0126
Yxy41.68050.50100.4024
Hunter Lab64.560430.503135.9971
CIE-Lab70.650135.173559.1235

#fe913f color RGB value is (254,145,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010001 00111111
Octal 376 221 77
Decimal 254 145 63
Hex FE 91 3F

RGB Percentages of Color #fe913f

%54.98
%31.39
%13.64

CMYK Percentages of Color #fe913f

%0
%43
%75
%0

Triadic Colors of #fe913f

#fe913f #3ffe91 #913ffe

Analogous Colors of #fe913f

#fe913f #fef13f #fe3f4c

Monochromatic Colors of #fe913f

#fe913f

Complementary Color

#fe913f #3facfe

#fe913f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe913f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe913f Color CSS Codes

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

#fe913f Text Font Color

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

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


#fe913f Background Color

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

This div background color is #fe913f


#fe913f Border Color

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

This div border color is #fe913f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe913f

Related Colors


Comments

No comments written yet.

Please login to write comment.