Color Hex Logo

#f6c116 Color Hex

#F6C116
(246,193,22)
0 Favorites   0 Comments

Color spaces of #f6c116

RGB 24619322
HSL0.130.930.53
HSV46°91°96°
CMYK 0.000.220.91   0.04
XYZ57.220857.79078.8979
Yxy57.79070.46180.4664
Hunter Lab76.02021.322546.2744
CIE-Lab80.62235.715279.7996

#f6c116 color RGB value is (246,193,22).

#f6c116 hex color red value is 246, green value is 193 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #f6c116 hue: 0.13 , saturation: 0.93 and the lightness value of f6c116 is 0.53.

The process color (four color CMYK) of #f6c116 color hex is 0.00, 0.22, 0.91, 0.04. Web safe color of #f6c116 is #ffcc00. Color #f6c116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11000001 00010110
Octal 366 301 26
Decimal 246 193 22
Hex F6 C1 16

RGB Percentages of Color #f6c116

%53.36
%41.87
%4.77

CMYK Percentages of Color #f6c116

%0
%22
%91
%4

Triadic Colors of #f6c116

#f6c116 #16f6c1 #c116f6

Analogous Colors of #f6c116

#f6c116 #bbf616 #f65116

Monochromatic Colors of #f6c116

#f6c116

Complementary Color

#f6c116 #164bf6

#f6c116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6c116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6c116 Color CSS Codes

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

#f6c116 Text Font Color

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

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


#f6c116 Background Color

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

This div background color is #f6c116


#f6c116 Border Color

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

This div border color is #f6c116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6c116

Related Colors


Comments

No comments written yet.

Please login to write comment.