Color Hex Logo

#f68246 Color Hex

#F68246
(246,130,70)
0 Favorites   0 Comments

Color spaces of #f68246

RGB 24613070
HSL0.060.910.62
HSV20°72°96°
CMYK 0.000.470.72   0.04
XYZ47.094236.000310.2610
Yxy36.00030.50450.3856
Hunter Lab60.000235.104231.8606
CIE-Lab66.520239.961451.2625

#f68246 color RGB value is (246,130,70).

#f68246 hex color red value is 246, green value is 130 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #f68246 hue: 0.06 , saturation: 0.91 and the lightness value of f68246 is 0.62.

The process color (four color CMYK) of #f68246 color hex is 0.00, 0.47, 0.72, 0.04. Web safe color of #f68246 is #ff9933. Color #f68246 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000010 01000110
Octal 366 202 106
Decimal 246 130 70
Hex F6 82 46

RGB Percentages of Color #f68246

%55.16
%29.15
%15.70

CMYK Percentages of Color #f68246

%0
%47
%72
%4

Triadic Colors of #f68246

#f68246 #46f682 #8246f6

Analogous Colors of #f68246

#f68246 #f6da46 #f64662

Monochromatic Colors of #f68246

#f68246

Complementary Color

#f68246 #46baf6

#f68246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68246 Color CSS Codes

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

#f68246 Text Font Color

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

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


#f68246 Background Color

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

This div background color is #f68246


#f68246 Border Color

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

This div border color is #f68246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68246


Comments

No comments written yet.

Please login to write comment.