Color Hex Logo

#fe780c Color Hex

#FE780C
(254,120,12)
0 Favorites   0 Comments

Color spaces of #fe780c

RGB 25412012
HSL0.070.990.52
HSV27°95°100°
CMYK 0.000.530.95   0.00
XYZ47.655934.53034.5011
Yxy34.53030.54970.3983
Hunter Lab58.762541.927736.5922
CIE-Lab65.381346.436971.1588

#fe780c color RGB value is (254,120,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111000 00001100
Octal 376 170 14
Decimal 254 120 12
Hex FE 78 C

RGB Percentages of Color #fe780c

%65.80
%31.09
%3.11

CMYK Percentages of Color #fe780c

%0
%53
%95
%0

Triadic Colors of #fe780c

#fe780c #0cfe78 #780cfe

Analogous Colors of #fe780c

#fe780c #fef10c #fe0c19

Monochromatic Colors of #fe780c

#fe780c

Complementary Color

#fe780c #0c92fe

#fe780c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe780c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe780c Color CSS Codes

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

#fe780c Text Font Color

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

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


#fe780c Background Color

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

This div background color is #fe780c


#fe780c Border Color

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

This div border color is #fe780c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe780c


Comments

No comments written yet.

Please login to write comment.