COLOR #F6CE3D

HEX: #F6CE3D RGB: (246,206,61)

Color info

#F6CE3D contains mainly red and green colors. Web safe color of #F6CE3D is #FFCC33 (or #FC3).

RGB color model

#F6CE3D color RGB value is (246,206,61).

RGB: (246,206,61) (96%, 81%, 24%)

RGB channels and saturation

R 246 of 255 = 96%
G 206 of 255 = 81%
B 61 of 255 = 24%

246
206
61

R + G + B ~ 67%. #F6CE3D is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 206 + 61 = 513 (100%)
R 246 of 513 ~ 47.95%
G 206 of 513 ~ 40.16%
B 61 of 513 ~ 11.89'%

%47.95
%40.16
%11.89

CMYK color model

#F6CE3D color CMYK value is (0,16,75,4).

  • cyan value is 0.00%
  • magenta value is 16.26%
  • yellow value is 75.20%
  • key color value is 3.53%

CMYK: (0,16,75,4)
C0M16Y75K4 (0%, 16%, 75%, 4%)
(0.00 / 0.16 / 0.75 / 0.04)

CMYK percentages

%0
%16.26
%75.2
%3.53

Codes

Color #F6CE3D in popluar color models

F6 CE 3D
RGB 246 206 61
HSL 47° 91.13% 60.20%
HSB/HSV 47° 75.20% 96.47%
CMYK 0.00% 16.26% 75.20%
3.53%

Color #F6CE3D in popluar number systems.

HEX F6 CE 3D
Decimal 246 206 61
Binary 11110110 11001110 111101
Octal 366 316 75

Shades and tints

Shades of #F6CE3D

#F6CE3D
(246,206,61)
#E0BC38
(224,188,56)
#CAAA33
(202,170,51)
#B4982E
(180,152,46)
#9E8629
(158,134,41)
#887424
(136,116,36)
#72621F
(114,98,31)
#5C501A
(92,80,26)
#463E15
(70,62,21)
#302C10
(48,44,16)
#1A1A0B
(26,26,11)
#000000
(0,0,0)

Tints of #F6CE3D

#F6CE3D
(246,206,61)
#F6D24E
(246,210,78)
#F6D65F
(246,214,95)
#F6DA70
(246,218,112)
#F6DE81
(246,222,129)
#F6E292
(246,226,146)
#F6E6A3
(246,230,163)
#F6EAB4
(246,234,180)
#F6EEC5
(246,238,197)
#F6F2D6
(246,242,214)
#F6F6E7
(246,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6CE3D color. Also use rgb(246,206,61) instead hex code.

Text Font Color

.myTextColor { color: #F6CE3D; }

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

This text font color is #F6CE3D.

Background Color

.myBgColor { background-color: #F6CE3D; }

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

This div background color is #F6CE3D.

Border color

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

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

This div border color is #F6CE3D.

Opacity

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

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

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

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

This text has shadow with #F6CE3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6CE3D.

Preview

Color preview on black background

This text has color #F6CE3D on black background.


Color preview on white background

This text has color #F6CE3D on white background.


Black color preview on #F6CE3D background

This text has black color on #F6CE3D background.


White color preview on #F6CE3D background

This text has white color on #F6CE3D background.


Related colors

Complementary color

Complementary color for #hex is #0931C2.


I love getcolorcode.com

Triadic colors

1 #3DF6CE and #CE3DF6 with #F6CE3D are triadic colors.

2 #3DCEF6 and #CEF63D with #F6CE3D are triadic colors.