Color Hex Logo

#fea33b Color Hex

#FEA33B
(254,163,59)
0 Favorites   0 Comments

Color spaces of #fea33b

RGB 25416359
HSL0.090.990.61
HSV32°77°100°
CMYK 0.000.360.77   0.00
XYZ54.759747.581010.4356
Yxy47.58100.48560.4219
Hunter Lab68.979020.990939.3155
CIE-Lab74.559925.704464.6108

#fea33b color RGB value is (254,163,59).

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

The process color (four color CMYK) of #fea33b color hex is 0.00, 0.36, 0.77, 0.00. Web safe color of #fea33b is #ff9933. Color #fea33b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100011 00111011
Octal 376 243 73
Decimal 254 163 59
Hex FE A3 3B

RGB Percentages of Color #fea33b

%53.36
%34.24
%12.39

CMYK Percentages of Color #fea33b

%0
%36
%77
%0

Triadic Colors of #fea33b

#fea33b #3bfea3 #a33bfe

Analogous Colors of #fea33b

#fea33b #f8fe3b #fe413b

Monochromatic Colors of #fea33b

#fea33b

Complementary Color

#fea33b #3b96fe

#fea33b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea33b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea33b Color CSS Codes

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

#fea33b Text Font Color

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

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


#fea33b Background Color

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

This div background color is #fea33b


#fea33b Border Color

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

This div border color is #fea33b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea33b


Comments

No comments written yet.

Please login to write comment.