COLOR #F8C610

HEX: #F8C610
RGB: (248,198,16)

Color info

#F8C610 contains mainly red and green colors. Web safe color of #F8C610 is #FFCC00 (or #FC0).

RGB color model

#F8C610 color RGB value is (248,198,16).

  • red value is 248;
  • green value is 198;
  • blue value is 16.
RGB:
(248,198,16)
(97%,78%,6%)

RGB channels and saturation

R 248 of 255 = 97%
G 198 of 255 = 78%
B 16 of 255 = 6%

248
198
16

R + G + B ~ 60%. #F8C610 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
248 + 198 + 16 = 462 (100%)
R 248 of 462 ~ 53.68%
G 198 of 462 ~ 42.86%
B 16 of 462 ~ 3.46%

%53.68
%42.86

CMYK color model

#F8C610 color CMYK value is (0,20,94,3).

  • cyan value is 0.00%
  • magenta value is 20.16%
  • yellow value is 93.55%
  • key color value is 2.75%
CMYK:
(0,20,94,3)
C0M20Y94K3 
(0%,20%,94%,3%)
(0.00/0.20/0.94/0.03)	

CMYK percentages

%0
%20.16
%93.55
%2.75

Codes

Color #F8C610 in popluar color models

F8C610
RGB24819816
HSL47°94.31%51.76%
HSB/HSV47°93.55%97.25%
CMYK0.00%20.16%93.55%
2.75%

Color #F8C610 in popluar number systems.

HEXF8C610
Decimal24819816
Binary111110001100011010000
Octal37030620

Shades and tints

Shades of #F8C610

#F8C610
(248,198,16)
#E2B40F
(226,180,15)
#CCA20E
(204,162,14)
#B6900D
(182,144,13)
#A07E0C
(160,126,12)
#8A6C0B
(138,108,11)
#745A0A
(116,90,10)
#5E4809
(94,72,9)
#483608
(72,54,8)
#322407
(50,36,7)
#1C1206
(28,18,6)
#000000
(0,0,0)

Tints of #F8C610

#F8C610
(248,198,16)
#F8CB25
(248,203,37)
#F8D03A
(248,208,58)
#F8D54F
(248,213,79)
#F8DA64
(248,218,100)
#F8DF79
(248,223,121)
#F8E48E
(248,228,142)
#F8E9A3
(248,233,163)
#F8EEB8
(248,238,184)
#F8F3CD
(248,243,205)
#F8F8E2
(248,248,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8C610 color. Also use rgb(248,198,16) instead hex code.

Text Font Color

.myTextColor { color: #F8C610; }

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

This text font color is #F8C610.


Background Color

.myBgColor { background-color: #F8C610; }

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

This div background color is #F8C610.


Border color

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

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

This div border color is #F8C610.


Opacity

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

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

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

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

This text has shadow with #F8C610 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8C610 on black background.


Color preview on white background

This text has color #F8C610 on white background.



Black color preview on #F8C610 background

This text has black color on #F8C610 background.


White color preview on #F8C610 background

This text has white color on #F8C610 background.