COLOR #F6E075

HEX: #F6E075 RGB: (246,224,117)

Color info

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

RGB color model

#F6E075 color RGB value is (246,224,117).

RGB: (246,224,117) (96%, 88%, 46%)

RGB channels and saturation

R 246 of 255 = 96%
G 224 of 255 = 88%
B 117 of 255 = 46%

246
224
117

R + G + B ~ 77%. #F6E075 is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 224 + 117 = 587 (100%)
R 246 of 587 ~ 41.91%
G 224 of 587 ~ 38.16%
B 117 of 587 ~ 19.93'%

%41.91
%38.16
%19.93

CMYK color model

#F6E075 color CMYK value is (0,9,52,4).

  • cyan value is 0.00%
  • magenta value is 8.94%
  • yellow value is 52.44%
  • key color value is 3.53%

CMYK: (0,9,52,4)
C0M9Y52K4 (0%, 9%, 52%, 4%)
(0.00 / 0.09 / 0.52 / 0.04)

CMYK percentages

%0
%8.94
%52.44
%3.53

Codes

Color #F6E075 in popluar color models

F6 E0 75
RGB 246 224 117
HSL 50° 87.76% 71.18%
HSB/HSV 50° 52.44% 96.47%
CMYK 0.00% 8.94% 52.44%
3.53%

Color #F6E075 in popluar number systems.

HEX F6 E0 75
Decimal 246 224 117
Binary 11110110 11100000 1110101
Octal 366 340 165

Shades and tints

Shades of #F6E075

#F6E075
(246,224,117)
#E0CC6B
(224,204,107)
#CAB861
(202,184,97)
#B4A457
(180,164,87)
#9E904D
(158,144,77)
#887C43
(136,124,67)
#726839
(114,104,57)
#5C542F
(92,84,47)
#464025
(70,64,37)
#302C1B
(48,44,27)
#1A1811
(26,24,17)
#000000
(0,0,0)

Tints of #F6E075

#F6E075
(246,224,117)
#F6E281
(246,226,129)
#F6E48D
(246,228,141)
#F6E699
(246,230,153)
#F6E8A5
(246,232,165)
#F6EAB1
(246,234,177)
#F6ECBD
(246,236,189)
#F6EEC9
(246,238,201)
#F6F0D5
(246,240,213)
#F6F2E1
(246,242,225)
#F6F4ED
(246,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6E075 color. Also use rgb(246,224,117) instead hex code.

Text Font Color

.myTextColor { color: #F6E075; }

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

This text font color is #F6E075.

Background Color

.myBgColor { background-color: #F6E075; }

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

This div background color is #F6E075.

Border color

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

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

This div border color is #F6E075.

Opacity

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

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

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

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

This text has shadow with #F6E075 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6E075.

Preview

Color preview on black background

This text has color #F6E075 on black background.


Color preview on white background

This text has color #F6E075 on white background.


Black color preview on #F6E075 background

This text has black color on #F6E075 background.


White color preview on #F6E075 background

This text has white color on #F6E075 background.


Related colors

Complementary color

Complementary color for #hex is #091F8A.


I love getcolorcode.com

Triadic colors

1 #75F6E0 and #E075F6 with #F6E075 are triadic colors.

2 #75E0F6 and #E0F675 with #F6E075 are triadic colors.