Color Hex Logo

#f1a26e Color Hex

#F1A26E
(241,162,110)
0 Favorites   0 Comments

Color spaces of #f1a26e

RGB 241162110
HSL0.070.820.69
HSV24°54°95°
CMYK 0.000.330.54   0.05
XYZ52.010445.667220.8253
Yxy45.66720.43890.3854
Hunter Lab67.577519.120229.0329
CIE-Lab73.329123.927038.7835

#f1a26e color RGB value is (241,162,110).

#f1a26e hex color red value is 241, green value is 162 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #f1a26e hue: 0.07 , saturation: 0.82 and the lightness value of f1a26e is 0.69.

The process color (four color CMYK) of #f1a26e color hex is 0.00, 0.33, 0.54, 0.05. Web safe color of #f1a26e is #ff9966. Color #f1a26e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10100010 01101110
Octal 361 242 156
Decimal 241 162 110
Hex F1 A2 6E

RGB Percentages of Color #f1a26e

%46.98
%31.58
%21.44

CMYK Percentages of Color #f1a26e

%0
%33
%54
%5

Triadic Colors of #f1a26e

#f1a26e #6ef1a2 #a26ef1

Analogous Colors of #f1a26e

#f1a26e #f1e46e #f16e7c

Monochromatic Colors of #f1a26e

#f1a26e

Complementary Color

#f1a26e #6ebdf1

#f1a26e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1a26e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1a26e Color CSS Codes

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

#f1a26e Text Font Color

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

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


#f1a26e Background Color

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

This div background color is #f1a26e


#f1a26e Border Color

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

This div border color is #f1a26e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1a26e


Comments

No comments written yet.

Please login to write comment.