Color Hex Logo

#fdb41f Color Hex

#FDB41F
(253,180,31)
0 Favorites   0 Comments

Color spaces of #fdb41f

RGB 25318031
HSL0.110.980.56
HSV40°88°99°
CMYK 0.000.290.88   0.01
XYZ57.076653.62418.6385
Yxy53.62410.47830.4493
Hunter Lab73.228510.978744.2657
CIE-Lab78.242015.619976.5474

#fdb41f color RGB value is (253,180,31).

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

The process color (four color CMYK) of #fdb41f color hex is 0.00, 0.29, 0.88, 0.01. Web safe color of #fdb41f is #ffcc33. Color #fdb41f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110100 00011111
Octal 375 264 37
Decimal 253 180 31
Hex FD B4 1F

RGB Percentages of Color #fdb41f

%54.53
%38.79
%6.68

CMYK Percentages of Color #fdb41f

%0
%29
%88
%1

Triadic Colors of #fdb41f

#fdb41f #1ffdb4 #b41ffd

Analogous Colors of #fdb41f

#fdb41f #d7fd1f #fd451f

Monochromatic Colors of #fdb41f

#fdb41f

Complementary Color

#fdb41f #1f68fd

#fdb41f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb41f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb41f Color CSS Codes

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

#fdb41f Text Font Color

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

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


#fdb41f Background Color

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

This div background color is #fdb41f


#fdb41f Border Color

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

This div border color is #fdb41f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb41f


Comments

No comments written yet.

Please login to write comment.