Color Hex Logo

#f6c465 Color Hex

#F6C465
(246,196,101)
0 Favorites   0 Comments

Color spaces of #f6c465

RGB 246196101
HSL0.110.890.68
HSV39°59°96°
CMYK 0.000.200.59   0.04
XYZ60.094960.012320.7281
Yxy60.01230.42670.4261
Hunter Lab77.46762.901738.3630
CIE-Lab81.84497.398953.6455

#f6c465 color RGB value is (246,196,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11000100 01100101
Octal 366 304 145
Decimal 246 196 101
Hex F6 C4 65

RGB Percentages of Color #f6c465

%45.30
%36.10
%18.60

CMYK Percentages of Color #f6c465

%0
%20
%59
%4

Triadic Colors of #f6c465

#f6c465 #65f6c4 #c465f6

Analogous Colors of #f6c465

#f6c465 #e0f665 #f67c65

Monochromatic Colors of #f6c465

#f6c465

Complementary Color

#f6c465 #6597f6

#f6c465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6c465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6c465 Color CSS Codes

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

#f6c465 Text Font Color

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

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


#f6c465 Background Color

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

This div background color is #f6c465


#f6c465 Border Color

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

This div border color is #f6c465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6c465

Related Colors


Comments

No comments written yet.

Please login to write comment.