Color Hex Logo

#fda407 Color Hex

#FDA407
(253,164,7)
0 Favorites   0 Comments

Color spaces of #fda407

RGB 2531647
HSL0.110.980.51
HSV38°97°99°
CMYK 0.000.350.97   0.01
XYZ53.821847.44896.5228
Yxy47.44890.49930.4402
Hunter Lab68.883218.925342.6038
CIE-Lab74.476023.677077.7364

#fda407 color RGB value is (253,164,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100100 00000111
Octal 375 244 7
Decimal 253 164 7
Hex FD A4 7

RGB Percentages of Color #fda407

%59.67
%38.68
%1.65

CMYK Percentages of Color #fda407

%0
%35
%97
%1

Triadic Colors of #fda407

#fda407 #07fda4 #a407fd

Analogous Colors of #fda407

#fda407 #dbfd07 #fd2907

Monochromatic Colors of #fda407

#fda407

Complementary Color

#fda407 #0760fd

#fda407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda407 Color CSS Codes

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

#fda407 Text Font Color

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

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


#fda407 Background Color

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

This div background color is #fda407


#fda407 Border Color

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

This div border color is #fda407


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda407

Related Colors


Comments

No comments written yet.

Please login to write comment.