Color Hex Logo

#f1ae13 Color Hex

#F1AE13
(241,174,19)
0 Favorites   0 Comments

Color spaces of #f1ae13

RGB 24117419
HSL0.120.890.51
HSV42°92°95°
CMYK 0.000.280.92   0.05
XYZ51.529249.01997.3620
Yxy49.01990.47750.4543
Hunter Lab70.01428.847942.7756
CIE-Lab75.463713.460876.2178

#f1ae13 color RGB value is (241,174,19).

#f1ae13 hex color red value is 241, green value is 174 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #f1ae13 hue: 0.12 , saturation: 0.89 and the lightness value of f1ae13 is 0.51.

The process color (four color CMYK) of #f1ae13 color hex is 0.00, 0.28, 0.92, 0.05. Web safe color of #f1ae13 is #ff9900. Color #f1ae13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10101110 00010011
Octal 361 256 23
Decimal 241 174 19
Hex F1 AE 13

RGB Percentages of Color #f1ae13

%55.53
%40.09
%4.38

CMYK Percentages of Color #f1ae13

%0
%28
%92
%5

Triadic Colors of #f1ae13

#f1ae13 #13f1ae #ae13f1

Analogous Colors of #f1ae13

#f1ae13 #c5f113 #f13f13

Monochromatic Colors of #f1ae13

#f1ae13

Complementary Color

#f1ae13 #1356f1

#f1ae13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1ae13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1ae13 Color CSS Codes

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

#f1ae13 Text Font Color

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

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


#f1ae13 Background Color

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

This div background color is #f1ae13


#f1ae13 Border Color

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

This div border color is #f1ae13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1ae13


Comments

No comments written yet.

Please login to write comment.