Color Hex Logo

#fea82f Color Hex

#FEA82F
(254,168,47)
1 Favorites   0 Comments

Color spaces of #fea82f

RGB 25416847
HSL0.100.990.59
HSV35°81°100°
CMYK 0.000.340.81   0.00
XYZ55.388849.28139.2823
Yxy49.28130.48610.4325
Hunter Lab70.200617.986641.3008
CIE-Lab75.626022.696369.9531

#fea82f color RGB value is (254,168,47).

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

The process color (four color CMYK) of #fea82f color hex is 0.00, 0.34, 0.81, 0.00. Web safe color of #fea82f is #ff9933. Color #fea82f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101000 00101111
Octal 376 250 57
Decimal 254 168 47
Hex FE A8 2F

RGB Percentages of Color #fea82f

%54.16
%35.82
%10.02

CMYK Percentages of Color #fea82f

%0
%34
%81
%0

Triadic Colors of #fea82f

#fea82f #2ffea8 #a82ffe

Analogous Colors of #fea82f

#fea82f #edfe2f #fe412f

Monochromatic Colors of #fea82f

#fea82f

Complementary Color

#fea82f #2f85fe

#fea82f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea82f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea82f Color CSS Codes

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

#fea82f Text Font Color

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

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


#fea82f Background Color

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

This div background color is #fea82f


#fea82f Border Color

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

This div border color is #fea82f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea82f

#fea82f Color Palettes


Comments

No comments written yet.

Please login to write comment.