Color Hex Logo

#f1830f Color Hex

#F1830F
(241,131,15)
0 Favorites   0 Comments

Color spaces of #f1830f

RGB 24113115
HSL0.090.890.50
HSV31°94°95°
CMYK 0.000.460.94   0.05
XYZ44.478234.96794.8572
Yxy34.96790.52760.4148
Hunter Lab59.133730.777336.5235
CIE-Lab65.723735.928669.9715

#f1830f color RGB value is (241,131,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000011 00001111
Octal 361 203 17
Decimal 241 131 15
Hex F1 83 F

RGB Percentages of Color #f1830f

%62.27
%33.85
%3.88

CMYK Percentages of Color #f1830f

%0
%46
%94
%5

Triadic Colors of #f1830f

#f1830f #0ff183 #830ff1

Analogous Colors of #f1830f

#f1830f #eef10f #f1120f

Monochromatic Colors of #f1830f

#f1830f

Complementary Color

#f1830f #0f7df1

#f1830f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1830f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1830f Color CSS Codes

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

#f1830f Text Font Color

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

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


#f1830f Background Color

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

This div background color is #f1830f


#f1830f Border Color

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

This div border color is #f1830f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1830f


Comments

No comments written yet.

Please login to write comment.