Color Hex Logo

#fe9915 Color Hex

#FE9915
(254,153,21)
0 Favorites   0 Comments

Color spaces of #fe9915

RGB 25415321
HSL0.090.990.54
HSV34°92°100°
CMYK 0.000.400.92   0.00
XYZ52.399643.90746.4227
Yxy43.90740.51010.4274
Hunter Lab66.262725.195740.6370
CIE-Lab72.166629.955474.1570

#fe9915 color RGB value is (254,153,21).

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

The process color (four color CMYK) of #fe9915 color hex is 0.00, 0.40, 0.92, 0.00. Web safe color of #fe9915 is #ff9900. Color #fe9915 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011001 00010101
Octal 376 231 25
Decimal 254 153 21
Hex FE 99 15

RGB Percentages of Color #fe9915

%59.35
%35.75
%4.91

CMYK Percentages of Color #fe9915

%0
%40
%92
%0

Triadic Colors of #fe9915

#fe9915 #15fe99 #9915fe

Analogous Colors of #fe9915

#fe9915 #effe15 #fe2415

Monochromatic Colors of #fe9915

#fe9915

Complementary Color

#fe9915 #157afe

#fe9915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9915 Color CSS Codes

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

#fe9915 Text Font Color

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

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


#fe9915 Background Color

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

This div background color is #fe9915


#fe9915 Border Color

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

This div border color is #fe9915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9915

Related Colors


Comments

No comments written yet.

Please login to write comment.