COLOR #F7C369

HEX: #F7C369 RGB: (247,195,105)

Color info

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

RGB color model

#F7C369 color RGB value is (247,195,105).

RGB: (247,195,105) (97%, 76%, 41%)

RGB channels and saturation

R 247 of 255 = 97%
G 195 of 255 = 76%
B 105 of 255 = 41%

247
195
105

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

Portions of RGB colors in percentages

R + G + B = 247 + 195 + 105 = 547 (100%)
R 247 of 547 ~ 45.16%
G 195 of 547 ~ 35.65%
B 105 of 547 ~ 19.2'%

%45.16
%35.65
%19.2

CMYK color model

#F7C369 color CMYK value is (0,21,57,3).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 57.49%
  • key color value is 3.14%

CMYK: (0,21,57,3)
C0M21Y57K3 (0%, 21%, 57%, 3%)
(0.00 / 0.21 / 0.57 / 0.03)

CMYK percentages

%0
%21.05
%57.49
%3.14

Codes

Color #F7C369 in popluar color models

F7 C3 69
RGB 247 195 105
HSL 38° 89.87% 69.02%
HSB/HSV 38° 57.49% 96.86%
CMYK 0.00% 21.05% 57.49%
3.14%

Color #F7C369 in popluar number systems.

HEX F7 C3 69
Decimal 247 195 105
Binary 11110111 11000011 1101001
Octal 367 303 151

Shades and tints

Shades of #F7C369

#F7C369
(247,195,105)
#E1B260
(225,178,96)
#CBA157
(203,161,87)
#B5904E
(181,144,78)
#9F7F45
(159,127,69)
#896E3C
(137,110,60)
#735D33
(115,93,51)
#5D4C2A
(93,76,42)
#473B21
(71,59,33)
#312A18
(49,42,24)
#1B190F
(27,25,15)
#000000
(0,0,0)

Tints of #F7C369

#F7C369
(247,195,105)
#F7C876
(247,200,118)
#F7CD83
(247,205,131)
#F7D290
(247,210,144)
#F7D79D
(247,215,157)
#F7DCAA
(247,220,170)
#F7E1B7
(247,225,183)
#F7E6C4
(247,230,196)
#F7EBD1
(247,235,209)
#F7F0DE
(247,240,222)
#F7F5EB
(247,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7C369 color. Also use rgb(247,195,105) instead hex code.

Text Font Color

.myTextColor { color: #F7C369; }

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

This text font color is #F7C369.

Background Color

.myBgColor { background-color: #F7C369; }

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

This div background color is #F7C369.

Border color

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

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

This div border color is #F7C369.

Opacity

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

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

Text with #F7C369 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 #F7C369;}

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

This text has shadow with #F7C369 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7C369.

Preview

Color preview on black background

This text has color #F7C369 on black background.


Color preview on white background

This text has color #F7C369 on white background.


Black color preview on #F7C369 background

This text has black color on #F7C369 background.


White color preview on #F7C369 background

This text has white color on #F7C369 background.


Related colors

Complementary color

Complementary color for #hex is #083C96.


I love getcolorcode.com

Triadic colors

1 #69F7C3 and #C369F7 with #F7C369 are triadic colors.

2 #69C3F7 and #C3F769 with #F7C369 are triadic colors.