Color Hex Logo

#fdaf61 Color Hex

#FDAF61
(253,175,97)
0 Favorites   0 Comments

Color spaces of #fdaf61

RGB 25317597
HSL0.080.980.69
HSV30°62°99°
CMYK 0.000.310.62   0.01
XYZ57.995752.405718.3679
Yxy52.40570.45040.4070
Hunter Lab72.391816.317335.6306
CIE-Lab77.522820.972350.7375

#fdaf61 color RGB value is (253,175,97).

#fdaf61 hex color red value is 253, green value is 175 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #fdaf61 hue: 0.08 , saturation: 0.98 and the lightness value of fdaf61 is 0.69.

The process color (four color CMYK) of #fdaf61 color hex is 0.00, 0.31, 0.62, 0.01. Web safe color of #fdaf61 is #ff9966. Color #fdaf61 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101111 01100001
Octal 375 257 141
Decimal 253 175 97
Hex FD AF 61

RGB Percentages of Color #fdaf61

%48.19
%33.33
%18.48

CMYK Percentages of Color #fdaf61

%0
%31
%62
%1

Triadic Colors of #fdaf61

#fdaf61 #61fdaf #af61fd

Analogous Colors of #fdaf61

#fdaf61 #fdfd61 #fd6161

Monochromatic Colors of #fdaf61

#fdaf61

Complementary Color

#fdaf61 #61affd

#fdaf61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaf61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaf61 Color CSS Codes

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

#fdaf61 Text Font Color

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

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


#fdaf61 Background Color

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

This div background color is #fdaf61


#fdaf61 Border Color

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

This div border color is #fdaf61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaf61


Comments

No comments written yet.

Please login to write comment.