Color Hex Logo

#fdb961 Color Hex

#FDB961
(253,185,97)
0 Favorites   0 Comments

Color spaces of #fdb961

RGB 25318597
HSL0.090.980.69
HSV34°62°99°
CMYK 0.000.270.62   0.01
XYZ60.014656.443619.0409
Yxy56.44360.44290.4166
Hunter Lab75.129011.113937.5636
CIE-Lab79.865615.738953.4433

#fdb961 color RGB value is (253,185,97).

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

The process color (four color CMYK) of #fdb961 color hex is 0.00, 0.27, 0.62, 0.01. Web safe color of #fdb961 is #ffcc66. Color #fdb961 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111001 01100001
Octal 375 271 141
Decimal 253 185 97
Hex FD B9 61

RGB Percentages of Color #fdb961

%47.29
%34.58
%18.13

CMYK Percentages of Color #fdb961

%0
%27
%62
%1

Triadic Colors of #fdb961

#fdb961 #61fdb9 #b961fd

Analogous Colors of #fdb961

#fdb961 #f3fd61 #fd6b61

Monochromatic Colors of #fdb961

#fdb961

Complementary Color

#fdb961 #61a5fd

#fdb961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb961 Color CSS Codes

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

#fdb961 Text Font Color

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

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


#fdb961 Background Color

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

This div background color is #fdb961


#fdb961 Border Color

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

This div border color is #fdb961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb961


Comments

No comments written yet.

Please login to write comment.