Color Hex Logo

#fdb40f Color Hex

#FDB40F
(253,180,15)
0 Favorites   0 Comments

Color spaces of #fdb40f

RGB 25318015
HSL0.120.980.53
HSV42°94°99°
CMYK 0.000.290.94   0.01
XYZ56.915553.55977.7902
Yxy53.55970.48130.4529
Hunter Lab73.184510.746444.9180
CIE-Lab78.204315.385479.3929

#fdb40f color RGB value is (253,180,15).

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

The process color (four color CMYK) of #fdb40f color hex is 0.00, 0.29, 0.94, 0.01. Web safe color of #fdb40f is #ffcc00. Color #fdb40f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110100 00001111
Octal 375 264 17
Decimal 253 180 15
Hex FD B4 F

RGB Percentages of Color #fdb40f

%56.47
%40.18
%3.35

CMYK Percentages of Color #fdb40f

%0
%29
%94
%1

Triadic Colors of #fdb40f

#fdb40f #0ffdb4 #b40ffd

Analogous Colors of #fdb40f

#fdb40f #cffd0f #fd3d0f

Monochromatic Colors of #fdb40f

#fdb40f

Complementary Color

#fdb40f #0f58fd

#fdb40f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb40f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb40f Color CSS Codes

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

#fdb40f Text Font Color

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

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


#fdb40f Background Color

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

This div background color is #fdb40f


#fdb40f Border Color

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

This div border color is #fdb40f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb40f


Comments

No comments written yet.

Please login to write comment.