Color Hex Logo

#fda574 Color Hex

#FDA574
(253,165,116)
0 Favorites   0 Comments

Color spaces of #fda574

RGB 253165116
HSL0.060.970.72
HSV21°54°99°
CMYK 0.000.350.54   0.01
XYZ57.115549.053922.9810
Yxy49.05390.44220.3798
Hunter Lab70.038522.997129.5727
CIE-Lab75.484827.600238.6541

#fda574 color RGB value is (253,165,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100101 01110100
Octal 375 245 164
Decimal 253 165 116
Hex FD A5 74

RGB Percentages of Color #fda574

%47.38
%30.90
%21.72

CMYK Percentages of Color #fda574

%0
%35
%54
%1

Triadic Colors of #fda574

#fda574 #74fda5 #a574fd

Analogous Colors of #fda574

#fda574 #fdea74 #fd7488

Monochromatic Colors of #fda574

#fda574

Complementary Color

#fda574 #74ccfd

#fda574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda574 Color CSS Codes

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

#fda574 Text Font Color

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

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


#fda574 Background Color

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

This div background color is #fda574


#fda574 Border Color

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

This div border color is #fda574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda574


Comments

No comments written yet.

Please login to write comment.