Color Hex Logo

#fe860f Color Hex

#FE860F
(254,134,15)
0 Favorites   0 Comments

Color spaces of #fe860f

RGB 25413415
HSL0.080.990.53
HSV30°94°100°
CMYK 0.000.470.94   0.00
XYZ49.484438.15555.2086
Yxy38.15550.53300.4109
Hunter Lab61.770134.899638.2396
CIE-Lab68.135139.584072.4582

#fe860f color RGB value is (254,134,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000110 00001111
Octal 376 206 17
Decimal 254 134 15
Hex FE 86 F

RGB Percentages of Color #fe860f

%63.03
%33.25
%3.72

CMYK Percentages of Color #fe860f

%0
%47
%94
%0

Triadic Colors of #fe860f

#fe860f #0ffe86 #860ffe

Analogous Colors of #fe860f

#fe860f #fefe0f #fe0f10

Monochromatic Colors of #fe860f

#fe860f

Complementary Color

#fe860f #0f87fe

#fe860f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe860f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe860f Color CSS Codes

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

#fe860f Text Font Color

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

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


#fe860f Background Color

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

This div background color is #fe860f


#fe860f Border Color

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

This div border color is #fe860f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe860f


Comments

No comments written yet.

Please login to write comment.