Color Hex Logo

#fdb621 Color Hex

#FDB621
(253,182,33)
0 Favorites   0 Comments

Color spaces of #fdb621

RGB 25318233
HSL0.110.980.56
HSV41°87°99°
CMYK 0.000.280.87   0.01
XYZ57.510554.44838.9173
Yxy54.44830.47580.4504
Hunter Lab73.78919.990344.4873
CIE-Lab78.722414.615676.4609

#fdb621 color RGB value is (253,182,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110110 00100001
Octal 375 266 41
Decimal 253 182 33
Hex FD B6 21

RGB Percentages of Color #fdb621

%54.06
%38.89
%7.05

CMYK Percentages of Color #fdb621

%0
%28
%87
%1

Triadic Colors of #fdb621

#fdb621 #21fdb6 #b621fd

Analogous Colors of #fdb621

#fdb621 #d6fd21 #fd4821

Monochromatic Colors of #fdb621

#fdb621

Complementary Color

#fdb621 #2168fd

#fdb621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb621 Color CSS Codes

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

#fdb621 Text Font Color

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

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


#fdb621 Background Color

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

This div background color is #fdb621


#fdb621 Border Color

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

This div border color is #fdb621


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb621

Related Colors


Comments

No comments written yet.

Please login to write comment.