color codes Logo

#f6e114 color codes

#F6E114
(246,225,20)
0 Favorites   0 Comments

Color spaces of #f6e114

RGB 24622520
HSL0.150.930.52
HSV54°92°96°
CMYK 0.000.090.92   0.04
XYZ65.057573.493811.4186
Yxy73.49380.43380.4901
Hunter Lab85.7285-14.565252.1128
CIE-Lab88.6827-10.572786.1724

#f6e114 color RGB value is (246,225,20).

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

The process color (four color CMYK) of #f6e114 color code is 0.00, 0.09, 0.92, 0.04. Web safe color of #f6e114 is #ffcc00. Color #f6e114 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11100001 00010100
Octal 366 341 24
Decimal 246 225 20
Hex F6 E1 14

RGB Percentages of Color #f6e114

%50.10
%45.82
%4.07

CMYK Percentages of Color #f6e114

%0
%9
%92
%4

Triadic Colors of #f6e114

#f6e114 #14f6e1 #e114f6

Analogous Colors of #f6e114

#f6e114 #9af614 #f67014

Monochromatic Colors of #f6e114

#f6e114

Complementary Color

#f6e114 #1429f6

#f6e114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6e114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6e114 Color CSS Codes

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

#f6e114 Text Font Color

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

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


#f6e114 Background Color

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

This div background color is #f6e114


#f6e114 Border Color

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

This div border color is #f6e114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6e114


Comments

No comments written yet.

Please login to write comment.