Color Hex Logo

#f18324 Color Hex

#F18324
(241,131,36)
0 Favorites   0 Comments

Color spaces of #f18324

RGB 24113136
HSL0.080.880.54
HSV28°85°95°
CMYK 0.000.460.85   0.05
XYZ44.710435.06076.0800
Yxy35.06070.52080.4084
Hunter Lab59.212131.162335.3605
CIE-Lab65.795936.291664.5832

#f18324 color RGB value is (241,131,36).

#f18324 hex color red value is 241, green value is 131 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #f18324 hue: 0.08 , saturation: 0.88 and the lightness value of f18324 is 0.54.

The process color (four color CMYK) of #f18324 color hex is 0.00, 0.46, 0.85, 0.05. Web safe color of #f18324 is #ff9933. Color #f18324 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000011 00100100
Octal 361 203 44
Decimal 241 131 36
Hex F1 83 24

RGB Percentages of Color #f18324

%59.07
%32.11
%8.82

CMYK Percentages of Color #f18324

%0
%46
%85
%5

Triadic Colors of #f18324

#f18324 #24f183 #8324f1

Analogous Colors of #f18324

#f18324 #f1ea24 #f1242c

Monochromatic Colors of #f18324

#f18324

Complementary Color

#f18324 #2492f1

#f18324 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18324 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18324 Color CSS Codes

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

#f18324 Text Font Color

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

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


#f18324 Background Color

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

This div background color is #f18324


#f18324 Border Color

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

This div border color is #f18324


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18324


Comments

No comments written yet.

Please login to write comment.