Color Hex Logo

#fda516 Color Hex

#FDA516
(253,165,22)
0 Favorites   0 Comments

Color spaces of #fda516

RGB 25316522
HSL0.100.980.54
HSV37°91°99°
CMYK 0.000.350.91   0.01
XYZ54.108047.85087.1434
Yxy47.85080.49590.4386
Hunter Lab69.174318.567442.2993
CIE-Lab74.730723.311075.7686

#fda516 color RGB value is (253,165,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100101 00010110
Octal 375 245 26
Decimal 253 165 22
Hex FD A5 16

RGB Percentages of Color #fda516

%57.50
%37.50
%5.00

CMYK Percentages of Color #fda516

%0
%35
%91
%1

Triadic Colors of #fda516

#fda516 #16fda5 #a516fd

Analogous Colors of #fda516

#fda516 #e2fd16 #fd3116

Monochromatic Colors of #fda516

#fda516

Complementary Color

#fda516 #166efd

#fda516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda516 Color CSS Codes

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

#fda516 Text Font Color

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

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


#fda516 Background Color

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

This div background color is #fda516


#fda516 Border Color

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

This div border color is #fda516


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda516

Related Colors


Comments

No comments written yet.

Please login to write comment.