color codes Logo

#fdaa19 color codes

#FDAA19
(253,170,25)
0 Favorites   0 Comments

Color spaces of #fdaa19

RGB 25317025
HSL0.110.980.55
HSV38°90°99°
CMYK 0.000.330.90   0.01
XYZ55.058249.70237.6113
Yxy49.70230.49000.4423
Hunter Lab70.499916.028242.9488
CIE-Lab75.886220.742376.0366

#fdaa19 color RGB value is (253,170,25).

#fdaa19 hex color red value is 253, green value is 170 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #fdaa19 hue: 0.11 , saturation: 0.98 and the lightness value of fdaa19 is 0.55.

The process color (four color CMYK) of #fdaa19 color code is 0.00, 0.33, 0.90, 0.01. Web safe color of #fdaa19 is #ff9900. Color #fdaa19 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101010 00011001
Octal 375 252 31
Decimal 253 170 25
Hex FD AA 19

RGB Percentages of Color #fdaa19

%56.47
%37.95
%5.58

CMYK Percentages of Color #fdaa19

%0
%33
%90
%1

Triadic Colors of #fdaa19

#fdaa19 #19fdaa #aa19fd

Analogous Colors of #fdaa19

#fdaa19 #defd19 #fd3819

Monochromatic Colors of #fdaa19

#fdaa19

Complementary Color

#fdaa19 #196cfd

#fdaa19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaa19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaa19 Color CSS Codes

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

#fdaa19 Text Font Color

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

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


#fdaa19 Background Color

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

This div background color is #fdaa19


#fdaa19 Border Color

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

This div border color is #fdaa19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaa19

Related Colors


Comments

No comments written yet.

Please login to write comment.