Color Hex Logo

#fe320a Color Hex

#FE320A
(254,50,10)
0 Favorites   0 Comments

Color spaces of #fe320a

RGB 2545010
HSL0.030.990.52
HSV10°96°100°
CMYK 0.000.800.96   0.00
XYZ42.068423.37392.5815
Yxy23.37390.61840.3436
Hunter Lab48.346670.714030.6768
CIE-Lab55.455473.047265.7431

#fe320a color RGB value is (254,50,10).

#fe320a hex color red value is 254, green value is 50 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #fe320a hue: 0.03 , saturation: 0.99 and the lightness value of fe320a is 0.52.

The process color (four color CMYK) of #fe320a color hex is 0.00, 0.80, 0.96, 0.00. Web safe color of #fe320a is #ff3300. Color #fe320a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110010 00001010
Octal 376 62 12
Decimal 254 50 10
Hex FE 32 A

RGB Percentages of Color #fe320a

%80.89
%15.92
%3.18

CMYK Percentages of Color #fe320a

%0
%80
%96
%0

Triadic Colors of #fe320a

#fe320a #0afe32 #320afe

Analogous Colors of #fe320a

#fe320a #feac0a #fe0a5c

Monochromatic Colors of #fe320a

#fe320a

Complementary Color

#fe320a #0ad6fe

#fe320a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe320a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe320a Color CSS Codes

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

#fe320a Text Font Color

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

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


#fe320a Background Color

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

This div background color is #fe320a


#fe320a Border Color

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

This div border color is #fe320a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe320a

Related Colors


Comments

No comments written yet.

Please login to write comment.