Color Hex Logo

#f1940e Color Hex

#F1940E
(241,148,14)
0 Favorites   0 Comments

Color spaces of #f1940e

RGB 24114814
HSL0.100.890.50
HSV35°94°95°
CMYK 0.000.390.94   0.05
XYZ46.944839.91235.6450
Yxy39.91230.50750.4315
Hunter Lab63.176222.081038.9256
CIE-Lab69.407027.099172.6777

#f1940e color RGB value is (241,148,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010100 00001110
Octal 361 224 16
Decimal 241 148 14
Hex F1 94 E

RGB Percentages of Color #f1940e

%59.80
%36.72
%3.47

CMYK Percentages of Color #f1940e

%0
%39
%94
%5

Triadic Colors of #f1940e

#f1940e #0ef194 #940ef1

Analogous Colors of #f1940e

#f1940e #ddf10e #f1230e

Monochromatic Colors of #f1940e

#f1940e

Complementary Color

#f1940e #0e6bf1

#f1940e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1940e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1940e Color CSS Codes

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

#f1940e Text Font Color

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

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


#f1940e Background Color

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

This div background color is #f1940e


#f1940e Border Color

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

This div border color is #f1940e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1940e


Comments

No comments written yet.

Please login to write comment.