Color Hex Logo

#f69345 Color Hex

#F69345
(246,147,69)
0 Favorites   0 Comments

Color spaces of #f69345

RGB 24614769
HSL0.070.910.62
HSV26°72°96°
CMYK 0.000.400.72   0.04
XYZ49.513940.889910.9131
Yxy40.88990.48870.4036
Hunter Lab63.945226.311634.6430
CIE-Lab70.098731.199955.5439

#f69345 color RGB value is (246,147,69).

#f69345 hex color red value is 246, green value is 147 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #f69345 hue: 0.07 , saturation: 0.91 and the lightness value of f69345 is 0.62.

The process color (four color CMYK) of #f69345 color hex is 0.00, 0.40, 0.72, 0.04. Web safe color of #f69345 is #ff9933. Color #f69345 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010011 01000101
Octal 366 223 105
Decimal 246 147 69
Hex F6 93 45

RGB Percentages of Color #f69345

%53.25
%31.82
%14.94

CMYK Percentages of Color #f69345

%0
%40
%72
%4

Triadic Colors of #f69345

#f69345 #45f693 #9345f6

Analogous Colors of #f69345

#f69345 #f6ec45 #f64550

Monochromatic Colors of #f69345

#f69345

Complementary Color

#f69345 #45a8f6

#f69345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f69345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f69345 Color CSS Codes

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

#f69345 Text Font Color

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

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


#f69345 Background Color

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

This div background color is #f69345


#f69345 Border Color

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

This div border color is #f69345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f69345

Related Colors


Comments

No comments written yet.

Please login to write comment.