Color Hex Logo

#fe780e Color Hex

#FE780E
(254,120,14)
0 Favorites   0 Comments

Color spaces of #fe780e

RGB 25412014
HSL0.070.990.53
HSV27°94°100°
CMYK 0.000.530.94   0.00
XYZ47.668834.53554.5691
Yxy34.53550.54930.3980
Hunter Lab58.766941.948236.5271
CIE-Lab65.385446.455170.8193

#fe780e color RGB value is (254,120,14).

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

The process color (four color CMYK) of #fe780e color hex is 0.00, 0.53, 0.94, 0.00. Web safe color of #fe780e is #ff6600. Color #fe780e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111000 00001110
Octal 376 170 16
Decimal 254 120 14
Hex FE 78 E

RGB Percentages of Color #fe780e

%65.46
%30.93
%3.61

CMYK Percentages of Color #fe780e

%0
%53
%94
%0

Triadic Colors of #fe780e

#fe780e #0efe78 #780efe

Analogous Colors of #fe780e

#fe780e #fef00e #fe0e1c

Monochromatic Colors of #fe780e

#fe780e

Complementary Color

#fe780e #0e94fe

#fe780e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe780e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe780e Color CSS Codes

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

#fe780e Text Font Color

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

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


#fe780e Background Color

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

This div background color is #fe780e


#fe780e Border Color

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

This div border color is #fe780e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe780e

Related Colors


Comments

No comments written yet.

Please login to write comment.