Color Hex Logo

#fe790d Color Hex

#FE790D
(254,121,13)
0 Favorites   0 Comments

Color spaces of #fe790d

RGB 25412113
HSL0.070.990.52
HSV27°95°100°
CMYK 0.000.520.95   0.00
XYZ47.783134.77464.5745
Yxy34.77460.54840.3991
Hunter Lab58.970041.440236.6797
CIE-Lab65.572845.964771.1151

#fe790d color RGB value is (254,121,13).

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

The process color (four color CMYK) of #fe790d color hex is 0.00, 0.52, 0.95, 0.00. Web safe color of #fe790d is #ff6600. Color #fe790d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111001 00001101
Octal 376 171 15
Decimal 254 121 13
Hex FE 79 D

RGB Percentages of Color #fe790d

%65.46
%31.19
%3.35

CMYK Percentages of Color #fe790d

%0
%52
%95
%0

Triadic Colors of #fe790d

#fe790d #0dfe79 #790dfe

Analogous Colors of #fe790d

#fe790d #fef20d #fe0d1a

Monochromatic Colors of #fe790d

#fe790d

Complementary Color

#fe790d #0d92fe

#fe790d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe790d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe790d Color CSS Codes

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

#fe790d Text Font Color

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

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


#fe790d Background Color

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

This div background color is #fe790d


#fe790d Border Color

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

This div border color is #fe790d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe790d


Comments

No comments written yet.

Please login to write comment.