Color Hex Logo

#f1820a Color Hex

#F1820A
(241,130,10)
0 Favorites   0 Comments

Color spaces of #f1820a

RGB 24113010
HSL0.090.920.49
HSV31°96°95°
CMYK 0.000.460.96   0.05
XYZ44.313034.68804.6471
Yxy34.68800.52980.4147
Hunter Lab58.896531.232236.5494
CIE-Lab65.505036.389870.6323

#f1820a color RGB value is (241,130,10).

#f1820a hex color red value is 241, green value is 130 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #f1820a hue: 0.09 , saturation: 0.92 and the lightness value of f1820a is 0.49.

The process color (four color CMYK) of #f1820a color hex is 0.00, 0.46, 0.96, 0.05. Web safe color of #f1820a is #ff9900. Color #f1820a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000010 00001010
Octal 361 202 12
Decimal 241 130 10
Hex F1 82 A

RGB Percentages of Color #f1820a

%63.25
%34.12
%2.62

CMYK Percentages of Color #f1820a

%0
%46
%96
%5

Triadic Colors of #f1820a

#f1820a #0af182 #820af1

Analogous Colors of #f1820a

#f1820a #edf10a #f10e0a

Monochromatic Colors of #f1820a

#f1820a

Complementary Color

#f1820a #0a79f1

#f1820a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1820a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1820a Color CSS Codes

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

#f1820a Text Font Color

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

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


#f1820a Background Color

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

This div background color is #f1820a


#f1820a Border Color

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

This div border color is #f1820a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1820a


Comments

No comments written yet.

Please login to write comment.