Color Hex Logo

#f18017 Color Hex

#F18017
(241,128,23)
0 Favorites   0 Comments

Color spaces of #f18017

RGB 24112823
HSL0.080.890.52
HSV29°90°95°
CMYK 0.000.470.90   0.05
XYZ44.149534.20105.0851
Yxy34.20100.52910.4099
Hunter Lab58.481632.412135.7817
CIE-Lab65.121837.564267.8413

#f18017 color RGB value is (241,128,23).

#f18017 hex color red value is 241, green value is 128 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #f18017 hue: 0.08 , saturation: 0.89 and the lightness value of f18017 is 0.52.

The process color (four color CMYK) of #f18017 color hex is 0.00, 0.47, 0.90, 0.05. Web safe color of #f18017 is #ff9900. Color #f18017 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000000 00010111
Octal 361 200 27
Decimal 241 128 23
Hex F1 80 17

RGB Percentages of Color #f18017

%61.48
%32.65
%5.87

CMYK Percentages of Color #f18017

%0
%47
%90
%5

Triadic Colors of #f18017

#f18017 #17f180 #8017f1

Analogous Colors of #f18017

#f18017 #f1ed17 #f1171b

Monochromatic Colors of #f18017

#f18017

Complementary Color

#f18017 #1788f1

#f18017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18017 Color CSS Codes

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

#f18017 Text Font Color

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

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


#f18017 Background Color

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

This div background color is #f18017


#f18017 Border Color

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

This div border color is #f18017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18017


Comments

No comments written yet.

Please login to write comment.