Color Hex Logo

#fe8c04 Color Hex

#FE8C04
(254,140,4)
0 Favorites   0 Comments

Color spaces of #fe8c04

RGB 2541404
HSL0.090.990.51
HSV33°98°100°
CMYK 0.000.450.98   0.00
XYZ50.273039.83585.1543
Yxy39.83580.52770.4182
Hunter Lab63.115631.726939.3390
CIE-Lab69.352436.462274.8102

#fe8c04 color RGB value is (254,140,4).

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

The process color (four color CMYK) of #fe8c04 color hex is 0.00, 0.45, 0.98, 0.00. Web safe color of #fe8c04 is #ff9900. Color #fe8c04 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001100 00000100
Octal 376 214 4
Decimal 254 140 4
Hex FE 8C 4

RGB Percentages of Color #fe8c04

%63.82
%35.18
%1.01

CMYK Percentages of Color #fe8c04

%0
%45
%98
%0

Triadic Colors of #fe8c04

#fe8c04 #04fe8c #8c04fe

Analogous Colors of #fe8c04

#fe8c04 #f3fe04 #fe0f04

Monochromatic Colors of #fe8c04

#fe8c04

Complementary Color

#fe8c04 #0476fe

#fe8c04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8c04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8c04 Color CSS Codes

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

#fe8c04 Text Font Color

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

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


#fe8c04 Background Color

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

This div background color is #fe8c04


#fe8c04 Border Color

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

This div border color is #fe8c04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8c04


Comments

No comments written yet.

Please login to write comment.