Color Hex Logo

#f34513 Color Hex

#F34513
(243,69,19)
0 Favorites   0 Comments

Color spaces of #f34513

RGB 2436919
HSL0.040.900.51
HSV13°92°95°
CMYK 0.000.720.92   0.05
XYZ39.207823.35793.0581
Yxy23.35790.59750.3559
Hunter Lab48.330060.230930.0794
CIE-Lab55.439164.277262.3769

#f34513 color RGB value is (243,69,19).

#f34513 hex color red value is 243, green value is 69 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #f34513 hue: 0.04 , saturation: 0.90 and the lightness value of f34513 is 0.51.

The process color (four color CMYK) of #f34513 color hex is 0.00, 0.72, 0.92, 0.05. Web safe color of #f34513 is #ff3300. Color #f34513 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01000101 00010011
Octal 363 105 23
Decimal 243 69 19
Hex F3 45 13

RGB Percentages of Color #f34513

%73.41
%20.85
%5.74

CMYK Percentages of Color #f34513

%0
%72
%92
%5

Triadic Colors of #f34513

#f34513 #13f345 #4513f3

Analogous Colors of #f34513

#f34513 #f3b513 #f31351

Monochromatic Colors of #f34513

#f34513

Complementary Color

#f34513 #13c1f3

#f34513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f34513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f34513 Color CSS Codes

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

#f34513 Text Font Color

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

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


#f34513 Background Color

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

This div background color is #f34513


#f34513 Border Color

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

This div border color is #f34513


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,69,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f34513; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f34513;
  -webkit-box-shadow: 1px 1px 3px 2px #f34513;
  box-shadow:         1px 1px 3px 2px #f34513; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,69,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f34513


Comments

No comments written yet.

Please login to write comment.