Color Hex Logo

#f19d66 Color Hex

#F19D66
(241,157,102)
0 Favorites   0 Comments

Color spaces of #f19d66

RGB 241157102
HSL0.070.830.67
HSV24°58°95°
CMYK 0.000.350.58   0.05
XYZ50.730943.774018.3458
Yxy43.77400.44950.3879
Hunter Lab66.161921.084929.8730
CIE-Lab72.077225.941541.3928

#f19d66 color RGB value is (241,157,102).

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

The process color (four color CMYK) of #f19d66 color hex is 0.00, 0.35, 0.58, 0.05. Web safe color of #f19d66 is #ff9966. Color #f19d66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10011101 01100110
Octal 361 235 146
Decimal 241 157 102
Hex F1 9D 66

RGB Percentages of Color #f19d66

%48.20
%31.40
%20.40

CMYK Percentages of Color #f19d66

%0
%35
%58
%5

Triadic Colors of #f19d66

#f19d66 #66f19d #9d66f1

Analogous Colors of #f19d66

#f19d66 #f1e366 #f16675

Monochromatic Colors of #f19d66

#f19d66

Complementary Color

#f19d66 #66baf1

#f19d66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f19d66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f19d66 Color CSS Codes

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

#f19d66 Text Font Color

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

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


#f19d66 Background Color

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

This div background color is #f19d66


#f19d66 Border Color

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

This div border color is #f19d66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f19d66


Comments

No comments written yet.

Please login to write comment.