Color Hex Logo

#fe3615 Color Hex

#FE3615
(254,54,21)
0 Favorites   0 Comments

Color spaces of #fe3615

RGB 2545421
HSL0.020.990.54
HSV92°100°
CMYK 0.000.790.92   0.00
XYZ42.327623.76333.0653
Yxy23.76330.61210.3436
Hunter Lab48.747669.683430.3951
CIE-Lab55.850072.127363.0377

#fe3615 color RGB value is (254,54,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110110 00010101
Octal 376 66 25
Decimal 254 54 21
Hex FE 36 15

RGB Percentages of Color #fe3615

%77.20
%16.41
%6.38

CMYK Percentages of Color #fe3615

%0
%79
%92
%0

Triadic Colors of #fe3615

#fe3615 #15fe36 #3615fe

Analogous Colors of #fe3615

#fe3615 #feab15 #fe1569

Monochromatic Colors of #fe3615

#fe3615

Complementary Color

#fe3615 #15ddfe

#fe3615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe3615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe3615 Color CSS Codes

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

#fe3615 Text Font Color

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

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


#fe3615 Background Color

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

This div background color is #fe3615


#fe3615 Border Color

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

This div border color is #fe3615


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe3615

Related Colors


Comments

No comments written yet.

Please login to write comment.