Color Hex Logo

#fd420c Color Hex

#FD420C
(253,66,12)
0 Favorites   0 Comments

Color spaces of #fd420c

RGB 2536612
HSL0.040.980.52
HSV13°95°99°
CMYK 0.000.740.95   0.01
XYZ42.522624.80562.8946
Yxy24.80560.60550.3532
Hunter Lab49.805265.240231.4178
CIE-Lab56.885568.249465.9741

#fd420c color RGB value is (253,66,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000010 00001100
Octal 375 102 14
Decimal 253 66 12
Hex FD 42 C

RGB Percentages of Color #fd420c

%76.44
%19.94
%3.63

CMYK Percentages of Color #fd420c

%0
%74
%95
%1

Triadic Colors of #fd420c

#fd420c #0cfd42 #420cfd

Analogous Colors of #fd420c

#fd420c #fdbb0c #fd0c4e

Monochromatic Colors of #fd420c

#fd420c

Complementary Color

#fd420c #0cc7fd

#fd420c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd420c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd420c Color CSS Codes

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

#fd420c Text Font Color

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

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


#fd420c Background Color

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

This div background color is #fd420c


#fd420c Border Color

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

This div border color is #fd420c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd420c


Comments

No comments written yet.

Please login to write comment.