Color Hex Logo

#fd9404 Color Hex

#FD9404
(253,148,4)
0 Favorites   0 Comments

Color spaces of #fd9404

RGB 2531484
HSL0.100.980.50
HSV35°98°99°
CMYK 0.000.420.98   0.01
XYZ51.119842.07125.5411
Yxy42.07120.51780.4261
Hunter Lab64.862327.171840.3386
CIE-Lab70.920031.963275.7466

#fd9404 color RGB value is (253,148,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010100 00000100
Octal 375 224 4
Decimal 253 148 4
Hex FD 94 4

RGB Percentages of Color #fd9404

%62.47
%36.54
%0.99

CMYK Percentages of Color #fd9404

%0
%42
%98
%1

Triadic Colors of #fd9404

#fd9404 #04fd94 #9404fd

Analogous Colors of #fd9404

#fd9404 #eafd04 #fd1704

Monochromatic Colors of #fd9404

#fd9404

Complementary Color

#fd9404 #046dfd

#fd9404 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9404 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9404 Color CSS Codes

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

#fd9404 Text Font Color

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

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


#fd9404 Background Color

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

This div background color is #fd9404


#fd9404 Border Color

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

This div border color is #fd9404


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9404


Comments

No comments written yet.

Please login to write comment.