Color Hex Logo

#f15e12 Color Hex

#F15E12
(241,94,18)
0 Favorites   0 Comments

Color spaces of #f15e12

RGB 2419418
HSL0.060.890.51
HSV20°93°95°
CMYK 0.000.610.93   0.05
XYZ40.387526.74993.6068
Yxy26.74990.57090.3781
Hunter Lab51.720348.877132.0695
CIE-Lab58.742153.736264.6338

#f15e12 color RGB value is (241,94,18).

#f15e12 hex color red value is 241, green value is 94 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #f15e12 hue: 0.06 , saturation: 0.89 and the lightness value of f15e12 is 0.51.

The process color (four color CMYK) of #f15e12 color hex is 0.00, 0.61, 0.93, 0.05. Web safe color of #f15e12 is #ff6600. Color #f15e12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011110 00010010
Octal 361 136 22
Decimal 241 94 18
Hex F1 5E 12

RGB Percentages of Color #f15e12

%68.27
%26.63
%5.10

CMYK Percentages of Color #f15e12

%0
%61
%93
%5

Triadic Colors of #f15e12

#f15e12 #12f15e #5e12f1

Analogous Colors of #f15e12

#f15e12 #f1ce12 #f11235

Monochromatic Colors of #f15e12

#f15e12

Complementary Color

#f15e12 #12a5f1

#f15e12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15e12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15e12 Color CSS Codes

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

#f15e12 Text Font Color

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

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


#f15e12 Background Color

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

This div background color is #f15e12


#f15e12 Border Color

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

This div border color is #f15e12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f15e12


Comments

No comments written yet.

Please login to write comment.