Color Hex Logo

#f18426 Color Hex

#F18426
(241,132,38)
0 Favorites   0 Comments

Color spaces of #f18426

RGB 24113238
HSL0.080.880.55
HSV28°84°95°
CMYK 0.000.450.84   0.05
XYZ44.876735.34326.2904
Yxy35.34320.51870.4085
Hunter Lab59.450130.705235.3416
CIE-Lab66.015035.828764.0892

#f18426 color RGB value is (241,132,38).

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

The process color (four color CMYK) of #f18426 color hex is 0.00, 0.45, 0.84, 0.05. Web safe color of #f18426 is #ff9933. Color #f18426 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000100 00100110
Octal 361 204 46
Decimal 241 132 38
Hex F1 84 26

RGB Percentages of Color #f18426

%58.64
%32.12
%9.25

CMYK Percentages of Color #f18426

%0
%45
%84
%5

Triadic Colors of #f18426

#f18426 #26f184 #8426f1

Analogous Colors of #f18426

#f18426 #f1ea26 #f1262d

Monochromatic Colors of #f18426

#f18426

Complementary Color

#f18426 #2693f1

#f18426 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18426 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18426 Color CSS Codes

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

#f18426 Text Font Color

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

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


#f18426 Background Color

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

This div background color is #f18426


#f18426 Border Color

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

This div border color is #f18426


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18426


Comments

No comments written yet.

Please login to write comment.