Color Hex Logo

#fe7515 Color Hex

#FE7515
(254,117,21)
0 Favorites   0 Comments

Color spaces of #fe7515

RGB 25411721
HSL0.070.990.54
HSV25°92°100°
CMYK 0.000.540.92   0.00
XYZ47.369733.84764.7460
Yxy33.84760.55100.3937
Hunter Lab58.178743.523935.8884
CIE-Lab64.841447.967368.9958

#fe7515 color RGB value is (254,117,21).

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

The process color (four color CMYK) of #fe7515 color hex is 0.00, 0.54, 0.92, 0.00. Web safe color of #fe7515 is #ff6600. Color #fe7515 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110101 00010101
Octal 376 165 25
Decimal 254 117 21
Hex FE 75 15

RGB Percentages of Color #fe7515

%64.80
%29.85
%5.36

CMYK Percentages of Color #fe7515

%0
%54
%92
%0

Triadic Colors of #fe7515

#fe7515 #15fe75 #7515fe

Analogous Colors of #fe7515

#fe7515 #feea15 #fe1529

Monochromatic Colors of #fe7515

#fe7515

Complementary Color

#fe7515 #159efe

#fe7515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7515 Color CSS Codes

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

#fe7515 Text Font Color

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

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


#fe7515 Background Color

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

This div background color is #fe7515


#fe7515 Border Color

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

This div border color is #fe7515


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,117,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 #fe7515">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7515


Comments

No comments written yet.

Please login to write comment.