COLOR #F6CE28

HEX: #F6CE28
RGB: (246,206,40)

Color info

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

RGB color model

#F6CE28 color RGB value is (246,206,40).

  • red value is 246;
  • green value is 206;
  • blue value is 40.
RGB:
(246,206,40)
(96%,81%,16%)

RGB channels and saturation

R 246 of 255 = 96%
G 206 of 255 = 81%
B 40 of 255 = 16%

246
206
40

R + G + B ~ 64%. #F6CE28 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 206 + 40 = 492 (100%)
R 246 of 492 ~ 50%
G 206 of 492 ~ 41.87%
B 40 of 492 ~ 8.13%

%50
%41.87

CMYK color model

#F6CE28 color CMYK value is (0,16,84,4).

  • cyan value is 0.00%
  • magenta value is 16.26%
  • yellow value is 83.74%
  • key color value is 3.53%
CMYK:
(0,16,84,4)
C0M16Y84K4 
(0%,16%,84%,4%)
(0.00/0.16/0.84/0.04)	

CMYK percentages

%0
%16.26
%83.74
%3.53

Codes

Color #F6CE28 in popluar color models

F6CE28
RGB24620640
HSL48°91.96%56.08%
HSB/HSV48°83.74%96.47%
CMYK0.00%16.26%83.74%
3.53%

Color #F6CE28 in popluar number systems.

HEXF6CE28
Decimal24620640
Binary1111011011001110101000
Octal36631650

Shades and tints

Shades of #F6CE28

#F6CE28
(246,206,40)
#E0BC25
(224,188,37)
#CAAA22
(202,170,34)
#B4981F
(180,152,31)
#9E861C
(158,134,28)
#887419
(136,116,25)
#726216
(114,98,22)
#5C5013
(92,80,19)
#463E10
(70,62,16)
#302C0D
(48,44,13)
#1A1A0A
(26,26,10)
#000000
(0,0,0)

Tints of #F6CE28

#F6CE28
(246,206,40)
#F6D23B
(246,210,59)
#F6D64E
(246,214,78)
#F6DA61
(246,218,97)
#F6DE74
(246,222,116)
#F6E287
(246,226,135)
#F6E69A
(246,230,154)
#F6EAAD
(246,234,173)
#F6EEC0
(246,238,192)
#F6F2D3
(246,242,211)
#F6F6E6
(246,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6CE28; }

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

This text font color is #F6CE28.


Background Color

.myBgColor { background-color: #F6CE28; }

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

This div background color is #F6CE28.


Border color

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

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

This div border color is #F6CE28.


Opacity

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

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

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

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

This text has shadow with #F6CE28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6CE28 on black background.


Color preview on white background

This text has color #F6CE28 on white background.



Black color preview on #F6CE28 background

This text has black color on #F6CE28 background.


White color preview on #F6CE28 background

This text has white color on #F6CE28 background.