Color Hex Logo

#fdb515 Color Hex

#FDB515
(253,181,21)
3 Favorites   0 Comments

Color spaces of #fdb515

RGB 25318121
HSL0.110.980.54
HSV41°92°99°
CMYK 0.000.280.92   0.01
XYZ57.167253.98458.1165
Yxy53.98450.47930.4526
Hunter Lab73.474110.303744.8823
CIE-Lab78.452714.935078.6777

#fdb515 color RGB value is (253,181,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110101 00010101
Octal 375 265 25
Decimal 253 181 21
Hex FD B5 15

RGB Percentages of Color #fdb515

%55.60
%39.78
%4.62

CMYK Percentages of Color #fdb515

%0
%28
%92
%1

Triadic Colors of #fdb515

#fdb515 #15fdb5 #b515fd

Analogous Colors of #fdb515

#fdb515 #d1fd15 #fd4115

Monochromatic Colors of #fdb515

#fdb515

Complementary Color

#fdb515 #155dfd

#fdb515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb515 Color CSS Codes

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

#fdb515 Text Font Color

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

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


#fdb515 Background Color

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

This div background color is #fdb515


#fdb515 Border Color

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

This div border color is #fdb515


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb515

#fdb515 Color Palettes


Comments

No comments written yet.

Please login to write comment.