Color Hex Logo

#f34d05 Color Hex

#F34D05
(243,77,5)
0 Favorites   0 Comments

Color spaces of #f34d05

RGB 243775
HSL0.050.960.49
HSV18°98°95°
CMYK 0.000.680.98   0.05
XYZ39.643424.37342.7587
Yxy24.37340.59370.3650
Hunter Lab49.369456.938131.2455
CIE-Lab56.459761.251266.1891

#f34d05 color RGB value is (243,77,5).

#f34d05 hex color red value is 243, green value is 77 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #f34d05 hue: 0.05 , saturation: 0.96 and the lightness value of f34d05 is 0.49.

The process color (four color CMYK) of #f34d05 color hex is 0.00, 0.68, 0.98, 0.05. Web safe color of #f34d05 is #ff6600. Color #f34d05 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01001101 00000101
Octal 363 115 5
Decimal 243 77 5
Hex F3 4D 5

RGB Percentages of Color #f34d05

%74.77
%23.69
%1.54

CMYK Percentages of Color #f34d05

%0
%68
%98
%5

Triadic Colors of #f34d05

#f34d05 #05f34d #4d05f3

Analogous Colors of #f34d05

#f34d05 #f3c405 #f30534

Monochromatic Colors of #f34d05

#f34d05

Complementary Color

#f34d05 #05abf3

#f34d05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f34d05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f34d05 Color CSS Codes

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

#f34d05 Text Font Color

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

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


#f34d05 Background Color

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

This div background color is #f34d05


#f34d05 Border Color

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

This div border color is #f34d05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f34d05


Comments

No comments written yet.

Please login to write comment.