color codes Logo

#f1551e color codes

#F1551E
(241,85,30)
0 Favorites   0 Comments

Color spaces of #f1551e

RGB 2418530
HSL0.040.880.53
HSV16°88°95°
CMYK 0.000.650.88   0.05
XYZ39.758525.29154.0145
Yxy25.29150.57570.3662
Hunter Lab50.290753.108930.4706
CIE-Lab57.358357.739059.9137

#f1551e color RGB value is (241,85,30).

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

The process color (four color CMYK) of #f1551e color code is 0.00, 0.65, 0.88, 0.05. Web safe color of #f1551e is #ff6633. Color #f1551e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010101 00011110
Octal 361 125 36
Decimal 241 85 30
Hex F1 55 1E

RGB Percentages of Color #f1551e

%67.70
%23.88
%8.43

CMYK Percentages of Color #f1551e

%0
%65
%88
%5

Triadic Colors of #f1551e

#f1551e #1ef155 #551ef1

Analogous Colors of #f1551e

#f1551e #f1bf1e #f11e50

Monochromatic Colors of #f1551e

#f1551e

Complementary Color

#f1551e #1ebaf1

#f1551e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1551e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1551e Color CSS Codes

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

#f1551e Text Font Color

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

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


#f1551e Background Color

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

This div background color is #f1551e


#f1551e Border Color

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

This div border color is #f1551e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1551e


Comments

No comments written yet.

Please login to write comment.