Color Hex Logo

#f17812 Color Hex

#F17812
(241,120,18)
0 Favorites   0 Comments

Color spaces of #f17812

RGB 24112018
HSL0.080.890.51
HSV27°93°95°
CMYK 0.000.500.93   0.05
XYZ43.101332.17744.5114
Yxy32.17740.54020.4033
Hunter Lab56.725136.360234.9922
CIE-Lab63.489241.512067.8439

#f17812 color RGB value is (241,120,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01111000 00010010
Octal 361 170 22
Decimal 241 120 18
Hex F1 78 12

RGB Percentages of Color #f17812

%63.59
%31.66
%4.75

CMYK Percentages of Color #f17812

%0
%50
%93
%5

Triadic Colors of #f17812

#f17812 #12f178 #7812f1

Analogous Colors of #f17812

#f17812 #f1e812 #f1121b

Monochromatic Colors of #f17812

#f17812

Complementary Color

#f17812 #128bf1

#f17812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f17812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f17812 Color CSS Codes

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

#f17812 Text Font Color

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

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


#f17812 Background Color

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

This div background color is #f17812


#f17812 Border Color

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

This div border color is #f17812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f17812

Related Colors


Comments

No comments written yet.

Please login to write comment.