Color Hex Logo

#f7c465 Color Hex

#F7C465
(247,196,101)
0 Favorites   0 Comments

Color spaces of #f7c465

RGB 247196101
HSL0.110.900.68
HSV39°59°97°
CMYK 0.000.210.59   0.03
XYZ60.446760.193620.7446
Yxy60.19360.42750.4257
Hunter Lab77.58453.297838.4562
CIE-Lab81.94337.810453.7846

#f7c465 color RGB value is (247,196,101).

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

The process color (four color CMYK) of #f7c465 color hex is 0.00, 0.21, 0.59, 0.03. Web safe color of #f7c465 is #ffcc66. Color #f7c465 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 11000100 01100101
Octal 367 304 145
Decimal 247 196 101
Hex F7 C4 65

RGB Percentages of Color #f7c465

%45.40
%36.03
%18.57

CMYK Percentages of Color #f7c465

%0
%21
%59
%3

Triadic Colors of #f7c465

#f7c465 #65f7c4 #c465f7

Analogous Colors of #f7c465

#f7c465 #e1f765 #f77b65

Monochromatic Colors of #f7c465

#f7c465

Complementary Color

#f7c465 #6598f7

#f7c465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7c465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7c465 Color CSS Codes

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

#f7c465 Text Font Color

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

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


#f7c465 Background Color

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

This div background color is #f7c465


#f7c465 Border Color

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

This div border color is #f7c465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7c465


Comments

No comments written yet.

Please login to write comment.