Color Hex Logo

#f3866a Color Hex

#F3866A
(243,134,106)
0 Favorites   0 Comments

Color spaces of #f3866a

RGB 243134106
HSL0.030.850.68
HSV12°56°95°
CMYK 0.000.450.56   0.05
XYZ48.088837.145518.2709
Yxy37.14550.46460.3589
Hunter Lab60.947134.183524.8888
CIE-Lab67.386038.995033.4552

#f3866a color RGB value is (243,134,106).

#f3866a hex color red value is 243, green value is 134 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #f3866a hue: 0.03 , saturation: 0.85 and the lightness value of f3866a is 0.68.

The process color (four color CMYK) of #f3866a color hex is 0.00, 0.45, 0.56, 0.05. Web safe color of #f3866a is #ff9966. Color #f3866a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10000110 01101010
Octal 363 206 152
Decimal 243 134 106
Hex F3 86 6A

RGB Percentages of Color #f3866a

%50.31
%27.74
%21.95

CMYK Percentages of Color #f3866a

%0
%45
%56
%5

Triadic Colors of #f3866a

#f3866a #6af386 #866af3

Analogous Colors of #f3866a

#f3866a #f3cb6a #f36a93

Monochromatic Colors of #f3866a

#f3866a

Complementary Color

#f3866a #6ad7f3

#f3866a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3866a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3866a Color CSS Codes

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

#f3866a Text Font Color

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

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


#f3866a Background Color

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

This div background color is #f3866a


#f3866a Border Color

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

This div border color is #f3866a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3866a


Comments

No comments written yet.

Please login to write comment.