Color Hex Logo

#f67e1e Color Hex

#F67E1E
(246,126,30)
1 Favorites   0 Comments

Color spaces of #f67e1e

RGB 24612630
HSL0.070.920.54
HSV27°88°96°
CMYK 0.000.490.88   0.04
XYZ45.701234.60835.4996
Yxy34.60830.53260.4033
Hunter Lab58.828835.717435.6375
CIE-Lab65.442640.666166.4883

#f67e1e color RGB value is (246,126,30).

#f67e1e hex color red value is 246, green value is 126 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #f67e1e hue: 0.07 , saturation: 0.92 and the lightness value of f67e1e is 0.54.

The process color (four color CMYK) of #f67e1e color hex is 0.00, 0.49, 0.88, 0.04. Web safe color of #f67e1e is #ff6633. Color #f67e1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01111110 00011110
Octal 366 176 36
Decimal 246 126 30
Hex F6 7E 1E

RGB Percentages of Color #f67e1e

%61.19
%31.34
%7.46

CMYK Percentages of Color #f67e1e

%0
%49
%88
%4

Triadic Colors of #f67e1e

#f67e1e #1ef67e #7e1ef6

Analogous Colors of #f67e1e

#f67e1e #f6ea1e #f61e2a

Monochromatic Colors of #f67e1e

#f67e1e

Complementary Color

#f67e1e #1e96f6

#f67e1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f67e1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f67e1e Color CSS Codes

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

#f67e1e Text Font Color

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

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


#f67e1e Background Color

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

This div background color is #f67e1e


#f67e1e Border Color

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

This div border color is #f67e1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f67e1e

Related Colors


Comments

No comments written yet.

Please login to write comment.