Color Hex Logo

#fe502d Color Hex

#FE502D
(254,80,45)
0 Favorites   0 Comments

Color spaces of #fe502d

RGB 2548045
HSL0.030.990.59
HSV10°82°100°
CMYK 0.000.690.82   0.00
XYZ44.215426.99765.3633
Yxy26.99760.57740.3526
Hunter Lab51.959260.968430.2515
CIE-Lab58.972164.264155.9482

#fe502d color RGB value is (254,80,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010000 00101101
Octal 376 120 55
Decimal 254 80 45
Hex FE 50 2D

RGB Percentages of Color #fe502d

%67.02
%21.11
%11.87

CMYK Percentages of Color #fe502d

%0
%69
%82
%0

Triadic Colors of #fe502d

#fe502d #2dfe50 #502dfe

Analogous Colors of #fe502d

#fe502d #feb92d #fe2d73

Monochromatic Colors of #fe502d

#fe502d

Complementary Color

#fe502d #2ddbfe

#fe502d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe502d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe502d Color CSS Codes

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

#fe502d Text Font Color

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

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


#fe502d Background Color

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

This div background color is #fe502d


#fe502d Border Color

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

This div border color is #fe502d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe502d


Comments

No comments written yet.

Please login to write comment.