Color Hex Logo

#fea63d Color Hex

#FEA63D
(254,166,61)
0 Favorites   0 Comments

Color spaces of #fea63d

RGB 25416661
HSL0.090.990.62
HSV33°76°100°
CMYK 0.000.350.76   0.00
XYZ55.351648.680210.8937
Yxy48.68020.48160.4236
Hunter Lab69.771219.509939.5826
CIE-Lab75.251924.215164.4838

#fea63d color RGB value is (254,166,61).

#fea63d hex color red value is 254, green value is 166 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #fea63d hue: 0.09 , saturation: 0.99 and the lightness value of fea63d is 0.62.

The process color (four color CMYK) of #fea63d color hex is 0.00, 0.35, 0.76, 0.00. Web safe color of #fea63d is #ff9933. Color #fea63d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100110 00111101
Octal 376 246 75
Decimal 254 166 61
Hex FE A6 3D

RGB Percentages of Color #fea63d

%52.81
%34.51
%12.68

CMYK Percentages of Color #fea63d

%0
%35
%76
%0

Triadic Colors of #fea63d

#fea63d #3dfea6 #a63dfe

Analogous Colors of #fea63d

#fea63d #f6fe3d #fe463d

Monochromatic Colors of #fea63d

#fea63d

Complementary Color

#fea63d #3d95fe

#fea63d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea63d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea63d Color CSS Codes

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

#fea63d Text Font Color

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

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


#fea63d Background Color

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

This div background color is #fea63d


#fea63d Border Color

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

This div border color is #fea63d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea63d


Comments

No comments written yet.

Please login to write comment.