COLOR #F8F026

HEX: #F8F026
RGB: (248,240,38)

Color info

#F8F026 contains mainly red and green colors. Web safe color of #F8F026 is #FFFF33 (or #FF3).

RGB color model

#F8F026 color RGB value is (248,240,38).

  • red value is 248;
  • green value is 240;
  • blue value is 38.
RGB:
(248,240,38)
(97%,94%,15%)

RGB channels and saturation

R 248 of 255 = 97%
G 240 of 255 = 94%
B 38 of 255 = 15%

248
240
38

R + G + B ~ 69%. #F8F026 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 240 + 38 = 526 (100%)
R 248 of 526 ~ 47.15%
G 240 of 526 ~ 45.63%
B 38 of 526 ~ 7.22%

%47.15
%45.63

CMYK color model

#F8F026 color CMYK value is (0,3,85,3).

  • cyan value is 0.00%
  • magenta value is 3.23%
  • yellow value is 84.68%
  • key color value is 2.75%
CMYK:
(0,3,85,3)
C0M3Y85K3 
(0%,3%,85%,3%)
(0.00/0.03/0.85/0.03)	

CMYK percentages

%0
%3.23
%84.68
%2.75

Codes

Color #F8F026 in popluar color models

F8F026
RGB24824038
HSL58°93.75%56.08%
HSB/HSV58°84.68%97.25%
CMYK0.00%3.23%84.68%
2.75%

Color #F8F026 in popluar number systems.

HEXF8F026
Decimal24824038
Binary1111100011110000100110
Octal37036046

Shades and tints

Shades of #F8F026

#F8F026
(248,240,38)
#E2DB23
(226,219,35)
#CCC620
(204,198,32)
#B6B11D
(182,177,29)
#A09C1A
(160,156,26)
#8A8717
(138,135,23)
#747214
(116,114,20)
#5E5D11
(94,93,17)
#48480E
(72,72,14)
#32330B
(50,51,11)
#1C1E08
(28,30,8)
#000000
(0,0,0)

Tints of #F8F026

#F8F026
(248,240,38)
#F8F139
(248,241,57)
#F8F24C
(248,242,76)
#F8F35F
(248,243,95)
#F8F472
(248,244,114)
#F8F585
(248,245,133)
#F8F698
(248,246,152)
#F8F7AB
(248,247,171)
#F8F8BE
(248,248,190)
#F8F9D1
(248,249,209)
#F8FAE4
(248,250,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8F026 color. Also use rgb(248,240,38) instead hex code.

Text Font Color

.myTextColor { color: #F8F026; }

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

This text font color is #F8F026.


Background Color

.myBgColor { background-color: #F8F026; }

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

This div background color is #F8F026.


Border color

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

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

This div border color is #F8F026.


Opacity

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

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

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

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

This text has shadow with #F8F026 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8F026 on black background.


Color preview on white background

This text has color #F8F026 on white background.



Black color preview on #F8F026 background

This text has black color on #F8F026 background.


White color preview on #F8F026 background

This text has white color on #F8F026 background.