COLOR #F6EB15

HEX: #F6EB15
RGB: (246,235,21)

Color info

#F6EB15 contains mainly red and green colors. Web safe color of #F6EB15 is #FFFF00 (or #FF0).

RGB color model

#F6EB15 color RGB value is (246,235,21).

  • red value is 246;
  • green value is 235;
  • blue value is 21.
RGB:
(246,235,21)
(96%,92%,8%)

RGB channels and saturation

R 246 of 255 = 96%
G 235 of 255 = 92%
B 21 of 255 = 8%

246
235
21

R + G + B ~ 65%. #F6EB15 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 235 + 21 = 502 (100%)
R 246 of 502 ~ 49%
G 235 of 502 ~ 46.81%
B 21 of 502 ~ 4.18%

%49
%46.81

CMYK color model

#F6EB15 color CMYK value is (0,4,91,4).

  • cyan value is 0.00%
  • magenta value is 4.47%
  • yellow value is 91.46%
  • key color value is 3.53%
CMYK:
(0,4,91,4)
C0M4Y91K4 
(0%,4%,91%,4%)
(0.00/0.04/0.91/0.04)	

CMYK percentages

%0
%4.47
%91.46
%3.53

Codes

Color #F6EB15 in popluar color models

F6EB15
RGB24623521
HSL57°92.59%52.35%
HSB/HSV57°91.46%96.47%
CMYK0.00%4.47%91.46%
3.53%

Color #F6EB15 in popluar number systems.

HEXF6EB15
Decimal24623521
Binary111101101110101110101
Octal36635325

Shades and tints

Shades of #F6EB15

#F6EB15
(246,235,21)
#E0D614
(224,214,20)
#CAC113
(202,193,19)
#B4AC12
(180,172,18)
#9E9711
(158,151,17)
#888210
(136,130,16)
#726D0F
(114,109,15)
#5C580E
(92,88,14)
#46430D
(70,67,13)
#302E0C
(48,46,12)
#1A190B
(26,25,11)
#000000
(0,0,0)

Tints of #F6EB15

#F6EB15
(246,235,21)
#F6EC2A
(246,236,42)
#F6ED3F
(246,237,63)
#F6EE54
(246,238,84)
#F6EF69
(246,239,105)
#F6F07E
(246,240,126)
#F6F193
(246,241,147)
#F6F2A8
(246,242,168)
#F6F3BD
(246,243,189)
#F6F4D2
(246,244,210)
#F6F5E7
(246,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6EB15 color. Also use rgb(246,235,21) instead hex code.

Text Font Color

.myTextColor { color: #F6EB15; }

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

This text font color is #F6EB15.


Background Color

.myBgColor { background-color: #F6EB15; }

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

This div background color is #F6EB15.


Border color

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

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

This div border color is #F6EB15.


Opacity

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

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

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

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

This text has shadow with #F6EB15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6EB15 on black background.


Color preview on white background

This text has color #F6EB15 on white background.



Black color preview on #F6EB15 background

This text has black color on #F6EB15 background.


White color preview on #F6EB15 background

This text has white color on #F6EB15 background.