Color Hex Logo

#f6da14 Color Hex

#F6DA14
(246,218,20)
0 Favorites   0 Comments

Color spaces of #f6da14

RGB 24621820
HSL0.150.930.52
HSV53°92°96°
CMYK 0.000.110.92   0.04
XYZ63.203769.786110.8007
Yxy69.78610.43960.4853
Hunter Lab83.5381-11.141150.8110
CIE-Lab86.8918-7.079384.8176

#f6da14 color RGB value is (246,218,20).

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

The process color (four color CMYK) of #f6da14 color hex is 0.00, 0.11, 0.92, 0.04. Web safe color of #f6da14 is #ffcc00. Color #f6da14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11011010 00010100
Octal 366 332 24
Decimal 246 218 20
Hex F6 DA 14

RGB Percentages of Color #f6da14

%50.83
%45.04
%4.13

CMYK Percentages of Color #f6da14

%0
%11
%92
%4

Triadic Colors of #f6da14

#f6da14 #14f6da #da14f6

Analogous Colors of #f6da14

#f6da14 #a1f614 #f66914

Monochromatic Colors of #f6da14

#f6da14

Complementary Color

#f6da14 #1430f6

#f6da14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6da14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6da14 Color CSS Codes

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

#f6da14 Text Font Color

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

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


#f6da14 Background Color

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

This div background color is #f6da14


#f6da14 Border Color

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

This div border color is #f6da14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6da14


Comments

No comments written yet.

Please login to write comment.