COLOR #F8CD08

HEX: #F8CD08
RGB: (248,205,8)

Color info

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

RGB color model

#F8CD08 color RGB value is (248,205,8).

  • red value is 248;
  • green value is 205;
  • blue value is 8.
RGB:
(248,205,8)
(97%,80%,3%)

RGB channels and saturation

R 248 of 255 = 97%
G 205 of 255 = 80%
B 8 of 255 = 3%

248
205
8

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

Portions of RGB colors in percentages

R + G + B =
248 + 205 + 8 = 461 (100%)
R 248 of 461 ~ 53.8%
G 205 of 461 ~ 44.47%
B 8 of 461 ~ 1.74%

%53.8
%44.47

CMYK color model

#F8CD08 color CMYK value is (0,17,97,3).

  • cyan value is 0.00%
  • magenta value is 17.34%
  • yellow value is 96.77%
  • key color value is 2.75%
CMYK:
(0,17,97,3)
C0M17Y97K3 
(0%,17%,97%,3%)
(0.00/0.17/0.97/0.03)	

CMYK percentages

%0
%17.34
%96.77
%2.75

Codes

Color #F8CD08 in popluar color models

F8CD08
RGB2482058
HSL49°94.49%50.20%
HSB/HSV49°96.77%97.25%
CMYK0.00%17.34%96.77%
2.75%

Color #F8CD08 in popluar number systems.

HEXF8CD08
Decimal2482058
Binary11111000110011011000
Octal37031510

Shades and tints

Shades of #F8CD08

#F8CD08
(248,205,8)
#E2BB08
(226,187,8)
#CCA908
(204,169,8)
#B69708
(182,151,8)
#A08508
(160,133,8)
#8A7308
(138,115,8)
#746108
(116,97,8)
#5E4F08
(94,79,8)
#483D08
(72,61,8)
#322B08
(50,43,8)
#1C1908
(28,25,8)
#000000
(0,0,0)

Tints of #F8CD08

#F8CD08
(248,205,8)
#F8D11E
(248,209,30)
#F8D534
(248,213,52)
#F8D94A
(248,217,74)
#F8DD60
(248,221,96)
#F8E176
(248,225,118)
#F8E58C
(248,229,140)
#F8E9A2
(248,233,162)
#F8EDB8
(248,237,184)
#F8F1CE
(248,241,206)
#F8F5E4
(248,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8CD08 color. Also use rgb(248,205,8) instead hex code.

Text Font Color

.myTextColor { color: #F8CD08; }

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

This text font color is #F8CD08.


Background Color

.myBgColor { background-color: #F8CD08; }

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

This div background color is #F8CD08.


Border color

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

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

This div border color is #F8CD08.


Opacity

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

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

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

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

This text has shadow with #F8CD08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8CD08 on black background.


Color preview on white background

This text has color #F8CD08 on white background.



Black color preview on #F8CD08 background

This text has black color on #F8CD08 background.


White color preview on #F8CD08 background

This text has white color on #F8CD08 background.