Color Hex Logo

#fe791b Color Hex

#FE791B
(254,121,27)
0 Favorites   0 Comments

Color spaces of #fe791b

RGB 25412127
HSL0.070.990.55
HSV25°89°100°
CMYK 0.000.520.89   0.00
XYZ47.908334.82475.2337
Yxy34.82470.54460.3959
Hunter Lab59.012541.640536.0504
CIE-Lab65.612046.142867.9915

#fe791b color RGB value is (254,121,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111001 00011011
Octal 376 171 33
Decimal 254 121 27
Hex FE 79 1B

RGB Percentages of Color #fe791b

%63.18
%30.10
%6.72

CMYK Percentages of Color #fe791b

%0
%52
%89
%0

Triadic Colors of #fe791b

#fe791b #1bfe79 #791bfe

Analogous Colors of #fe791b

#fe791b #feeb1b #fe1b2e

Monochromatic Colors of #fe791b

#fe791b

Complementary Color

#fe791b #1ba0fe

#fe791b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe791b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe791b Color CSS Codes

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

#fe791b Text Font Color

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

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


#fe791b Background Color

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

This div background color is #fe791b


#fe791b Border Color

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

This div border color is #fe791b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe791b

Related Colors


Comments

No comments written yet.

Please login to write comment.