Color Hex Logo

#f76e1e Color Hex

#F76E1E
(247,110,30)
0 Favorites   0 Comments

Color spaces of #f76e1e

RGB 24711030
HSL0.060.930.54
HSV22°88°97°
CMYK 0.000.550.88   0.03
XYZ44.168031.01984.8878
Yxy31.01980.55160.3874
Hunter Lab55.695444.088433.7835
CIE-Lab62.524348.814264.3067

#f76e1e color RGB value is (247,110,30).

#f76e1e hex color red value is 247, green value is 110 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #f76e1e hue: 0.06 , saturation: 0.93 and the lightness value of f76e1e is 0.54.

The process color (four color CMYK) of #f76e1e color hex is 0.00, 0.55, 0.88, 0.03. Web safe color of #f76e1e is #ff6633. Color #f76e1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101110 00011110
Octal 367 156 36
Decimal 247 110 30
Hex F7 6E 1E

RGB Percentages of Color #f76e1e

%63.82
%28.42
%7.75

CMYK Percentages of Color #f76e1e

%0
%55
%88
%3

Triadic Colors of #f76e1e

#f76e1e #1ef76e #6e1ef7

Analogous Colors of #f76e1e

#f76e1e #f7db1e #f71e3a

Monochromatic Colors of #f76e1e

#f76e1e

Complementary Color

#f76e1e #1ea7f7

#f76e1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f76e1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f76e1e Color CSS Codes

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

#f76e1e Text Font Color

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

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


#f76e1e Background Color

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

This div background color is #f76e1e


#f76e1e Border Color

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

This div border color is #f76e1e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,110,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f76e1e


Comments

No comments written yet.

Please login to write comment.