Color Hex Logo

#f66b1e Color Hex

#F66B1E
(246,107,30)
0 Favorites   0 Comments

Color spaces of #f66b1e

RGB 24610730
HSL0.060.920.54
HSV21°88°96°
CMYK 0.000.570.88   0.04
XYZ43.498130.20204.7653
Yxy30.20200.55440.3849
Hunter Lab54.956345.109633.3284
CIE-Lab61.828149.847263.7052

#f66b1e color RGB value is (246,107,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101011 00011110
Octal 366 153 36
Decimal 246 107 30
Hex F6 6B 1E

RGB Percentages of Color #f66b1e

%64.23
%27.94
%7.83

CMYK Percentages of Color #f66b1e

%0
%57
%88
%4

Triadic Colors of #f66b1e

#f66b1e #1ef66b #6b1ef6

Analogous Colors of #f66b1e

#f66b1e #f6d71e #f61e3d

Monochromatic Colors of #f66b1e

#f66b1e

Complementary Color

#f66b1e #1ea9f6

#f66b1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66b1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66b1e Color CSS Codes

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

#f66b1e Text Font Color

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

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


#f66b1e Background Color

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

This div background color is #f66b1e


#f66b1e Border Color

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

This div border color is #f66b1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66b1e


Comments

No comments written yet.

Please login to write comment.