Color Hex Logo

#fe782e Color Hex

#FE782E
(254,120,46)
0 Favorites   0 Comments

Color spaces of #fe782e

RGB 25412046
HSL0.060.990.59
HSV21°82°100°
CMYK 0.000.530.82   0.00
XYZ48.082734.70106.7485
Yxy34.70100.53700.3876
Hunter Lab58.907642.610634.4430
CIE-Lab65.515247.042161.3944

#fe782e color RGB value is (254,120,46).

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

The process color (four color CMYK) of #fe782e color hex is 0.00, 0.53, 0.82, 0.00. Web safe color of #fe782e is #ff6633. Color #fe782e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111000 00101110
Octal 376 170 56
Decimal 254 120 46
Hex FE 78 2E

RGB Percentages of Color #fe782e

%60.48
%28.57
%10.95

CMYK Percentages of Color #fe782e

%0
%53
%82
%0

Triadic Colors of #fe782e

#fe782e #2efe78 #782efe

Analogous Colors of #fe782e

#fe782e #fee02e #fe2e4c

Monochromatic Colors of #fe782e

#fe782e

Complementary Color

#fe782e #2eb4fe

#fe782e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe782e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe782e Color CSS Codes

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

#fe782e Text Font Color

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

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


#fe782e Background Color

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

This div background color is #fe782e


#fe782e Border Color

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

This div border color is #fe782e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe782e


Comments

No comments written yet.

Please login to write comment.