Color Hex Logo

#f18600 Color Hex

#F18600
(241,134,0)
0 Favorites   0 Comments

Color spaces of #f18600

RGB 2411340
HSL0.091.000.47
HSV33°100°95°
CMYK 0.000.441.00   0.05
XYZ44.800735.75104.5394
Yxy35.75100.52650.4201
Hunter Lab59.792129.109237.3532
CIE-Lab66.329234.254372.5975

#f18600 color RGB value is (241,134,0).

#f18600 hex color red value is 241, green value is 134 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #f18600 hue: 0.09 , saturation: 1.00 and the lightness value of f18600 is 0.47.

The process color (four color CMYK) of #f18600 color hex is 0.00, 0.44, 1.00, 0.05. Web safe color of #f18600 is #ff9900. Color #f18600 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000110 00000000
Octal 361 206 0
Decimal 241 134 0
Hex F1 86 0

RGB Percentages of Color #f18600

%64.27
%35.73
%0.00

CMYK Percentages of Color #f18600

%0
%44
%100
%5

Triadic Colors of #f18600

#f18600 #00f186 #8600f1

Analogous Colors of #f18600

#f18600 #e4f100 #f10e00

Monochromatic Colors of #f18600

#f18600

Complementary Color

#f18600 #006bf1

#f18600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18600 Color CSS Codes

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

#f18600 Text Font Color

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

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


#f18600 Background Color

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

This div background color is #f18600


#f18600 Border Color

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

This div border color is #f18600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18600


Comments

No comments written yet.

Please login to write comment.