Color Hex Logo

#fdb563 Color Hex

#FDB563
(253,181,99)
0 Favorites   0 Comments

Color spaces of #fdb563

RGB 25318199
HSL0.090.970.69
HSV32°61°99°
CMYK 0.000.280.61   0.01
XYZ59.284054.831219.2633
Yxy54.83120.44450.4111
Hunter Lab74.048113.325636.4096
CIE-Lab78.943917.963951.4205

#fdb563 color RGB value is (253,181,99).

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

The process color (four color CMYK) of #fdb563 color hex is 0.00, 0.28, 0.61, 0.01. Web safe color of #fdb563 is #ffcc66. Color #fdb563 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110101 01100011
Octal 375 265 143
Decimal 253 181 99
Hex FD B5 63

RGB Percentages of Color #fdb563

%47.47
%33.96
%18.57

CMYK Percentages of Color #fdb563

%0
%28
%61
%1

Triadic Colors of #fdb563

#fdb563 #63fdb5 #b563fd

Analogous Colors of #fdb563

#fdb563 #f8fd63 #fd6863

Monochromatic Colors of #fdb563

#fdb563

Complementary Color

#fdb563 #63abfd

#fdb563 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb563 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb563 Color CSS Codes

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

#fdb563 Text Font Color

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

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


#fdb563 Background Color

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

This div background color is #fdb563


#fdb563 Border Color

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

This div border color is #fdb563


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb563


Comments

No comments written yet.

Please login to write comment.