Color Hex Logo

#fdb259 Color Hex

#FDB259
(253,178,89)
0 Favorites   0 Comments

Color spaces of #fdb259

RGB 25317889
HSL0.090.980.67
HSV33°65°99°
CMYK 0.000.300.65   0.01
XYZ58.231653.444716.6979
Yxy53.44470.45360.4163
Hunter Lab73.105914.246737.6319
CIE-Lab78.136818.899955.2523

#fdb259 color RGB value is (253,178,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110010 01011001
Octal 375 262 131
Decimal 253 178 89
Hex FD B2 59

RGB Percentages of Color #fdb259

%48.65
%34.23
%17.12

CMYK Percentages of Color #fdb259

%0
%30
%65
%1

Triadic Colors of #fdb259

#fdb259 #59fdb2 #b259fd

Analogous Colors of #fdb259

#fdb259 #f6fd59 #fd6059

Monochromatic Colors of #fdb259

#fdb259

Complementary Color

#fdb259 #59a4fd

#fdb259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb259 Color CSS Codes

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

#fdb259 Text Font Color

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

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


#fdb259 Background Color

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

This div background color is #fdb259


#fdb259 Border Color

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

This div border color is #fdb259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb259


Comments

No comments written yet.

Please login to write comment.