Color Hex Logo

#fdb72d Color Hex

#FDB72D
(253,183,45)
0 Favorites   0 Comments

Color spaces of #fdb72d

RGB 25318345
HSL0.110.980.58
HSV40°82°99°
CMYK 0.000.280.82   0.01
XYZ57.915254.939110.0345
Yxy54.93910.47130.4471
Hunter Lab74.12099.761443.8580
CIE-Lab79.006214.382173.4648

#fdb72d color RGB value is (253,183,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110111 00101101
Octal 375 267 55
Decimal 253 183 45
Hex FD B7 2D

RGB Percentages of Color #fdb72d

%52.60
%38.05
%9.36

CMYK Percentages of Color #fdb72d

%0
%28
%82
%1

Triadic Colors of #fdb72d

#fdb72d #2dfdb7 #b72dfd

Analogous Colors of #fdb72d

#fdb72d #dbfd2d #fd4f2d

Monochromatic Colors of #fdb72d

#fdb72d

Complementary Color

#fdb72d #2d73fd

#fdb72d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb72d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb72d Color CSS Codes

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

#fdb72d Text Font Color

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

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


#fdb72d Background Color

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

This div background color is #fdb72d


#fdb72d Border Color

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

This div border color is #fdb72d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb72d


Comments

No comments written yet.

Please login to write comment.