Color Hex Logo

#f77212 Color Hex

#F77212
(247,114,18)
0 Favorites   0 Comments

Color spaces of #f77212

RGB 24711418
HSL0.070.930.52
HSV25°93°97°
CMYK 0.000.540.93   0.03
XYZ44.484331.85254.3758
Yxy31.85250.55110.3946
Hunter Lab56.438041.926734.9097
CIE-Lab63.220846.734668.0815

#f77212 color RGB value is (247,114,18).

#f77212 hex color red value is 247, green value is 114 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #f77212 hue: 0.07 , saturation: 0.93 and the lightness value of f77212 is 0.52.

The process color (four color CMYK) of #f77212 color hex is 0.00, 0.54, 0.93, 0.03. Web safe color of #f77212 is #ff6600. Color #f77212 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01110010 00010010
Octal 367 162 22
Decimal 247 114 18
Hex F7 72 12

RGB Percentages of Color #f77212

%65.17
%30.08
%4.75

CMYK Percentages of Color #f77212

%0
%54
%93
%3

Triadic Colors of #f77212

#f77212 #12f772 #7212f7

Analogous Colors of #f77212

#f77212 #f7e512 #f71224

Monochromatic Colors of #f77212

#f77212

Complementary Color

#f77212 #1297f7

#f77212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f77212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f77212 Color CSS Codes

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

#f77212 Text Font Color

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

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


#f77212 Background Color

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

This div background color is #f77212


#f77212 Border Color

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

This div border color is #f77212


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f77212


Comments

No comments written yet.

Please login to write comment.