COLOR #F8FB06

HEX: #F8FB06
RGB: (248,251,6)

Color info

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

RGB color model

#F8FB06 color RGB value is (248,251,6).

  • red value is 248;
  • green value is 251;
  • blue value is 6.
RGB:
(248,251,6)
(97%,98%,2%)

RGB channels and saturation

R 248 of 255 = 97%
G 251 of 255 = 98%
B 6 of 255 = 2%

248
251
6

R + G + B ~ 66%. #F8FB06 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 251 + 6 = 505 (100%)
R 248 of 505 ~ 49.11%
G 251 of 505 ~ 49.7%
B 6 of 505 ~ 1.19%

%49.11
%49.7

CMYK color model

#F8FB06 color CMYK value is (1,0,98,2).

  • cyan value is 1.20%
  • magenta value is 0.00%
  • yellow value is 97.61%
  • key color value is 1.57%
CMYK:
(1,0,98,2)
C1M0Y98K2 
(1%,0%,98%,2%)
(0.01/0.00/0.98/0.02)	

CMYK percentages

%1.2
%0
%97.61
%1.57

Codes

Color #F8FB06 in popluar color models

F8FB06
RGB2482516
HSL61°96.84%50.39%
HSB/HSV61°97.61%98.43%
CMYK1.20%0.00%97.61%
1.57%

Color #F8FB06 in popluar number systems.

HEXF8FB06
Decimal2482516
Binary1111100011111011110
Octal3703736

Shades and tints

Shades of #F8FB06

#F8FB06
(248,251,6)
#E2E506
(226,229,6)
#CCCF06
(204,207,6)
#B6B906
(182,185,6)
#A0A306
(160,163,6)
#8A8D06
(138,141,6)
#747706
(116,119,6)
#5E6106
(94,97,6)
#484B06
(72,75,6)
#323506
(50,53,6)
#1C1F06
(28,31,6)
#000000
(0,0,0)

Tints of #F8FB06

#F8FB06
(248,251,6)
#F8FB1C
(248,251,28)
#F8FB32
(248,251,50)
#F8FB48
(248,251,72)
#F8FB5E
(248,251,94)
#F8FB74
(248,251,116)
#F8FB8A
(248,251,138)
#F8FBA0
(248,251,160)
#F8FBB6
(248,251,182)
#F8FBCC
(248,251,204)
#F8FBE2
(248,251,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8FB06 color. Also use rgb(248,251,6) instead hex code.

Text Font Color

.myTextColor { color: #F8FB06; }

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

This text font color is #F8FB06.


Background Color

.myBgColor { background-color: #F8FB06; }

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

This div background color is #F8FB06.


Border color

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

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

This div border color is #F8FB06.


Opacity

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

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

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

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

This text has shadow with #F8FB06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8FB06 on black background.


Color preview on white background

This text has color #F8FB06 on white background.



Black color preview on #F8FB06 background

This text has black color on #F8FB06 background.


White color preview on #F8FB06 background

This text has white color on #F8FB06 background.