Color Hex Logo

#fe3914 Color Hex

#FE3914
(254,57,20)
0 Favorites   0 Comments

Color spaces of #fe3914

RGB 2545720
HSL0.030.990.54
HSV92°100°
CMYK 0.000.780.92   0.00
XYZ42.462424.04763.0654
Yxy24.04760.61030.3456
Hunter Lab49.038468.746430.6206
CIE-Lab56.135471.302063.5291

#fe3914 color RGB value is (254,57,20).

#fe3914 hex color red value is 254, green value is 57 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #fe3914 hue: 0.03 , saturation: 0.99 and the lightness value of fe3914 is 0.54.

The process color (four color CMYK) of #fe3914 color hex is 0.00, 0.78, 0.92, 0.00. Web safe color of #fe3914 is #ff3300. Color #fe3914 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00111001 00010100
Octal 376 71 24
Decimal 254 57 20
Hex FE 39 14

RGB Percentages of Color #fe3914

%76.74
%17.22
%6.04

CMYK Percentages of Color #fe3914

%0
%78
%92
%0

Triadic Colors of #fe3914

#fe3914 #14fe39 #3914fe

Analogous Colors of #fe3914

#fe3914 #feae14 #fe1464

Monochromatic Colors of #fe3914

#fe3914

Complementary Color

#fe3914 #14d9fe

#fe3914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe3914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe3914 Color CSS Codes

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

#fe3914 Text Font Color

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

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


#fe3914 Background Color

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

This div background color is #fe3914


#fe3914 Border Color

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

This div border color is #fe3914


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe3914


Comments

No comments written yet.

Please login to write comment.