COLOR #F8CE40

HEX: #F8CE40
RGB: (248,206,64)

Color info

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

RGB color model

#F8CE40 color RGB value is (248,206,64).

  • red value is 248;
  • green value is 206;
  • blue value is 64.
RGB:
(248,206,64)
(97%,81%,25%)

RGB channels and saturation

R 248 of 255 = 97%
G 206 of 255 = 81%
B 64 of 255 = 25%

248
206
64

R + G + B ~ 68%. #F8CE40 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 206 + 64 = 518 (100%)
R 248 of 518 ~ 47.88%
G 206 of 518 ~ 39.77%
B 64 of 518 ~ 12.36%

%47.88
%39.77
%12.36

CMYK color model

#F8CE40 color CMYK value is (0,17,74,3).

  • cyan value is 0.00%
  • magenta value is 16.94%
  • yellow value is 74.19%
  • key color value is 2.75%
CMYK:
(0,17,74,3)
C0M17Y74K3 
(0%,17%,74%,3%)
(0.00/0.17/0.74/0.03)	

CMYK percentages

%0
%16.94
%74.19
%2.75

Codes

Color #F8CE40 in popluar color models

F8CE40
RGB24820664
HSL46°92.93%61.18%
HSB/HSV46°74.19%97.25%
CMYK0.00%16.94%74.19%
2.75%

Color #F8CE40 in popluar number systems.

HEXF8CE40
Decimal24820664
Binary11111000110011101000000
Octal370316100

Shades and tints

Shades of #F8CE40

#F8CE40
(248,206,64)
#E2BC3B
(226,188,59)
#CCAA36
(204,170,54)
#B69831
(182,152,49)
#A0862C
(160,134,44)
#8A7427
(138,116,39)
#746222
(116,98,34)
#5E501D
(94,80,29)
#483E18
(72,62,24)
#322C13
(50,44,19)
#1C1A0E
(28,26,14)
#000000
(0,0,0)

Tints of #F8CE40

#F8CE40
(248,206,64)
#F8D251
(248,210,81)
#F8D662
(248,214,98)
#F8DA73
(248,218,115)
#F8DE84
(248,222,132)
#F8E295
(248,226,149)
#F8E6A6
(248,230,166)
#F8EAB7
(248,234,183)
#F8EEC8
(248,238,200)
#F8F2D9
(248,242,217)
#F8F6EA
(248,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8CE40 color. Also use rgb(248,206,64) instead hex code.

Text Font Color

.myTextColor { color: #F8CE40; }

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

This text font color is #F8CE40.


Background Color

.myBgColor { background-color: #F8CE40; }

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

This div background color is #F8CE40.


Border color

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

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

This div border color is #F8CE40.


Opacity

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

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

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

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

This text has shadow with #F8CE40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8CE40 on black background.


Color preview on white background

This text has color #F8CE40 on white background.



Black color preview on #F8CE40 background

This text has black color on #F8CE40 background.


White color preview on #F8CE40 background

This text has white color on #F8CE40 background.