color codes Logo

#f66a27 color codes

#F66A27
(246,106,39)
0 Favorites   0 Comments

Color spaces of #f66a27

RGB 24610639
HSL0.050.920.56
HSV19°84°96°
CMYK 0.000.570.84   0.04
XYZ43.526330.04745.4251
Yxy30.04740.55100.3804
Hunter Lab54.815545.810932.5029
CIE-Lab61.695150.503860.3625

#f66a27 color RGB value is (246,106,39).

#f66a27 hex color red value is 246, green value is 106 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #f66a27 hue: 0.05 , saturation: 0.92 and the lightness value of f66a27 is 0.56.

The process color (four color CMYK) of #f66a27 color code is 0.00, 0.57, 0.84, 0.04. Web safe color of #f66a27 is #ff6633. Color #f66a27 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101010 00100111
Octal 366 152 47
Decimal 246 106 39
Hex F6 6A 27

RGB Percentages of Color #f66a27

%62.92
%27.11
%9.97

CMYK Percentages of Color #f66a27

%0
%57
%84
%4

Triadic Colors of #f66a27

#f66a27 #27f66a #6a27f6

Analogous Colors of #f66a27

#f66a27 #f6d227 #f6274c

Monochromatic Colors of #f66a27

#f66a27

Complementary Color

#f66a27 #27b3f6

#f66a27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66a27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66a27 Color CSS Codes

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

#f66a27 Text Font Color

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

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


#f66a27 Background Color

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

This div background color is #f66a27


#f66a27 Border Color

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

This div border color is #f66a27


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,106,39, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66a27


Comments

No comments written yet.

Please login to write comment.