Color Hex Logo

#fe910f Color Hex

#FE910F
(254,145,15)
0 Favorites   0 Comments

Color spaces of #fe910f

RGB 25414515
HSL0.090.990.53
HSV33°94°100°
CMYK 0.000.430.94   0.00
XYZ51.084741.35615.7420
Yxy41.35610.52030.4212
Hunter Lab64.308729.254239.7222
CIE-Lab70.424734.005074.0076

#fe910f color RGB value is (254,145,15).

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

The process color (four color CMYK) of #fe910f color hex is 0.00, 0.43, 0.94, 0.00. Web safe color of #fe910f is #ff9900. Color #fe910f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010001 00001111
Octal 376 221 17
Decimal 254 145 15
Hex FE 91 F

RGB Percentages of Color #fe910f

%61.35
%35.02
%3.62

CMYK Percentages of Color #fe910f

%0
%43
%94
%0

Triadic Colors of #fe910f

#fe910f #0ffe91 #910ffe

Analogous Colors of #fe910f

#fe910f #f4fe0f #fe1a0f

Monochromatic Colors of #fe910f

#fe910f

Complementary Color

#fe910f #0f7cfe

#fe910f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe910f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe910f Color CSS Codes

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

#fe910f Text Font Color

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

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


#fe910f Background Color

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

This div background color is #fe910f


#fe910f Border Color

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

This div border color is #fe910f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe910f

Related Colors


Comments

No comments written yet.

Please login to write comment.