Color Hex Logo

#f34507 Color Hex

#F34507
(243,69,7)
0 Favorites   0 Comments

Color spaces of #f34507

RGB 243697
HSL0.040.940.49
HSV16°97°95°
CMYK 0.000.720.97   0.05
XYZ39.128623.32632.6411
Yxy23.32630.60110.3583
Hunter Lab48.297360.093530.5659
CIE-Lab55.406964.165365.2207

#f34507 color RGB value is (243,69,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01000101 00000111
Octal 363 105 7
Decimal 243 69 7
Hex F3 45 7

RGB Percentages of Color #f34507

%76.18
%21.63
%2.19

CMYK Percentages of Color #f34507

%0
%72
%97
%5

Triadic Colors of #f34507

#f34507 #07f345 #4507f3

Analogous Colors of #f34507

#f34507 #f3bb07 #f3073f

Monochromatic Colors of #f34507

#f34507

Complementary Color

#f34507 #07b5f3

#f34507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f34507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f34507 Color CSS Codes

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

#f34507 Text Font Color

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

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


#f34507 Background Color

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

This div background color is #f34507


#f34507 Border Color

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

This div border color is #f34507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f34507


Comments

No comments written yet.

Please login to write comment.