Color Hex Logo

#fda975 Color Hex

#FDA975
(253,169,117)
0 Favorites   0 Comments

Color spaces of #fda975

RGB 253169117
HSL0.060.970.73
HSV23°54°99°
CMYK 0.000.330.54   0.01
XYZ57.906950.542923.5334
Yxy50.54290.43870.3829
Hunter Lab71.093520.977630.1393
CIE-Lab76.401325.589839.2876

#fda975 color RGB value is (253,169,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101001 01110101
Octal 375 251 165
Decimal 253 169 117
Hex FD A9 75

RGB Percentages of Color #fda975

%46.94
%31.35
%21.71

CMYK Percentages of Color #fda975

%0
%33
%54
%1

Triadic Colors of #fda975

#fda975 #75fda9 #a975fd

Analogous Colors of #fda975

#fda975 #fded75 #fd7585

Monochromatic Colors of #fda975

#fda975

Complementary Color

#fda975 #75c9fd

#fda975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda975 Color CSS Codes

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

#fda975 Text Font Color

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

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


#fda975 Background Color

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

This div background color is #fda975


#fda975 Border Color

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

This div border color is #fda975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda975

Related Colors


Comments

No comments written yet.

Please login to write comment.