Color Hex Logo

#f68513 Color Hex

#F68513
(246,133,19)
0 Favorites   0 Comments

Color spaces of #f68513

RGB 24613319
HSL0.080.930.52
HSV30°92°96°
CMYK 0.000.460.92   0.04
XYZ46.511136.41495.1935
Yxy36.41490.52780.4132
Hunter Lab60.344831.976737.1386
CIE-Lab66.835736.961470.2882

#f68513 color RGB value is (246,133,19).

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

The process color (four color CMYK) of #f68513 color hex is 0.00, 0.46, 0.92, 0.04. Web safe color of #f68513 is #ff9900. Color #f68513 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000101 00010011
Octal 366 205 23
Decimal 246 133 19
Hex F6 85 13

RGB Percentages of Color #f68513

%61.81
%33.42
%4.77

CMYK Percentages of Color #f68513

%0
%46
%92
%4

Triadic Colors of #f68513

#f68513 #13f685 #8513f6

Analogous Colors of #f68513

#f68513 #f6f613 #f61413

Monochromatic Colors of #f68513

#f68513

Complementary Color

#f68513 #1384f6

#f68513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68513 Color CSS Codes

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

#f68513 Text Font Color

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

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


#f68513 Background Color

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

This div background color is #f68513


#f68513 Border Color

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

This div border color is #f68513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68513


Comments

No comments written yet.

Please login to write comment.