Color Hex Logo

#fea50d Color Hex

#FEA50D
(254,165,13)
0 Favorites   0 Comments

Color spaces of #fea50d

RGB 25416513
HSL0.110.990.52
HSV38°95°100°
CMYK 0.000.350.95   0.00
XYZ54.400848.01026.7804
Yxy48.01020.49820.4397
Hunter Lab69.289418.888342.7007
CIE-Lab74.831423.623377.3322

#fea50d color RGB value is (254,165,13).

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

The process color (four color CMYK) of #fea50d color hex is 0.00, 0.35, 0.95, 0.00. Web safe color of #fea50d is #ff9900. Color #fea50d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100101 00001101
Octal 376 245 15
Decimal 254 165 13
Hex FE A5 D

RGB Percentages of Color #fea50d

%58.80
%38.19
%3.01

CMYK Percentages of Color #fea50d

%0
%35
%95
%0

Triadic Colors of #fea50d

#fea50d #0dfea5 #a50dfe

Analogous Colors of #fea50d

#fea50d #dffe0d #fe2c0d

Monochromatic Colors of #fea50d

#fea50d

Complementary Color

#fea50d #0d66fe

#fea50d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea50d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea50d Color CSS Codes

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

#fea50d Text Font Color

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

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


#fea50d Background Color

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

This div background color is #fea50d


#fea50d Border Color

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

This div border color is #fea50d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea50d


Comments

No comments written yet.

Please login to write comment.