Color Hex Logo

#fe9024 Color Hex

#FE9024
(254,144,36)
0 Favorites   0 Comments

Color spaces of #fe9024

RGB 25414436
HSL0.080.990.57
HSV30°86°100°
CMYK 0.000.430.86   0.00
XYZ51.164741.14476.9141
Yxy41.14470.51570.4147
Hunter Lab64.144130.128738.5100
CIE-Lab70.277234.852968.9625

#fe9024 color RGB value is (254,144,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010000 00100100
Octal 376 220 44
Decimal 254 144 36
Hex FE 90 24

RGB Percentages of Color #fe9024

%58.53
%33.18
%8.29

CMYK Percentages of Color #fe9024

%0
%43
%86
%0

Triadic Colors of #fe9024

#fe9024 #24fe90 #9024fe

Analogous Colors of #fe9024

#fe9024 #fefd24 #fe2425

Monochromatic Colors of #fe9024

#fe9024

Complementary Color

#fe9024 #2492fe

#fe9024 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9024 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9024 Color CSS Codes

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

#fe9024 Text Font Color

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

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


#fe9024 Background Color

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

This div background color is #fe9024


#fe9024 Border Color

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

This div border color is #fe9024


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9024

Related Colors


Comments

No comments written yet.

Please login to write comment.