Color Hex Logo

#f1a55e Color Hex

#F1A55E
(241,165,94)
0 Favorites   0 Comments

Color spaces of #f1a55e

RGB 24116594
HSL0.080.840.66
HSV29°61°95°
CMYK 0.000.320.61   0.05
XYZ51.751146.419216.8219
Yxy46.41920.45000.4037
Hunter Lab68.131616.353833.0533
CIE-Lab73.816721.144247.5395

#f1a55e color RGB value is (241,165,94).

#f1a55e hex color red value is 241, green value is 165 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #f1a55e hue: 0.08 , saturation: 0.84 and the lightness value of f1a55e is 0.66.

The process color (four color CMYK) of #f1a55e color hex is 0.00, 0.32, 0.61, 0.05. Web safe color of #f1a55e is #ff9966. Color #f1a55e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10100101 01011110
Octal 361 245 136
Decimal 241 165 94
Hex F1 A5 5E

RGB Percentages of Color #f1a55e

%48.20
%33.00
%18.80

CMYK Percentages of Color #f1a55e

%0
%32
%61
%5

Triadic Colors of #f1a55e

#f1a55e #5ef1a5 #a55ef1

Analogous Colors of #f1a55e

#f1a55e #f1ef5e #f15e60

Monochromatic Colors of #f1a55e

#f1a55e

Complementary Color

#f1a55e #5eaaf1

#f1a55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1a55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1a55e Color CSS Codes

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

#f1a55e Text Font Color

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

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


#f1a55e Background Color

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

This div background color is #f1a55e


#f1a55e Border Color

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

This div border color is #f1a55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1a55e


Comments

No comments written yet.

Please login to write comment.