Color Hex Logo

#f1971b Color Hex

#F1971B
(241,151,27)
0 Favorites   0 Comments

Color spaces of #f1971b

RGB 24115127
HSL0.100.880.53
HSV35°89°95°
CMYK 0.000.370.89   0.05
XYZ47.540140.91316.4283
Yxy40.91310.50100.4312
Hunter Lab63.963320.732438.8157
CIE-Lab70.115025.711170.5972

#f1971b color RGB value is (241,151,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010111 00011011
Octal 361 227 33
Decimal 241 151 27
Hex F1 97 1B

RGB Percentages of Color #f1971b

%57.52
%36.04
%6.44

CMYK Percentages of Color #f1971b

%0
%37
%89
%5

Triadic Colors of #f1971b

#f1971b #1bf197 #971bf1

Analogous Colors of #f1971b

#f1971b #e0f11b #f12c1b

Monochromatic Colors of #f1971b

#f1971b

Complementary Color

#f1971b #1b75f1

#f1971b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1971b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1971b Color CSS Codes

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

#f1971b Text Font Color

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

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


#f1971b Background Color

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

This div background color is #f1971b


#f1971b Border Color

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

This div border color is #f1971b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,151,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 #f1971b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1971b


Comments

No comments written yet.

Please login to write comment.