Color Hex Logo

#fdb622 Color Hex

#FDB622
(253,182,34)
0 Favorites   0 Comments

Color spaces of #fdb622

RGB 25318234
HSL0.110.980.56
HSV41°87°99°
CMYK 0.000.280.87   0.01
XYZ57.524754.45408.9922
Yxy54.45400.47550.4501
Hunter Lab73.793010.010644.4302
CIE-Lab78.725714.636176.2241

#fdb622 color RGB value is (253,182,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110110 00100010
Octal 375 266 42
Decimal 253 182 34
Hex FD B6 22

RGB Percentages of Color #fdb622

%53.94
%38.81
%7.25

CMYK Percentages of Color #fdb622

%0
%28
%87
%1

Triadic Colors of #fdb622

#fdb622 #22fdb6 #b622fd

Analogous Colors of #fdb622

#fdb622 #d7fd22 #fd4922

Monochromatic Colors of #fdb622

#fdb622

Complementary Color

#fdb622 #2269fd

#fdb622 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb622 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb622 Color CSS Codes

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

#fdb622 Text Font Color

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

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


#fdb622 Background Color

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

This div background color is #fdb622


#fdb622 Border Color

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

This div border color is #fdb622


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb622


Comments

No comments written yet.

Please login to write comment.