Color Hex Logo

#fdb531 Color Hex

#FDB531
(253,181,49)
0 Favorites   0 Comments

Color spaces of #fdb531

RGB 25318149
HSL0.110.980.59
HSV39°81°99°
CMYK 0.000.280.81   0.01
XYZ57.586354.152110.3230
Yxy54.15210.47180.4436
Hunter Lab73.588110.905843.1944
CIE-Lab78.550315.543071.8212

#fdb531 color RGB value is (253,181,49).

#fdb531 hex color red value is 253, green value is 181 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #fdb531 hue: 0.11 , saturation: 0.98 and the lightness value of fdb531 is 0.59.

The process color (four color CMYK) of #fdb531 color hex is 0.00, 0.28, 0.81, 0.01. Web safe color of #fdb531 is #ffcc33. Color #fdb531 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110101 00110001
Octal 375 265 61
Decimal 253 181 49
Hex FD B5 31

RGB Percentages of Color #fdb531

%52.38
%37.47
%10.14

CMYK Percentages of Color #fdb531

%0
%28
%81
%1

Triadic Colors of #fdb531

#fdb531 #31fdb5 #b531fd

Analogous Colors of #fdb531

#fdb531 #dffd31 #fd4f31

Monochromatic Colors of #fdb531

#fdb531

Complementary Color

#fdb531 #3179fd

#fdb531 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb531 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb531 Color CSS Codes

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

#fdb531 Text Font Color

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

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


#fdb531 Background Color

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

This div background color is #fdb531


#fdb531 Border Color

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

This div border color is #fdb531


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb531


Comments

No comments written yet.

Please login to write comment.