Color Hex Logo

#f6c40c Color Hex

#F6C40C
(246,196,12)
0 Favorites   0 Comments

Color spaces of #f6c40c

RGB 24619612
HSL0.130.930.51
HSV47°95°96°
CMYK 0.000.200.95   0.04
XYZ57.812359.09928.7081
Yxy59.09920.46020.4705
Hunter Lab76.8760-0.297447.0972
CIE-Lab81.34614.045181.6691

#f6c40c color RGB value is (246,196,12).

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

The process color (four color CMYK) of #f6c40c color hex is 0.00, 0.20, 0.95, 0.04. Web safe color of #f6c40c is #ffcc00. Color #f6c40c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11000100 00001100
Octal 366 304 14
Decimal 246 196 12
Hex F6 C4 C

RGB Percentages of Color #f6c40c

%54.19
%43.17
%2.64

CMYK Percentages of Color #f6c40c

%0
%20
%95
%4

Triadic Colors of #f6c40c

#f6c40c #0cf6c4 #c40cf6

Analogous Colors of #f6c40c

#f6c40c #b3f60c #f64f0c

Monochromatic Colors of #f6c40c

#f6c40c

Complementary Color

#f6c40c #0c3ef6

#f6c40c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6c40c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6c40c Color CSS Codes

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

#f6c40c Text Font Color

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

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


#f6c40c Background Color

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

This div background color is #f6c40c


#f6c40c Border Color

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

This div border color is #f6c40c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6c40c


Comments

No comments written yet.

Please login to write comment.