Color Hex Logo

#fda573 Color Hex

#FDA573
(253,165,115)
0 Favorites   0 Comments

Color spaces of #fda573

RGB 253165115
HSL0.060.970.72
HSV22°55°99°
CMYK 0.000.350.55   0.01
XYZ57.057749.030722.6763
Yxy49.03070.44310.3808
Hunter Lab70.021922.913229.8145
CIE-Lab75.470427.520039.1579

#fda573 color RGB value is (253,165,115).

#fda573 hex color red value is 253, green value is 165 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #fda573 hue: 0.06 , saturation: 0.97 and the lightness value of fda573 is 0.72.

The process color (four color CMYK) of #fda573 color hex is 0.00, 0.35, 0.55, 0.01. Web safe color of #fda573 is #ff9966. Color #fda573 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100101 01110011
Octal 375 245 163
Decimal 253 165 115
Hex FD A5 73

RGB Percentages of Color #fda573

%47.47
%30.96
%21.58

CMYK Percentages of Color #fda573

%0
%35
%55
%1

Triadic Colors of #fda573

#fda573 #73fda5 #a573fd

Analogous Colors of #fda573

#fda573 #fdea73 #fd7386

Monochromatic Colors of #fda573

#fda573

Complementary Color

#fda573 #73cbfd

#fda573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda573 Color CSS Codes

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

#fda573 Text Font Color

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

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


#fda573 Background Color

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

This div background color is #fda573


#fda573 Border Color

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

This div border color is #fda573


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda573


Comments

No comments written yet.

Please login to write comment.