Color Hex Logo

#f6da0e Color Hex

#F6DA0E
(246,218,14)
0 Favorites   0 Comments

Color spaces of #f6da0e

RGB 24621814
HSL0.150.930.51
HSV53°94°96°
CMYK 0.000.110.94   0.04
XYZ63.156769.767310.5532
Yxy69.76730.44020.4863
Hunter Lab83.5268-11.203750.9778
CIE-Lab86.8826-7.147785.5143

#f6da0e color RGB value is (246,218,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11011010 00001110
Octal 366 332 16
Decimal 246 218 14
Hex F6 DA E

RGB Percentages of Color #f6da0e

%51.46
%45.61
%2.93

CMYK Percentages of Color #f6da0e

%0
%11
%94
%4

Triadic Colors of #f6da0e

#f6da0e #0ef6da #da0ef6

Analogous Colors of #f6da0e

#f6da0e #9ef60e #f6660e

Monochromatic Colors of #f6da0e

#f6da0e

Complementary Color

#f6da0e #0e2af6

#f6da0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6da0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6da0e Color CSS Codes

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

#f6da0e Text Font Color

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

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


#f6da0e Background Color

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

This div background color is #f6da0e


#f6da0e Border Color

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

This div border color is #f6da0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6da0e


Comments

No comments written yet.

Please login to write comment.