Color Hex Logo

#fea820 Color Hex

#FEA820
(254,168,32)
0 Favorites   0 Comments

Color spaces of #fea820

RGB 25416832
HSL0.100.990.56
HSV37°87°100°
CMYK 0.000.340.87   0.00
XYZ55.136449.18047.9533
Yxy49.18040.49110.4381
Hunter Lab70.128717.614442.3660
CIE-Lab75.563422.330774.2642

#fea820 color RGB value is (254,168,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101000 00100000
Octal 376 250 40
Decimal 254 168 32
Hex FE A8 20

RGB Percentages of Color #fea820

%55.95
%37.00
%7.05

CMYK Percentages of Color #fea820

%0
%34
%87
%0

Triadic Colors of #fea820

#fea820 #20fea8 #a820fe

Analogous Colors of #fea820

#fea820 #e5fe20 #fe3920

Monochromatic Colors of #fea820

#fea820

Complementary Color

#fea820 #2076fe

#fea820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea820 Color CSS Codes

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

#fea820 Text Font Color

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

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


#fea820 Background Color

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

This div background color is #fea820


#fea820 Border Color

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

This div border color is #fea820


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea820

Related Colors


Comments

No comments written yet.

Please login to write comment.