color codes Logo

#f68b13 color codes

#F68B13
(246,139,19)
0 Favorites   0 Comments

Color spaces of #f68b13

RGB 24613919
HSL0.090.930.52
HSV32°92°96°
CMYK 0.000.430.92   0.04
XYZ47.356238.10515.4752
Yxy38.10510.52080.4190
Hunter Lab61.729328.911537.9517
CIE-Lab68.098033.892671.1761

#f68b13 color RGB value is (246,139,19).

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

The process color (four color CMYK) of #f68b13 color code is 0.00, 0.43, 0.92, 0.04. Web safe color of #f68b13 is #ff9900. Color #f68b13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001011 00010011
Octal 366 213 23
Decimal 246 139 19
Hex F6 8B 13

RGB Percentages of Color #f68b13

%60.89
%34.41
%4.70

CMYK Percentages of Color #f68b13

%0
%43
%92
%4

Triadic Colors of #f68b13

#f68b13 #13f68b #8b13f6

Analogous Colors of #f68b13

#f68b13 #f0f613 #f61913

Monochromatic Colors of #f68b13

#f68b13

Complementary Color

#f68b13 #137ef6

#f68b13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68b13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68b13 Color CSS Codes

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

#f68b13 Text Font Color

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

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


#f68b13 Background Color

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

This div background color is #f68b13


#f68b13 Border Color

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

This div border color is #f68b13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68b13


Comments

No comments written yet.

Please login to write comment.