COLOR #F8E23C

HEX: #F8E23C
RGB: (248,226,60)

Color info

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

RGB color model

#F8E23C color RGB value is (248,226,60).

  • red value is 248;
  • green value is 226;
  • blue value is 60.
RGB:
(248,226,60)
(97%,89%,24%)

RGB channels and saturation

R 248 of 255 = 97%
G 226 of 255 = 89%
B 60 of 255 = 24%

248
226
60

R + G + B ~ 70%. #F8E23C is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 226 + 60 = 534 (100%)
R 248 of 534 ~ 46.44%
G 226 of 534 ~ 42.32%
B 60 of 534 ~ 11.24%

%46.44
%42.32
%11.24

CMYK color model

#F8E23C color CMYK value is (0,9,76,3).

  • cyan value is 0.00%
  • magenta value is 8.87%
  • yellow value is 75.81%
  • key color value is 2.75%
CMYK:
(0,9,76,3)
C0M9Y76K3 
(0%,9%,76%,3%)
(0.00/0.09/0.76/0.03)	

CMYK percentages

%0
%8.87
%75.81
%2.75

Codes

Color #F8E23C in popluar color models

F8E23C
RGB24822660
HSL53°93.07%60.39%
HSB/HSV53°75.81%97.25%
CMYK0.00%8.87%75.81%
2.75%

Color #F8E23C in popluar number systems.

HEXF8E23C
Decimal24822660
Binary1111100011100010111100
Octal37034274

Shades and tints

Shades of #F8E23C

#F8E23C
(248,226,60)
#E2CE37
(226,206,55)
#CCBA32
(204,186,50)
#B6A62D
(182,166,45)
#A09228
(160,146,40)
#8A7E23
(138,126,35)
#746A1E
(116,106,30)
#5E5619
(94,86,25)
#484214
(72,66,20)
#322E0F
(50,46,15)
#1C1A0A
(28,26,10)
#000000
(0,0,0)

Tints of #F8E23C

#F8E23C
(248,226,60)
#F8E44D
(248,228,77)
#F8E65E
(248,230,94)
#F8E86F
(248,232,111)
#F8EA80
(248,234,128)
#F8EC91
(248,236,145)
#F8EEA2
(248,238,162)
#F8F0B3
(248,240,179)
#F8F2C4
(248,242,196)
#F8F4D5
(248,244,213)
#F8F6E6
(248,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8E23C color. Also use rgb(248,226,60) instead hex code.

Text Font Color

.myTextColor { color: #F8E23C; }

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

This text font color is #F8E23C.


Background Color

.myBgColor { background-color: #F8E23C; }

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

This div background color is #F8E23C.


Border color

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

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

This div border color is #F8E23C.


Opacity

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

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

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

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

This text has shadow with #F8E23C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8E23C on black background.


Color preview on white background

This text has color #F8E23C on white background.



Black color preview on #F8E23C background

This text has black color on #F8E23C background.


White color preview on #F8E23C background

This text has white color on #F8E23C background.