Color Hex Logo

#fdaa22 Color Hex

#FDAA22
(253,170,34)
0 Favorites   0 Comments

Color spaces of #fdaa22

RGB 25317034
HSL0.100.980.56
HSV37°87°99°
CMYK 0.000.330.87   0.01
XYZ55.171549.74768.2078
Yxy49.74760.48770.4398
Hunter Lab70.532016.195242.4728
CIE-Lab75.914120.907773.9864

#fdaa22 color RGB value is (253,170,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101010 00100010
Octal 375 252 42
Decimal 253 170 34
Hex FD AA 22

RGB Percentages of Color #fdaa22

%55.36
%37.20
%7.44

CMYK Percentages of Color #fdaa22

%0
%33
%87
%1

Triadic Colors of #fdaa22

#fdaa22 #22fdaa #aa22fd

Analogous Colors of #fdaa22

#fdaa22 #e3fd22 #fd3d22

Monochromatic Colors of #fdaa22

#fdaa22

Complementary Color

#fdaa22 #2275fd

#fdaa22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaa22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaa22 Color CSS Codes

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

#fdaa22 Text Font Color

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

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


#fdaa22 Background Color

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

This div background color is #fdaa22


#fdaa22 Border Color

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

This div border color is #fdaa22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaa22


Comments

No comments written yet.

Please login to write comment.