COLOR #F7C860

HEX: #F7C860 RGB: (247,200,96)

Color info

#F7C860 contains mainly red and green colors. Web safe color of #F7C860 is #FFCC66 (or #FC6).

RGB color model

#F7C860 color RGB value is (247,200,96).

RGB: (247,200,96) (97%, 78%, 38%)

RGB channels and saturation

R 247 of 255 = 97%
G 200 of 255 = 78%
B 96 of 255 = 38%

247
200
96

R + G + B ~ 71%. #F7C860 is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 200 + 96 = 543 (100%)
R 247 of 543 ~ 45.49%
G 200 of 543 ~ 36.83%
B 96 of 543 ~ 17.68'%

%45.49
%36.83
%17.68

CMYK color model

#F7C860 color CMYK value is (0,19,61,3).

  • cyan value is 0.00%
  • magenta value is 19.03%
  • yellow value is 61.13%
  • key color value is 3.14%

CMYK: (0,19,61,3)
C0M19Y61K3 (0%, 19%, 61%, 3%)
(0.00 / 0.19 / 0.61 / 0.03)

CMYK percentages

%0
%19.03
%61.13
%3.14

Codes

Color #F7C860 in popluar color models

F7 C8 60
RGB 247 200 96
HSL 41° 90.42% 67.25%
HSB/HSV 41° 61.13% 96.86%
CMYK 0.00% 19.03% 61.13%
3.14%

Color #F7C860 in popluar number systems.

HEX F7 C8 60
Decimal 247 200 96
Binary 11110111 11001000 1100000
Octal 367 310 140

Shades and tints

Shades of #F7C860

#F7C860
(247,200,96)
#E1B658
(225,182,88)
#CBA450
(203,164,80)
#B59248
(181,146,72)
#9F8040
(159,128,64)
#896E38
(137,110,56)
#735C30
(115,92,48)
#5D4A28
(93,74,40)
#473820
(71,56,32)
#312618
(49,38,24)
#1B1410
(27,20,16)
#000000
(0,0,0)

Tints of #F7C860

#F7C860
(247,200,96)
#F7CD6E
(247,205,110)
#F7D27C
(247,210,124)
#F7D78A
(247,215,138)
#F7DC98
(247,220,152)
#F7E1A6
(247,225,166)
#F7E6B4
(247,230,180)
#F7EBC2
(247,235,194)
#F7F0D0
(247,240,208)
#F7F5DE
(247,245,222)
#F7FAEC
(247,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7C860 color. Also use rgb(247,200,96) instead hex code.

Text Font Color

.myTextColor { color: #F7C860; }

<p style="color:#F7C860">This sample text font color is #F7C860.</p>

This text font color is #F7C860.

Background Color

.myBgColor { background-color: #F7C860; }

<div style="background-color:#F7C860">Inner text</div>

This div background color is #F7C860.

Border color

.myBorderColor { border: 1px solid #F7C860; }

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

This div border color is #F7C860.

Opacity

.myOpacity80 { color: #F7C860; opacity: 0.8; }

<p style="color:#F7C860;opacity:0.8;">80%</p>

Text with #F7C860 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F7C860;}

<p style="text-shadow: 3px 3px 1px #F7C860">Text here.</p>

This text has shadow with #F7C860 color.


.textShadow {text-shadow: 3px 3px 1px #F7C860', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F7C860, 5px 5px 20px red">Text here.</p>

This text has shadow with #F7C860 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F7C860, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F7C860, Direction=45, Strength=4)">Text</p>

This text has shadow with #F7C860 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F7C860;
-webkit-box-shadow: 1px 1px 3px 2px #F7C860;
box-shadow: 1px 1px 3px 2px #F7C860;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F7C860; -webkit-box-shadow: 1px 1px 3px 2px #F7C860; box-shadow:1px 1px 3px 2px #F7C860;">
Div content here
</div>

This div box has shadow with color #F7C860.

Preview

Color preview on black background

This text has color #F7C860 on black background.


Color preview on white background

This text has color #F7C860 on white background.


Black color preview on #F7C860 background

This text has black color on #F7C860 background.


White color preview on #F7C860 background

This text has white color on #F7C860 background.


Related colors

Complementary color

Complementary color for #hex is #08379F.


I love getcolorcode.com

Triadic colors

1 #60F7C8 and #C860F7 with #F7C860 are triadic colors.

2 #60C8F7 and #C8F760 with #F7C860 are triadic colors.