Color Hex Logo

#fd4104 Color Hex

#FD4104
(253,65,4)
0 Favorites   0 Comments

Color spaces of #fd4104

RGB 253654
HSL0.040.980.50
HSV15°98°99°
CMYK 0.000.740.98   0.01
XYZ42.420224.67202.6412
Yxy24.67200.60830.3538
Hunter Lab49.670965.519331.6170
CIE-Lab56.754468.507267.5433

#fd4104 color RGB value is (253,65,4).

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

The process color (four color CMYK) of #fd4104 color hex is 0.00, 0.74, 0.98, 0.01. Web safe color of #fd4104 is #ff3300. Color #fd4104 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000001 00000100
Octal 375 101 4
Decimal 253 65 4
Hex FD 41 4

RGB Percentages of Color #fd4104

%78.57
%20.19
%1.24

CMYK Percentages of Color #fd4104

%0
%74
%98
%1

Triadic Colors of #fd4104

#fd4104 #04fd41 #4104fd

Analogous Colors of #fd4104

#fd4104 #fdbe04 #fd0444

Monochromatic Colors of #fd4104

#fd4104

Complementary Color

#fd4104 #04c0fd

#fd4104 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd4104 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd4104 Color CSS Codes

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

#fd4104 Text Font Color

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

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


#fd4104 Background Color

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

This div background color is #fd4104


#fd4104 Border Color

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

This div border color is #fd4104


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,65,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 #fd4104">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd4104


Comments

No comments written yet.

Please login to write comment.