Color Hex Logo

#fdb512 Color Hex

#FDB512
(253,181,18)
0 Favorites   0 Comments

Color spaces of #fdb512

RGB 25318118
HSL0.120.980.53
HSV42°93°99°
CMYK 0.000.280.93   0.01
XYZ57.141153.97417.9786
Yxy53.97410.47980.4532
Hunter Lab73.467110.266144.9880
CIE-Lab78.446614.896979.1467

#fdb512 color RGB value is (253,181,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110101 00010010
Octal 375 265 22
Decimal 253 181 18
Hex FD B5 12

RGB Percentages of Color #fdb512

%55.97
%40.04
%3.98

CMYK Percentages of Color #fdb512

%0
%28
%93
%1

Triadic Colors of #fdb512

#fdb512 #12fdb5 #b512fd

Analogous Colors of #fdb512

#fdb512 #d0fd12 #fd4012

Monochromatic Colors of #fdb512

#fdb512

Complementary Color

#fdb512 #125afd

#fdb512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb512 Color CSS Codes

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

#fdb512 Text Font Color

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

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


#fdb512 Background Color

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

This div background color is #fdb512


#fdb512 Border Color

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

This div border color is #fdb512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb512


Comments

No comments written yet.

Please login to write comment.