Color Hex Logo

#f1a652 Color Hex

#F1A652
(241,166,82)
0 Favorites   0 Comments

Color spaces of #f1a652

RGB 24116682
HSL0.090.850.63
HSV32°66°95°
CMYK 0.000.310.66   0.05
XYZ51.434846.582414.2630
Yxy46.58240.45810.4149
Hunter Lab68.251315.079435.3856
CIE-Lab73.921919.857653.4642

#f1a652 color RGB value is (241,166,82).

#f1a652 hex color red value is 241, green value is 166 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #f1a652 hue: 0.09 , saturation: 0.85 and the lightness value of f1a652 is 0.63.

The process color (four color CMYK) of #f1a652 color hex is 0.00, 0.31, 0.66, 0.05. Web safe color of #f1a652 is #ff9966. Color #f1a652 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10100110 01010010
Octal 361 246 122
Decimal 241 166 82
Hex F1 A6 52

RGB Percentages of Color #f1a652

%49.28
%33.95
%16.77

CMYK Percentages of Color #f1a652

%0
%31
%66
%5

Triadic Colors of #f1a652

#f1a652 #52f1a6 #a652f1

Analogous Colors of #f1a652

#f1a652 #edf152 #f15752

Monochromatic Colors of #f1a652

#f1a652

Complementary Color

#f1a652 #529df1

#f1a652 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1a652 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1a652 Color CSS Codes

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

#f1a652 Text Font Color

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

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


#f1a652 Background Color

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

This div background color is #f1a652


#f1a652 Border Color

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

This div border color is #f1a652


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1a652


Comments

No comments written yet.

Please login to write comment.