Color Hex Logo

#f6851e Color Hex

#F6851E
(246,133,30)
0 Favorites   0 Comments

Color spaces of #f6851e

RGB 24613330
HSL0.080.920.54
HSV29°88°96°
CMYK 0.000.460.88   0.04
XYZ46.627936.46165.8085
Yxy36.46160.52450.4102
Hunter Lab60.383432.166136.5651
CIE-Lab66.871137.138467.5923

#f6851e color RGB value is (246,133,30).

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

The process color (four color CMYK) of #f6851e color hex is 0.00, 0.46, 0.88, 0.04. Web safe color of #f6851e is #ff9933. Color #f6851e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000101 00011110
Octal 366 205 36
Decimal 246 133 30
Hex F6 85 1E

RGB Percentages of Color #f6851e

%60.15
%32.52
%7.33

CMYK Percentages of Color #f6851e

%0
%46
%88
%4

Triadic Colors of #f6851e

#f6851e #1ef685 #851ef6

Analogous Colors of #f6851e

#f6851e #f6f11e #f61e23

Monochromatic Colors of #f6851e

#f6851e

Complementary Color

#f6851e #1e8ff6

#f6851e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6851e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6851e Color CSS Codes

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

#f6851e Text Font Color

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

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


#f6851e Background Color

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

This div background color is #f6851e


#f6851e Border Color

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

This div border color is #f6851e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6851e


Comments

No comments written yet.

Please login to write comment.