Color Hex Logo

#f1800e Color Hex

#F1800E
(241,128,14)
0 Favorites   0 Comments

Color spaces of #f1800e

RGB 24112814
HSL0.080.890.50
HSV30°94°95°
CMYK 0.000.470.94   0.05
XYZ44.074134.17084.6881
Yxy34.17080.53140.4120
Hunter Lab58.455832.286636.1641
CIE-Lab65.097937.446669.7255

#f1800e color RGB value is (241,128,14).

#f1800e hex color red value is 241, green value is 128 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #f1800e hue: 0.08 , saturation: 0.89 and the lightness value of f1800e is 0.50.

The process color (four color CMYK) of #f1800e color hex is 0.00, 0.47, 0.94, 0.05. Web safe color of #f1800e is #ff9900. Color #f1800e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000000 00001110
Octal 361 200 16
Decimal 241 128 14
Hex F1 80 E

RGB Percentages of Color #f1800e

%62.92
%33.42
%3.66

CMYK Percentages of Color #f1800e

%0
%47
%94
%5

Triadic Colors of #f1800e

#f1800e #0ef180 #800ef1

Analogous Colors of #f1800e

#f1800e #f1f10e #f10f0e

Monochromatic Colors of #f1800e

#f1800e

Complementary Color

#f1800e #0e7ff1

#f1800e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1800e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1800e Color CSS Codes

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

#f1800e Text Font Color

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

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


#f1800e Background Color

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

This div background color is #f1800e


#f1800e Border Color

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

This div border color is #f1800e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1800e


Comments

No comments written yet.

Please login to write comment.