Color Hex Logo

#f18056 Color Hex

#F18056
(241,128,86)
0 Favorites   0 Comments

Color spaces of #f18056

RGB 24112886
HSL0.050.850.64
HSV16°64°95°
CMYK 0.000.470.64   0.05
XYZ45.674534.811013.1160
Yxy34.81100.48800.3719
Hunter Lab59.000834.931228.1203
CIE-Lab65.601339.905741.9176

#f18056 color RGB value is (241,128,86).

#f18056 hex color red value is 241, green value is 128 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #f18056 hue: 0.05 , saturation: 0.85 and the lightness value of f18056 is 0.64.

The process color (four color CMYK) of #f18056 color hex is 0.00, 0.47, 0.64, 0.05. Web safe color of #f18056 is #ff9966. Color #f18056 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000000 01010110
Octal 361 200 126
Decimal 241 128 86
Hex F1 80 56

RGB Percentages of Color #f18056

%52.97
%28.13
%18.90

CMYK Percentages of Color #f18056

%0
%47
%64
%5

Triadic Colors of #f18056

#f18056 #56f180 #8056f1

Analogous Colors of #f18056

#f18056 #f1ce56 #f1567a

Monochromatic Colors of #f18056

#f18056

Complementary Color

#f18056 #56c7f1

#f18056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18056 Color CSS Codes

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

#f18056 Text Font Color

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

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


#f18056 Background Color

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

This div background color is #f18056


#f18056 Border Color

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

This div border color is #f18056


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18056


Comments

No comments written yet.

Please login to write comment.