Color Hex Logo

#f19066 Color Hex

#F19066
(241,144,102)
0 Favorites   0 Comments

Color spaces of #f19066

RGB 241144102
HSL0.050.830.67
HSV18°58°95°
CMYK 0.000.400.58   0.05
XYZ48.647239.606617.6512
Yxy39.60660.45930.3740
Hunter Lab62.933827.844727.4244
CIE-Lab69.188432.762437.8243

#f19066 color RGB value is (241,144,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010000 01100110
Octal 361 220 146
Decimal 241 144 102
Hex F1 90 66

RGB Percentages of Color #f19066

%49.49
%29.57
%20.94

CMYK Percentages of Color #f19066

%0
%40
%58
%5

Triadic Colors of #f19066

#f19066 #66f190 #9066f1

Analogous Colors of #f19066

#f19066 #f1d666 #f16682

Monochromatic Colors of #f19066

#f19066

Complementary Color

#f19066 #66c7f1

#f19066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f19066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f19066 Color CSS Codes

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

#f19066 Text Font Color

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

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


#f19066 Background Color

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

This div background color is #f19066


#f19066 Border Color

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

This div border color is #f19066


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,144,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 #f19066">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f19066


Comments

No comments written yet.

Please login to write comment.