Color Hex Logo

#fda521 Color Hex

#FDA521
(253,165,33)
0 Favorites   0 Comments

Color spaces of #fda521

RGB 25316533
HSL0.100.980.56
HSV36°87°99°
CMYK 0.000.350.87   0.01
XYZ54.237747.90277.8264
Yxy47.90270.49320.4356
Hunter Lab69.211818.760641.7438
CIE-Lab74.763523.500573.3321

#fda521 color RGB value is (253,165,33).

#fda521 hex color red value is 253, green value is 165 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #fda521 hue: 0.10 , saturation: 0.98 and the lightness value of fda521 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100101 00100001
Octal 375 245 41
Decimal 253 165 33
Hex FD A5 21

RGB Percentages of Color #fda521

%56.10
%36.59
%7.32

CMYK Percentages of Color #fda521

%0
%35
%87
%1

Triadic Colors of #fda521

#fda521 #21fda5 #a521fd

Analogous Colors of #fda521

#fda521 #e7fd21 #fd3721

Monochromatic Colors of #fda521

#fda521

Complementary Color

#fda521 #2179fd

#fda521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda521 Color CSS Codes

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

#fda521 Text Font Color

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

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


#fda521 Background Color

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

This div background color is #fda521


#fda521 Border Color

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

This div border color is #fda521


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,165,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda521

Related Colors


Comments

No comments written yet.

Please login to write comment.