Color Hex Logo

#f1822e Color Hex

#F1822E
(241,130,46)
0 Favorites   0 Comments

Color spaces of #f1822e

RGB 24113046
HSL0.070.870.56
HSV26°81°95°
CMYK 0.000.460.81   0.05
XYZ44.751434.86336.9554
Yxy34.86330.51690.4027
Hunter Lab59.045231.959434.3474
CIE-Lab65.642137.073360.8124

#f1822e color RGB value is (241,130,46).

#f1822e hex color red value is 241, green value is 130 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #f1822e hue: 0.07 , saturation: 0.87 and the lightness value of f1822e is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000010 00101110
Octal 361 202 56
Decimal 241 130 46
Hex F1 82 2E

RGB Percentages of Color #f1822e

%57.79
%31.18
%11.03

CMYK Percentages of Color #f1822e

%0
%46
%81
%5

Triadic Colors of #f1822e

#f1822e #2ef182 #822ef1

Analogous Colors of #f1822e

#f1822e #f1e42e #f12e3c

Monochromatic Colors of #f1822e

#f1822e

Complementary Color

#f1822e #2e9df1

#f1822e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1822e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1822e Color CSS Codes

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

#f1822e Text Font Color

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

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


#f1822e Background Color

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

This div background color is #f1822e


#f1822e Border Color

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

This div border color is #f1822e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1822e


Comments

No comments written yet.

Please login to write comment.