COLOR #F6F305

HEX: #F6F305
RGB: (246,243,5)

Color info

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

RGB color model

#F6F305 color RGB value is (246,243,5).

  • red value is 246;
  • green value is 243;
  • blue value is 5.
RGB:
(246,243,5)
(96%,95%,2%)

RGB channels and saturation

R 246 of 255 = 96%
G 243 of 255 = 95%
B 5 of 255 = 2%

246
243
5

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

Portions of RGB colors in percentages

R + G + B =
246 + 243 + 5 = 494 (100%)
R 246 of 494 ~ 49.8%
G 243 of 494 ~ 49.19%
B 5 of 494 ~ 1.01%

%49.8
%49.19

CMYK color model

#F6F305 color CMYK value is (0,1,98,4).

  • cyan value is 0.00%
  • magenta value is 1.22%
  • yellow value is 97.97%
  • key color value is 3.53%
CMYK:
(0,1,98,4)
C0M1Y98K4 
(0%,1%,98%,4%)
(0.00/0.01/0.98/0.04)	

CMYK percentages

%0
%1.22
%97.97
%3.53

Codes

Color #F6F305 in popluar color models

F6F305
RGB2462435
HSL59°96.02%49.22%
HSB/HSV59°97.97%96.47%
CMYK0.00%1.22%97.97%
3.53%

Color #F6F305 in popluar number systems.

HEXF6F305
Decimal2462435
Binary1111011011110011101
Octal3663635

Shades and tints

Shades of #F6F305

#F6F305
(246,243,5)
#E0DD05
(224,221,5)
#CAC705
(202,199,5)
#B4B105
(180,177,5)
#9E9B05
(158,155,5)
#888505
(136,133,5)
#726F05
(114,111,5)
#5C5905
(92,89,5)
#464305
(70,67,5)
#302D05
(48,45,5)
#1A1705
(26,23,5)
#000000
(0,0,0)

Tints of #F6F305

#F6F305
(246,243,5)
#F6F41B
(246,244,27)
#F6F531
(246,245,49)
#F6F647
(246,246,71)
#F6F75D
(246,247,93)
#F6F873
(246,248,115)
#F6F989
(246,249,137)
#F6FA9F
(246,250,159)
#F6FBB5
(246,251,181)
#F6FCCB
(246,252,203)
#F6FDE1
(246,253,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6F305 color. Also use rgb(246,243,5) instead hex code.

Text Font Color

.myTextColor { color: #F6F305; }

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

This text font color is #F6F305.


Background Color

.myBgColor { background-color: #F6F305; }

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

This div background color is #F6F305.


Border color

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

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

This div border color is #F6F305.


Opacity

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

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

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

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

This text has shadow with #F6F305 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F305 on black background.


Color preview on white background

This text has color #F6F305 on white background.



Black color preview on #F6F305 background

This text has black color on #F6F305 background.


White color preview on #F6F305 background

This text has white color on #F6F305 background.