Color Hex Logo

#f1571e Color Hex

#F1571E
(241,87,30)
0 Favorites   0 Comments

Color spaces of #f1571e

RGB 2418730
HSL0.050.880.53
HSV16°88°95°
CMYK 0.000.640.88   0.05
XYZ39.918225.61094.0678
Yxy25.61090.57360.3680
Hunter Lab50.607252.235530.6593
CIE-Lab57.665956.913560.1506

#f1571e color RGB value is (241,87,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010111 00011110
Octal 361 127 36
Decimal 241 87 30
Hex F1 57 1E

RGB Percentages of Color #f1571e

%67.32
%24.30
%8.38

CMYK Percentages of Color #f1571e

%0
%64
%88
%5

Triadic Colors of #f1571e

#f1571e #1ef157 #571ef1

Analogous Colors of #f1571e

#f1571e #f1c11e #f11e4f

Monochromatic Colors of #f1571e

#f1571e

Complementary Color

#f1571e #1eb8f1

#f1571e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1571e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1571e Color CSS Codes

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

#f1571e Text Font Color

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

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


#f1571e Background Color

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

This div background color is #f1571e


#f1571e Border Color

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

This div border color is #f1571e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1571e


Comments

No comments written yet.

Please login to write comment.