Color Hex Logo

#fda032 Color Hex

#FDA032
(253,160,50)
0 Favorites   0 Comments

Color spaces of #fda032

RGB 25316050
HSL0.090.980.59
HSV33°80°99°
CMYK 0.000.370.80   0.01
XYZ53.654546.25459.1177
Yxy46.25450.49210.4242
Hunter Lab68.010721.802339.6589
CIE-Lab73.710426.548167.1737

#fda032 color RGB value is (253,160,50).

#fda032 hex color red value is 253, green value is 160 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #fda032 hue: 0.09 , saturation: 0.98 and the lightness value of fda032 is 0.59.

The process color (four color CMYK) of #fda032 color hex is 0.00, 0.37, 0.80, 0.01. Web safe color of #fda032 is #ff9933. Color #fda032 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100000 00110010
Octal 375 240 62
Decimal 253 160 50
Hex FD A0 32

RGB Percentages of Color #fda032

%54.64
%34.56
%10.80

CMYK Percentages of Color #fda032

%0
%37
%80
%1

Triadic Colors of #fda032

#fda032 #32fda0 #a032fd

Analogous Colors of #fda032

#fda032 #f5fd32 #fd3b32

Monochromatic Colors of #fda032

#fda032

Complementary Color

#fda032 #328ffd

#fda032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda032 Color CSS Codes

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

#fda032 Text Font Color

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

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


#fda032 Background Color

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

This div background color is #fda032


#fda032 Border Color

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

This div border color is #fda032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda032


Comments

No comments written yet.

Please login to write comment.