Color Hex Logo

#fda034 Color Hex

#FDA034
(253,160,52)
0 Favorites   0 Comments

Color spaces of #fda034

RGB 25316052
HSL0.090.980.60
HSV32°79°99°
CMYK 0.000.370.79   0.01
XYZ53.698746.27229.3500
Yxy46.27220.49120.4233
Hunter Lab68.023721.868639.4670
CIE-Lab73.721826.612266.4565

#fda034 color RGB value is (253,160,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100000 00110100
Octal 375 240 64
Decimal 253 160 52
Hex FD A0 34

RGB Percentages of Color #fda034

%54.41
%34.41
%11.18

CMYK Percentages of Color #fda034

%0
%37
%79
%1

Triadic Colors of #fda034

#fda034 #34fda0 #a034fd

Analogous Colors of #fda034

#fda034 #f6fd34 #fd3b34

Monochromatic Colors of #fda034

#fda034

Complementary Color

#fda034 #3491fd

#fda034 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda034 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda034 Color CSS Codes

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

#fda034 Text Font Color

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

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


#fda034 Background Color

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

This div background color is #fda034


#fda034 Border Color

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

This div border color is #fda034


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda034


Comments

No comments written yet.

Please login to write comment.