color codes Logo

#fea53b color codes

#FEA53B
(254,165,59)
0 Favorites   0 Comments

Color spaces of #fea53b

RGB 25416559
HSL0.090.990.61
HSV33°77°100°
CMYK 0.000.350.77   0.00
XYZ55.117648.296910.5549
Yxy48.29690.48360.4238
Hunter Lab69.496019.951339.6423
CIE-Lab75.011824.660965.0425

#fea53b color RGB value is (254,165,59).

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

The process color (four color CMYK) of #fea53b color code is 0.00, 0.35, 0.77, 0.00. Web safe color of #fea53b is #ff9933. Color #fea53b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100101 00111011
Octal 376 245 73
Decimal 254 165 59
Hex FE A5 3B

RGB Percentages of Color #fea53b

%53.14
%34.52
%12.34

CMYK Percentages of Color #fea53b

%0
%35
%77
%0

Triadic Colors of #fea53b

#fea53b #3bfea5 #a53bfe

Analogous Colors of #fea53b

#fea53b #f6fe3b #fe433b

Monochromatic Colors of #fea53b

#fea53b

Complementary Color

#fea53b #3b94fe

#fea53b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea53b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea53b Color CSS Codes

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

#fea53b Text Font Color

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

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


#fea53b Background Color

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

This div background color is #fea53b


#fea53b Border Color

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

This div border color is #fea53b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,165,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 #fea53b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea53b

Related Colors


Comments

No comments written yet.

Please login to write comment.