Color Hex Logo

#f6c70e Color Hex

#F6C70E
(246,199,14)
0 Favorites   0 Comments

Color spaces of #f6c70e

RGB 24619914
HSL0.130.930.51
HSV48°94°96°
CMYK 0.000.190.94   0.04
XYZ58.508760.47149.0039
Yxy60.47140.45720.4725
Hunter Lab77.7634-1.783547.5694
CIE-Lab82.09372.516781.9933

#f6c70e color RGB value is (246,199,14).

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

The process color (four color CMYK) of #f6c70e color hex is 0.00, 0.19, 0.94, 0.04. Web safe color of #f6c70e is #ffcc00. Color #f6c70e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11000111 00001110
Octal 366 307 16
Decimal 246 199 14
Hex F6 C7 E

RGB Percentages of Color #f6c70e

%53.59
%43.36
%3.05

CMYK Percentages of Color #f6c70e

%0
%19
%94
%4

Triadic Colors of #f6c70e

#f6c70e #0ef6c7 #c70ef6

Analogous Colors of #f6c70e

#f6c70e #b1f60e #f6530e

Monochromatic Colors of #f6c70e

#f6c70e

Complementary Color

#f6c70e #0e3df6

#f6c70e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6c70e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6c70e Color CSS Codes

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

#f6c70e Text Font Color

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

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


#f6c70e Background Color

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

This div background color is #f6c70e


#f6c70e Border Color

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

This div border color is #f6c70e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6c70e

Related Colors


Comments

No comments written yet.

Please login to write comment.