Color Hex Logo

#fdb163 Color Hex

#FDB163
(253,177,99)
0 Favorites   0 Comments

Color spaces of #fdb163

RGB 25317799
HSL0.080.970.69
HSV30°61°99°
CMYK 0.000.300.61   0.01
XYZ58.482353.227818.9960
Yxy53.22780.44740.4072
Hunter Lab72.957415.409335.6328
CIE-Lab78.009320.058150.3308

#fdb163 color RGB value is (253,177,99).

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

The process color (four color CMYK) of #fdb163 color hex is 0.00, 0.30, 0.61, 0.01. Web safe color of #fdb163 is #ff9966. Color #fdb163 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110001 01100011
Octal 375 261 143
Decimal 253 177 99
Hex FD B1 63

RGB Percentages of Color #fdb163

%47.83
%33.46
%18.71

CMYK Percentages of Color #fdb163

%0
%30
%61
%1

Triadic Colors of #fdb163

#fdb163 #63fdb1 #b163fd

Analogous Colors of #fdb163

#fdb163 #fcfd63 #fd6463

Monochromatic Colors of #fdb163

#fdb163

Complementary Color

#fdb163 #63affd

#fdb163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb163 Color CSS Codes

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

#fdb163 Text Font Color

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

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


#fdb163 Background Color

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

This div background color is #fdb163


#fdb163 Border Color

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

This div border color is #fdb163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb163


Comments

No comments written yet.

Please login to write comment.