Color Hex Logo

#fe503a Color Hex

#FE503A
(254,80,58)
0 Favorites   0 Comments

Color spaces of #fe503a

RGB 2548058
HSL0.020.990.61
HSV77°100°
CMYK 0.000.690.77   0.00
XYZ44.505427.11366.8907
Yxy27.11360.56690.3454
Hunter Lab52.070761.442128.6035
CIE-Lab59.079364.647149.7460

#fe503a color RGB value is (254,80,58).

#fe503a hex color red value is 254, green value is 80 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #fe503a hue: 0.02 , saturation: 0.99 and the lightness value of fe503a is 0.61.

The process color (four color CMYK) of #fe503a color hex is 0.00, 0.69, 0.77, 0.00. Web safe color of #fe503a is #ff6633. Color #fe503a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010000 00111010
Octal 376 120 72
Decimal 254 80 58
Hex FE 50 3A

RGB Percentages of Color #fe503a

%64.80
%20.41
%14.80

CMYK Percentages of Color #fe503a

%0
%69
%77
%0

Triadic Colors of #fe503a

#fe503a #3afe50 #503afe

Analogous Colors of #fe503a

#fe503a #feb23a #fe3a86

Monochromatic Colors of #fe503a

#fe503a

Complementary Color

#fe503a #3ae8fe

#fe503a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe503a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe503a Color CSS Codes

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

#fe503a Text Font Color

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

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


#fe503a Background Color

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

This div background color is #fe503a


#fe503a Border Color

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

This div border color is #fe503a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe503a


Comments

No comments written yet.

Please login to write comment.