Color Hex Logo

#fe791e Color Hex

#FE791E
(254,121,30)
0 Favorites   0 Comments

Color spaces of #fe791e

RGB 25412130
HSL0.070.990.56
HSV24°88°100°
CMYK 0.000.520.88   0.00
XYZ47.944834.83935.4260
Yxy34.83930.54350.3950
Hunter Lab59.024841.698935.8670
CIE-Lab65.623446.194767.1313

#fe791e color RGB value is (254,121,30).

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

The process color (four color CMYK) of #fe791e color hex is 0.00, 0.52, 0.88, 0.00. Web safe color of #fe791e is #ff6633. Color #fe791e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111001 00011110
Octal 376 171 36
Decimal 254 121 30
Hex FE 79 1E

RGB Percentages of Color #fe791e

%62.72
%29.88
%7.41

CMYK Percentages of Color #fe791e

%0
%52
%88
%0

Triadic Colors of #fe791e

#fe791e #1efe79 #791efe

Analogous Colors of #fe791e

#fe791e #fee91e #fe1e33

Monochromatic Colors of #fe791e

#fe791e

Complementary Color

#fe791e #1ea3fe

#fe791e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe791e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe791e Color CSS Codes

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

#fe791e Text Font Color

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

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


#fe791e Background Color

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

This div background color is #fe791e


#fe791e Border Color

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

This div border color is #fe791e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe791e


Comments

No comments written yet.

Please login to write comment.