Color Hex Logo

#f0400c Color Hex

#F0400C
(240,64,12)
0 Favorites   0 Comments

Color spaces of #f0400c

RGB 2406412
HSL0.040.900.49
HSV14°95°94°
CMYK 0.000.730.95   0.06
XYZ37.834922.21862.6423
Yxy22.21860.60350.3544
Hunter Lab47.136660.786629.6721
CIE-Lab54.258264.971263.2314

#f0400c color RGB value is (240,64,12).

#f0400c hex color red value is 240, green value is 64 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #f0400c hue: 0.04 , saturation: 0.90 and the lightness value of f0400c is 0.49.

The process color (four color CMYK) of #f0400c color hex is 0.00, 0.73, 0.95, 0.06. Web safe color of #f0400c is #ff3300. Color #f0400c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000000 00001100
Octal 360 100 14
Decimal 240 64 12
Hex F0 40 C

RGB Percentages of Color #f0400c

%75.95
%20.25
%3.80

CMYK Percentages of Color #f0400c

%0
%73
%95
%6

Triadic Colors of #f0400c

#f0400c #0cf040 #400cf0

Analogous Colors of #f0400c

#f0400c #f0b20c #f00c4a

Monochromatic Colors of #f0400c

#f0400c

Complementary Color

#f0400c #0cbcf0

#f0400c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0400c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0400c Color CSS Codes

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

#f0400c Text Font Color

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

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


#f0400c Background Color

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

This div background color is #f0400c


#f0400c Border Color

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

This div border color is #f0400c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0400c


Comments

No comments written yet.

Please login to write comment.