Color Hex Logo

#f1671c Color Hex

#F1671C
(241,103,28)
0 Favorites   0 Comments

Color spaces of #f1671c

RGB 24110328
HSL0.060.880.53
HSV21°88°95°
CMYK 0.000.570.88   0.05
XYZ41.335528.48514.4182
Yxy28.48510.55680.3837
Hunter Lab53.371444.846032.4519
CIE-Lab60.324549.834062.8673

#f1671c color RGB value is (241,103,28).

#f1671c hex color red value is 241, green value is 103 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #f1671c hue: 0.06 , saturation: 0.88 and the lightness value of f1671c is 0.53.

The process color (four color CMYK) of #f1671c color hex is 0.00, 0.57, 0.88, 0.05. Web safe color of #f1671c is #ff6633. Color #f1671c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100111 00011100
Octal 361 147 34
Decimal 241 103 28
Hex F1 67 1C

RGB Percentages of Color #f1671c

%64.78
%27.69
%7.53

CMYK Percentages of Color #f1671c

%0
%57
%88
%5

Triadic Colors of #f1671c

#f1671c #1cf167 #671cf1

Analogous Colors of #f1671c

#f1671c #f1d21c #f11c3c

Monochromatic Colors of #f1671c

#f1671c

Complementary Color

#f1671c #1ca6f1

#f1671c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1671c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1671c Color CSS Codes

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

#f1671c Text Font Color

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

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


#f1671c Background Color

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

This div background color is #f1671c


#f1671c Border Color

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

This div border color is #f1671c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1671c


Comments

No comments written yet.

Please login to write comment.