Color Hex Logo

#fd120c Color Hex

#FD120C
(253,18,12)
0 Favorites   0 Comments

Color spaces of #fd120c

RGB 2531812
HSL0.000.980.52
HSV95°99°
CMYK 0.000.930.95   0.01
XYZ40.790721.34182.3173
Yxy21.34180.63290.3311
Hunter Lab46.197276.765029.3640
CIE-Lab53.321678.347464.0951

#fd120c color RGB value is (253,18,12).

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

The process color (four color CMYK) of #fd120c color hex is 0.00, 0.93, 0.95, 0.01. Web safe color of #fd120c is #ff0000. Color #fd120c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010010 00001100
Octal 375 22 14
Decimal 253 18 12
Hex FD 12 C

RGB Percentages of Color #fd120c

%89.40
%6.36
%4.24

CMYK Percentages of Color #fd120c

%0
%93
%95
%1

Triadic Colors of #fd120c

#fd120c #0cfd12 #120cfd

Analogous Colors of #fd120c

#fd120c #fd8b0c #fd0c7f

Monochromatic Colors of #fd120c

#fd120c

Complementary Color

#fd120c #0cf7fd

#fd120c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd120c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd120c Color CSS Codes

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

#fd120c Text Font Color

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

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


#fd120c Background Color

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

This div background color is #fd120c


#fd120c Border Color

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

This div border color is #fd120c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd120c


Comments

No comments written yet.

Please login to write comment.