Color Hex Logo

#f5040c Color Hex

#F5040C
(245,4,12)
0 Favorites   0 Comments

Color spaces of #f5040c

RGB 245412
HSL0.990.970.49
HSV358°98°96°
CMYK 0.000.980.95   0.04
XYZ37.766019.52592.1262
Yxy19.52590.63560.3286
Hunter Lab44.188175.228328.0788
CIE-Lab51.296977.512062.1718

#f5040c color RGB value is (245,4,12).

#f5040c hex color red value is 245, green value is 4 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #f5040c hue: 0.99 , saturation: 0.97 and the lightness value of f5040c is 0.49.

The process color (four color CMYK) of #f5040c color hex is 0.00, 0.98, 0.95, 0.04. Web safe color of #f5040c is #ff0000. Color #f5040c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000100 00001100
Octal 365 4 14
Decimal 245 4 12
Hex F5 4 C

RGB Percentages of Color #f5040c

%93.87
%1.53
%4.60

CMYK Percentages of Color #f5040c

%0
%98
%95
%4

Triadic Colors of #f5040c

#f5040c #0cf504 #040cf5

Analogous Colors of #f5040c

#f5040c #f57504 #f50485

Monochromatic Colors of #f5040c

#f5040c

Complementary Color

#f5040c #04f5ed

#f5040c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5040c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5040c Color CSS Codes

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

#f5040c Text Font Color

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

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


#f5040c Background Color

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

This div background color is #f5040c


#f5040c Border Color

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

This div border color is #f5040c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5040c


Comments

No comments written yet.

Please login to write comment.