Color Hex Logo

#f18340 Color Hex

#F18340
(241,131,64)
0 Favorites   0 Comments

Color spaces of #f18340

RGB 24113164
HSL0.060.860.60
HSV23°73°95°
CMYK 0.000.460.73   0.05
XYZ45.317335.30359.2763
Yxy35.30350.50410.3927
Hunter Lab59.416732.163132.3352
CIE-Lab65.984337.231253.3484

#f18340 color RGB value is (241,131,64).

#f18340 hex color red value is 241, green value is 131 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #f18340 hue: 0.06 , saturation: 0.86 and the lightness value of f18340 is 0.60.

The process color (four color CMYK) of #f18340 color hex is 0.00, 0.46, 0.73, 0.05. Web safe color of #f18340 is #ff9933. Color #f18340 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000011 01000000
Octal 361 203 100
Decimal 241 131 64
Hex F1 83 40

RGB Percentages of Color #f18340

%55.28
%30.05
%14.68

CMYK Percentages of Color #f18340

%0
%46
%73
%5

Triadic Colors of #f18340

#f18340 #40f183 #8340f1

Analogous Colors of #f18340

#f18340 #f1dc40 #f14055

Monochromatic Colors of #f18340

#f18340

Complementary Color

#f18340 #40aef1

#f18340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18340 Color CSS Codes

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

#f18340 Text Font Color

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

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


#f18340 Background Color

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

This div background color is #f18340


#f18340 Border Color

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

This div border color is #f18340


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,131,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f18340; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f18340;
  -webkit-box-shadow: 1px 1px 3px 2px #f18340;
  box-shadow:         1px 1px 3px 2px #f18340; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,131,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18340


Comments

No comments written yet.

Please login to write comment.