Color Hex Logo

#fe791f Color Hex

#FE791F
(254,121,31)
0 Favorites   0 Comments

Color spaces of #fe791f

RGB 25412131
HSL0.070.990.56
HSV24°88°100°
CMYK 0.000.520.88   0.00
XYZ47.957734.84455.4943
Yxy34.84450.54310.3946
Hunter Lab59.029241.719435.8019
CIE-Lab65.627446.212966.8307

#fe791f color RGB value is (254,121,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111001 00011111
Octal 376 171 37
Decimal 254 121 31
Hex FE 79 1F

RGB Percentages of Color #fe791f

%62.56
%29.80
%7.64

CMYK Percentages of Color #fe791f

%0
%52
%88
%0

Triadic Colors of #fe791f

#fe791f #1ffe79 #791ffe

Analogous Colors of #fe791f

#fe791f #fee91f #fe1f34

Monochromatic Colors of #fe791f

#fe791f

Complementary Color

#fe791f #1fa4fe

#fe791f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe791f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe791f Color CSS Codes

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

#fe791f Text Font Color

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

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


#fe791f Background Color

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

This div background color is #fe791f


#fe791f Border Color

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

This div border color is #fe791f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe791f

Related Colors


Comments

No comments written yet.

Please login to write comment.