Color Hex Logo

#f7c760 Color Hex

#F7C760
(247,199,96)
0 Favorites   0 Comments

Color spaces of #f7c760

RGB 24719996
HSL0.110.900.67
HSV41°61°97°
CMYK 0.000.190.61   0.03
XYZ60.892561.465519.7210
Yxy61.46550.42860.4326
Hunter Lab78.39991.439439.9659
CIE-Lab82.62845.912056.8906

#f7c760 color RGB value is (247,199,96).

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

The process color (four color CMYK) of #f7c760 color hex is 0.00, 0.19, 0.61, 0.03. Web safe color of #f7c760 is #ffcc66. Color #f7c760 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 11000111 01100000
Octal 367 307 140
Decimal 247 199 96
Hex F7 C7 60

RGB Percentages of Color #f7c760

%45.57
%36.72
%17.71

CMYK Percentages of Color #f7c760

%0
%19
%61
%3

Triadic Colors of #f7c760

#f7c760 #60f7c7 #c760f7

Analogous Colors of #f7c760

#f7c760 #dcf760 #f77c60

Monochromatic Colors of #f7c760

#f7c760

Complementary Color

#f7c760 #6090f7

#f7c760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7c760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7c760 Color CSS Codes

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

#f7c760 Text Font Color

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

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


#f7c760 Background Color

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

This div background color is #f7c760


#f7c760 Border Color

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

This div border color is #f7c760


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,199,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7c760


Comments

No comments written yet.

Please login to write comment.