Color Hex Logo

#fda505 Color Hex

#FDA505
(253,165,5)
0 Favorites   0 Comments

Color spaces of #fda505

RGB 2531655
HSL0.110.980.51
HSV39°98°99°
CMYK 0.000.350.98   0.01
XYZ53.990547.80396.5250
Yxy47.80390.49840.4413
Hunter Lab69.140418.391942.8029
CIE-Lab74.701123.138678.1157

#fda505 color RGB value is (253,165,5).

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

The process color (four color CMYK) of #fda505 color hex is 0.00, 0.35, 0.98, 0.01. Web safe color of #fda505 is #ff9900. Color #fda505 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100101 00000101
Octal 375 245 5
Decimal 253 165 5
Hex FD A5 5

RGB Percentages of Color #fda505

%59.81
%39.01
%1.18

CMYK Percentages of Color #fda505

%0
%35
%98
%1

Triadic Colors of #fda505

#fda505 #05fda5 #a505fd

Analogous Colors of #fda505

#fda505 #d9fd05 #fd2905

Monochromatic Colors of #fda505

#fda505

Complementary Color

#fda505 #055dfd

#fda505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda505 Color CSS Codes

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

#fda505 Text Font Color

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

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


#fda505 Background Color

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

This div background color is #fda505


#fda505 Border Color

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

This div border color is #fda505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda505


Comments

No comments written yet.

Please login to write comment.