Color Hex Logo

#f3a14e Color Hex

#F3A14E
(243,161,78)
0 Favorites   0 Comments

Color spaces of #f3a14e

RGB 24316178
HSL0.080.870.63
HSV30°68°95°
CMYK 0.000.340.68   0.05
XYZ51.082245.094513.2195
Yxy45.09450.46690.4122
Hunter Lab67.152418.266435.3350
CIE-Lab72.954123.095854.3357

#f3a14e color RGB value is (243,161,78).

#f3a14e hex color red value is 243, green value is 161 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #f3a14e hue: 0.08 , saturation: 0.87 and the lightness value of f3a14e is 0.63.

The process color (four color CMYK) of #f3a14e color hex is 0.00, 0.34, 0.68, 0.05. Web safe color of #f3a14e is #ff9966. Color #f3a14e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10100001 01001110
Octal 363 241 116
Decimal 243 161 78
Hex F3 A1 4E

RGB Percentages of Color #f3a14e

%50.41
%33.40
%16.18

CMYK Percentages of Color #f3a14e

%0
%34
%68
%5

Triadic Colors of #f3a14e

#f3a14e #4ef3a1 #a14ef3

Analogous Colors of #f3a14e

#f3a14e #f3f34e #f34f4e

Monochromatic Colors of #f3a14e

#f3a14e

Complementary Color

#f3a14e #4ea0f3

#f3a14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3a14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3a14e Color CSS Codes

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

#f3a14e Text Font Color

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

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


#f3a14e Background Color

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

This div background color is #f3a14e


#f3a14e Border Color

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

This div border color is #f3a14e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,161,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f3a14e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f3a14e;
  -webkit-box-shadow: 1px 1px 3px 2px #f3a14e;
  box-shadow:         1px 1px 3px 2px #f3a14e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,161,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3a14e


Comments

No comments written yet.

Please login to write comment.