Color Hex Logo

#f1801b Color Hex

#F1801B
(241,128,27)
0 Favorites   0 Comments

Color spaces of #f1801b

RGB 24112827
HSL0.080.880.53
HSV28°89°95°
CMYK 0.000.470.89   0.05
XYZ44.192634.21825.3125
Yxy34.21820.52780.4087
Hunter Lab58.496332.484035.5628
CIE-Lab65.135437.631666.8068

#f1801b color RGB value is (241,128,27).

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

The process color (four color CMYK) of #f1801b color hex is 0.00, 0.47, 0.89, 0.05. Web safe color of #f1801b is #ff9933. Color #f1801b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000000 00011011
Octal 361 200 33
Decimal 241 128 27
Hex F1 80 1B

RGB Percentages of Color #f1801b

%60.86
%32.32
%6.82

CMYK Percentages of Color #f1801b

%0
%47
%89
%5

Triadic Colors of #f1801b

#f1801b #1bf180 #801bf1

Analogous Colors of #f1801b

#f1801b #f1eb1b #f11b21

Monochromatic Colors of #f1801b

#f1801b

Complementary Color

#f1801b #1b8cf1

#f1801b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1801b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1801b Color CSS Codes

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

#f1801b Text Font Color

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

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


#f1801b Background Color

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

This div background color is #f1801b


#f1801b Border Color

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

This div border color is #f1801b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1801b


Comments

No comments written yet.

Please login to write comment.