Color Hex Logo

#f1a364 Color Hex

#F1A364
(241,163,100)
0 Favorites   0 Comments

Color spaces of #f1a364

RGB 241163100
HSL0.070.830.67
HSV27°59°95°
CMYK 0.000.320.59   0.05
XYZ51.673145.815318.1764
Yxy45.81530.44670.3961
Hunter Lab67.687017.816931.4594
CIE-Lab73.425522.625244.0586

#f1a364 color RGB value is (241,163,100).

#f1a364 hex color red value is 241, green value is 163 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #f1a364 hue: 0.07 , saturation: 0.83 and the lightness value of f1a364 is 0.67.

The process color (four color CMYK) of #f1a364 color hex is 0.00, 0.32, 0.59, 0.05. Web safe color of #f1a364 is #ff9966. Color #f1a364 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10100011 01100100
Octal 361 243 144
Decimal 241 163 100
Hex F1 A3 64

RGB Percentages of Color #f1a364

%47.82
%32.34
%19.84

CMYK Percentages of Color #f1a364

%0
%32
%59
%5

Triadic Colors of #f1a364

#f1a364 #64f1a3 #a364f1

Analogous Colors of #f1a364

#f1a364 #f1ea64 #f1646c

Monochromatic Colors of #f1a364

#f1a364

Complementary Color

#f1a364 #64b2f1

#f1a364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1a364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1a364 Color CSS Codes

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

#f1a364 Text Font Color

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

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


#f1a364 Background Color

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

This div background color is #f1a364


#f1a364 Border Color

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

This div border color is #f1a364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1a364


Comments

No comments written yet.

Please login to write comment.