Color Hex Logo

#fdb519 Color Hex

#FDB519
(253,181,25)
0 Favorites   0 Comments

Color spaces of #fdb519

RGB 25318125
HSL0.110.980.55
HSV41°90°99°
CMYK 0.000.280.90   0.01
XYZ57.207454.00068.3277
Yxy54.00060.47860.4518
Hunter Lab73.485110.361544.7205
CIE-Lab78.462114.993477.9701

#fdb519 color RGB value is (253,181,25).

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

The process color (four color CMYK) of #fdb519 color hex is 0.00, 0.28, 0.90, 0.01. Web safe color of #fdb519 is #ffcc00. Color #fdb519 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110101 00011001
Octal 375 265 31
Decimal 253 181 25
Hex FD B5 19

RGB Percentages of Color #fdb519

%55.12
%39.43
%5.45

CMYK Percentages of Color #fdb519

%0
%28
%90
%1

Triadic Colors of #fdb519

#fdb519 #19fdb5 #b519fd

Analogous Colors of #fdb519

#fdb519 #d3fd19 #fd4319

Monochromatic Colors of #fdb519

#fdb519

Complementary Color

#fdb519 #1961fd

#fdb519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb519 Color CSS Codes

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

#fdb519 Text Font Color

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

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


#fdb519 Background Color

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

This div background color is #fdb519


#fdb519 Border Color

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

This div border color is #fdb519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb519

Related Colors


Comments

No comments written yet.

Please login to write comment.