Color Hex Logo

#fe792c Color Hex

#FE792C
(254,121,44)
0 Favorites   0 Comments

Color spaces of #fe792c

RGB 25412144
HSL0.060.990.58
HSV22°83°100°
CMYK 0.000.520.83   0.00
XYZ48.165034.92746.5860
Yxy34.92740.53710.3895
Hunter Lab59.099442.050534.7623
CIE-Lab65.692146.506862.3399

#fe792c color RGB value is (254,121,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111001 00101100
Octal 376 171 54
Decimal 254 121 44
Hex FE 79 2C

RGB Percentages of Color #fe792c

%60.62
%28.88
%10.50

CMYK Percentages of Color #fe792c

%0
%52
%83
%0

Triadic Colors of #fe792c

#fe792c #2cfe79 #792cfe

Analogous Colors of #fe792c

#fe792c #fee22c #fe2c48

Monochromatic Colors of #fe792c

#fe792c

Complementary Color

#fe792c #2cb1fe

#fe792c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe792c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe792c Color CSS Codes

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

#fe792c Text Font Color

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

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


#fe792c Background Color

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

This div background color is #fe792c


#fe792c Border Color

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

This div border color is #fe792c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe792c


Comments

No comments written yet.

Please login to write comment.