Color Hex Logo

#f1880e Color Hex

#F1880E
(241,136,14)
0 Favorites   0 Comments

Color spaces of #f1880e

RGB 24113614
HSL0.090.890.50
HSV32°94°95°
CMYK 0.000.440.94   0.05
XYZ45.159136.34085.0498
Yxy36.34080.52180.4199
Hunter Lab60.283328.221137.2317
CIE-Lab66.779533.348470.8665

#f1880e color RGB value is (241,136,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001000 00001110
Octal 361 210 16
Decimal 241 136 14
Hex F1 88 E

RGB Percentages of Color #f1880e

%61.64
%34.78
%3.58

CMYK Percentages of Color #f1880e

%0
%44
%94
%5

Triadic Colors of #f1880e

#f1880e #0ef188 #880ef1

Analogous Colors of #f1880e

#f1880e #e9f10e #f1170e

Monochromatic Colors of #f1880e

#f1880e

Complementary Color

#f1880e #0e77f1

#f1880e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1880e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1880e Color CSS Codes

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

#f1880e Text Font Color

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

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


#f1880e Background Color

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

This div background color is #f1880e


#f1880e Border Color

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

This div border color is #f1880e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,136,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 #f1880e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1880e


Comments

No comments written yet.

Please login to write comment.