Color Hex Logo

#fd3612 Color Hex

#FD3612
(253,54,18)
2 Favorites   0 Comments

Color spaces of #fd3612

RGB 2535418
HSL0.030.980.53
HSV93°99°
CMYK 0.000.790.93   0.01
XYZ41.936423.56472.9104
Yxy23.56470.61300.3445
Hunter Lab48.543569.253930.4257
CIE-Lab55.649371.812563.7342

#fd3612 color RGB value is (253,54,18).

#fd3612 hex color red value is 253, green value is 54 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #fd3612 hue: 0.03 , saturation: 0.98 and the lightness value of fd3612 is 0.53.

The process color (four color CMYK) of #fd3612 color hex is 0.00, 0.79, 0.93, 0.01. Web safe color of #fd3612 is #ff3300. Color #fd3612 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110110 00010010
Octal 375 66 22
Decimal 253 54 18
Hex FD 36 12

RGB Percentages of Color #fd3612

%77.85
%16.62
%5.54

CMYK Percentages of Color #fd3612

%0
%79
%93
%1

Triadic Colors of #fd3612

#fd3612 #12fd36 #3612fd

Analogous Colors of #fd3612

#fd3612 #fdac12 #fd1264

Monochromatic Colors of #fd3612

#fd3612

Complementary Color

#fd3612 #12d9fd

#fd3612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd3612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd3612 Color CSS Codes

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

#fd3612 Text Font Color

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

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


#fd3612 Background Color

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

This div background color is #fd3612


#fd3612 Border Color

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

This div border color is #fd3612


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd3612


Comments

No comments written yet.

Please login to write comment.