color codes Logo

#f0120c color codes

#F0120C
(240,18,12)
0 Favorites   0 Comments

Color spaces of #f0120c

RGB 2401812
HSL0.000.900.49
HSV95°94°
CMYK 0.000.930.95   0.06
XYZ36.217818.98442.1033
Yxy18.98440.63200.3313
Hunter Lab43.571172.126027.6377
CIE-Lab50.668975.125461.2832

#f0120c color RGB value is (240,18,12).

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

The process color (four color CMYK) of #f0120c color code is 0.00, 0.93, 0.95, 0.06. Web safe color of #f0120c is #ff0000. Color #f0120c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010010 00001100
Octal 360 22 14
Decimal 240 18 12
Hex F0 12 C

RGB Percentages of Color #f0120c

%88.89
%6.67
%4.44

CMYK Percentages of Color #f0120c

%0
%93
%95
%6

Triadic Colors of #f0120c

#f0120c #0cf012 #120cf0

Analogous Colors of #f0120c

#f0120c #f0840c #f00c78

Monochromatic Colors of #f0120c

#f0120c

Complementary Color

#f0120c #0ceaf0

#f0120c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0120c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0120c Color CSS Codes

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

#f0120c Text Font Color

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

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


#f0120c Background Color

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

This div background color is #f0120c


#f0120c Border Color

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

This div border color is #f0120c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0120c


Comments

No comments written yet.

Please login to write comment.