Color Hex Logo

#fda861 Color Hex

#FDA861
(253,168,97)
0 Favorites   0 Comments

Color spaces of #fda861

RGB 25316897
HSL0.080.980.69
HSV27°62°99°
CMYK 0.000.340.62   0.01
XYZ56.668349.751017.9254
Yxy49.75100.45570.4001
Hunter Lab70.534419.974234.3063
CIE-Lab75.916224.636948.8621

#fda861 color RGB value is (253,168,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101000 01100001
Octal 375 250 141
Decimal 253 168 97
Hex FD A8 61

RGB Percentages of Color #fda861

%48.84
%32.43
%18.73

CMYK Percentages of Color #fda861

%0
%34
%62
%1

Triadic Colors of #fda861

#fda861 #61fda8 #a861fd

Analogous Colors of #fda861

#fda861 #fdf661 #fd6168

Monochromatic Colors of #fda861

#fda861

Complementary Color

#fda861 #61b6fd

#fda861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda861 Color CSS Codes

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

#fda861 Text Font Color

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

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


#fda861 Background Color

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

This div background color is #fda861


#fda861 Border Color

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

This div border color is #fda861


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,168,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 #fda861">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda861

Related Colors


Comments

No comments written yet.

Please login to write comment.