Color Hex Logo

#f1610b Color Hex

#F1610B
(241,97,11)
0 Favorites   0 Comments

Color spaces of #f1610b

RGB 2419711
HSL0.060.910.49
HSV22°95°95°
CMYK 0.000.600.95   0.05
XYZ40.610727.27433.4407
Yxy27.27430.56940.3824
Hunter Lab52.224847.410632.6512
CIE-Lab59.227452.335866.4720

#f1610b color RGB value is (241,97,11).

#f1610b hex color red value is 241, green value is 97 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #f1610b hue: 0.06 , saturation: 0.91 and the lightness value of f1610b is 0.49.

The process color (four color CMYK) of #f1610b color hex is 0.00, 0.60, 0.95, 0.05. Web safe color of #f1610b is #ff6600. Color #f1610b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100001 00001011
Octal 361 141 13
Decimal 241 97 11
Hex F1 61 B

RGB Percentages of Color #f1610b

%69.05
%27.79
%3.15

CMYK Percentages of Color #f1610b

%0
%60
%95
%5

Triadic Colors of #f1610b

#f1610b #0bf161 #610bf1

Analogous Colors of #f1610b

#f1610b #f1d40b #f10b28

Monochromatic Colors of #f1610b

#f1610b

Complementary Color

#f1610b #0b9bf1

#f1610b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1610b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1610b Color CSS Codes

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

#f1610b Text Font Color

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

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


#f1610b Background Color

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

This div background color is #f1610b


#f1610b Border Color

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

This div border color is #f1610b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1610b


Comments

No comments written yet.

Please login to write comment.