Color Hex Logo

#f68e2f Color Hex

#F68E2F
(246,142,47)
0 Favorites   0 Comments

Color spaces of #f68e2f

RGB 24614247
HSL0.080.920.57
HSV29°81°96°
CMYK 0.000.420.81   0.04
XYZ48.192139.14417.7049
Yxy39.14410.50710.4119
Hunter Lab62.565228.003936.4941
CIE-Lab68.855532.946163.5785

#f68e2f color RGB value is (246,142,47).

#f68e2f hex color red value is 246, green value is 142 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #f68e2f hue: 0.08 , saturation: 0.92 and the lightness value of f68e2f is 0.57.

The process color (four color CMYK) of #f68e2f color hex is 0.00, 0.42, 0.81, 0.04. Web safe color of #f68e2f is #ff9933. Color #f68e2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001110 00101111
Octal 366 216 57
Decimal 246 142 47
Hex F6 8E 2F

RGB Percentages of Color #f68e2f

%56.55
%32.64
%10.80

CMYK Percentages of Color #f68e2f

%0
%42
%81
%4

Triadic Colors of #f68e2f

#f68e2f #2ff68e #8e2ff6

Analogous Colors of #f68e2f

#f68e2f #f6f22f #f62f33

Monochromatic Colors of #f68e2f

#f68e2f

Complementary Color

#f68e2f #2f97f6

#f68e2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68e2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68e2f Color CSS Codes

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

#f68e2f Text Font Color

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

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


#f68e2f Background Color

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

This div background color is #f68e2f


#f68e2f Border Color

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

This div border color is #f68e2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68e2f


Comments

No comments written yet.

Please login to write comment.