Color Hex Logo

#fe8024 Color Hex

#FE8024
(254,128,36)
0 Favorites   0 Comments

Color spaces of #fe8024

RGB 25412836
HSL0.070.990.57
HSV25°86°100°
CMYK 0.000.500.86   0.00
XYZ48.910736.63656.1628
Yxy36.63650.53330.3995
Hunter Lab60.528138.315636.3329
CIE-Lab67.003442.901366.3197

#fe8024 color RGB value is (254,128,36).

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

The process color (four color CMYK) of #fe8024 color hex is 0.00, 0.50, 0.86, 0.00. Web safe color of #fe8024 is #ff9933. Color #fe8024 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000000 00100100
Octal 376 200 44
Decimal 254 128 36
Hex FE 80 24

RGB Percentages of Color #fe8024

%60.77
%30.62
%8.61

CMYK Percentages of Color #fe8024

%0
%50
%86
%0

Triadic Colors of #fe8024

#fe8024 #24fe80 #8024fe

Analogous Colors of #fe8024

#fe8024 #feed24 #fe2435

Monochromatic Colors of #fe8024

#fe8024

Complementary Color

#fe8024 #24a2fe

#fe8024 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8024 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8024 Color CSS Codes

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

#fe8024 Text Font Color

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

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


#fe8024 Background Color

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

This div background color is #fe8024


#fe8024 Border Color

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

This div border color is #fe8024


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8024


Comments

No comments written yet.

Please login to write comment.