Color Hex Logo

#fe9130 Color Hex

#FE9130
(254,145,48)
0 Favorites   0 Comments

Color spaces of #fe9130

RGB 25414548
HSL0.080.990.59
HSV28°81°100°
CMYK 0.000.430.81   0.00
XYZ51.532041.53508.0973
Yxy41.53500.50940.4106
Hunter Lab64.447729.944337.6641
CIE-Lab70.549134.651765.1173

#fe9130 color RGB value is (254,145,48).

#fe9130 hex color red value is 254, green value is 145 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #fe9130 hue: 0.08 , saturation: 0.99 and the lightness value of fe9130 is 0.59.

The process color (four color CMYK) of #fe9130 color hex is 0.00, 0.43, 0.81, 0.00. Web safe color of #fe9130 is #ff9933. Color #fe9130 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010001 00110000
Octal 376 221 60
Decimal 254 145 48
Hex FE 91 30

RGB Percentages of Color #fe9130

%56.82
%32.44
%10.74

CMYK Percentages of Color #fe9130

%0
%43
%81
%0

Triadic Colors of #fe9130

#fe9130 #30fe91 #9130fe

Analogous Colors of #fe9130

#fe9130 #fef830 #fe3036

Monochromatic Colors of #fe9130

#fe9130

Complementary Color

#fe9130 #309dfe

#fe9130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9130 Color CSS Codes

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

#fe9130 Text Font Color

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

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


#fe9130 Background Color

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

This div background color is #fe9130


#fe9130 Border Color

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

This div border color is #fe9130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9130

Related Colors


Comments

No comments written yet.

Please login to write comment.