Color Hex Logo

#f18047 Color Hex

#F18047
(241,128,71)
0 Favorites   0 Comments

Color spaces of #f18047

RGB 24112871
HSL0.060.860.61
HSV20°71°95°
CMYK 0.000.470.71   0.05
XYZ45.132134.594010.2598
Yxy34.59400.50150.3844
Hunter Lab58.816734.040230.8293
CIE-Lab65.431339.081749.3888

#f18047 color RGB value is (241,128,71).

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

The process color (four color CMYK) of #f18047 color hex is 0.00, 0.47, 0.71, 0.05. Web safe color of #f18047 is #ff9933. Color #f18047 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000000 01000111
Octal 361 200 107
Decimal 241 128 71
Hex F1 80 47

RGB Percentages of Color #f18047

%54.77
%29.09
%16.14

CMYK Percentages of Color #f18047

%0
%47
%71
%5

Triadic Colors of #f18047

#f18047 #47f180 #8047f1

Analogous Colors of #f18047

#f18047 #f1d547 #f14763

Monochromatic Colors of #f18047

#f18047

Complementary Color

#f18047 #47b8f1

#f18047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18047 Color CSS Codes

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

#f18047 Text Font Color

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

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


#f18047 Background Color

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

This div background color is #f18047


#f18047 Border Color

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

This div border color is #f18047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18047


Comments

No comments written yet.

Please login to write comment.