Color Hex Logo

#f6d965 Color Hex

#F6D965
(246,217,101)
0 Favorites   0 Comments

Color spaces of #f6d965

RGB 246217101
HSL0.130.890.68
HSV48°59°96°
CMYK 0.000.120.59   0.04
XYZ65.167970.158122.4191
Yxy70.15810.41310.4448
Hunter Lab83.7604-7.702942.7629
CIE-Lab87.0743-3.391059.6145

#f6d965 color RGB value is (246,217,101).

#f6d965 hex color red value is 246, green value is 217 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #f6d965 hue: 0.13 , saturation: 0.89 and the lightness value of f6d965 is 0.68.

The process color (four color CMYK) of #f6d965 color hex is 0.00, 0.12, 0.59, 0.04. Web safe color of #f6d965 is #ffcc66. Color #f6d965 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11011001 01100101
Octal 366 331 145
Decimal 246 217 101
Hex F6 D9 65

RGB Percentages of Color #f6d965

%43.62
%38.48
%17.91

CMYK Percentages of Color #f6d965

%0
%12
%59
%4

Triadic Colors of #f6d965

#f6d965 #65f6d9 #d965f6

Analogous Colors of #f6d965

#f6d965 #cbf665 #f69165

Monochromatic Colors of #f6d965

#f6d965

Complementary Color

#f6d965 #6582f6

#f6d965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6d965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6d965 Color CSS Codes

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

#f6d965 Text Font Color

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

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


#f6d965 Background Color

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

This div background color is #f6d965


#f6d965 Border Color

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

This div border color is #f6d965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6d965


Comments

No comments written yet.

Please login to write comment.