Color Hex Logo

#fe792f Color Hex

#FE792F
(254,121,47)
0 Favorites   0 Comments

Color spaces of #fe792f

RGB 25412147
HSL0.060.990.59
HSV21°81°100°
CMYK 0.000.520.81   0.00
XYZ48.223534.95086.8938
Yxy34.95080.53540.3880
Hunter Lab59.119242.143734.4697
CIE-Lab65.710346.589561.1668

#fe792f color RGB value is (254,121,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111001 00101111
Octal 376 171 57
Decimal 254 121 47
Hex FE 79 2F

RGB Percentages of Color #fe792f

%60.19
%28.67
%11.14

CMYK Percentages of Color #fe792f

%0
%52
%81
%0

Triadic Colors of #fe792f

#fe792f #2ffe79 #792ffe

Analogous Colors of #fe792f

#fe792f #fee12f #fe2f4d

Monochromatic Colors of #fe792f

#fe792f

Complementary Color

#fe792f #2fb4fe

#fe792f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe792f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe792f Color CSS Codes

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

#fe792f Text Font Color

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

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


#fe792f Background Color

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

This div background color is #fe792f


#fe792f Border Color

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

This div border color is #fe792f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe792f


Comments

No comments written yet.

Please login to write comment.