COLOR #F8D318

HEX: #F8D318
RGB: (248,211,24)

Color info

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

RGB color model

#F8D318 color RGB value is (248,211,24).

  • red value is 248;
  • green value is 211;
  • blue value is 24.
RGB:
(248,211,24)
(97%,83%,9%)

RGB channels and saturation

R 248 of 255 = 97%
G 211 of 255 = 83%
B 24 of 255 = 9%

248
211
24

R + G + B ~ 63%. #F8D318 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 211 + 24 = 483 (100%)
R 248 of 483 ~ 51.35%
G 211 of 483 ~ 43.69%
B 24 of 483 ~ 4.97%

%51.35
%43.69

CMYK color model

#F8D318 color CMYK value is (0,15,90,3).

  • cyan value is 0.00%
  • magenta value is 14.92%
  • yellow value is 90.32%
  • key color value is 2.75%
CMYK:
(0,15,90,3)
C0M15Y90K3 
(0%,15%,90%,3%)
(0.00/0.15/0.90/0.03)	

CMYK percentages

%0
%14.92
%90.32
%2.75

Codes

Color #F8D318 in popluar color models

F8D318
RGB24821124
HSL50°94.12%53.33%
HSB/HSV50°90.32%97.25%
CMYK0.00%14.92%90.32%
2.75%

Color #F8D318 in popluar number systems.

HEXF8D318
Decimal24821124
Binary111110001101001111000
Octal37032330

Shades and tints

Shades of #F8D318

#F8D318
(248,211,24)
#E2C016
(226,192,22)
#CCAD14
(204,173,20)
#B69A12
(182,154,18)
#A08710
(160,135,16)
#8A740E
(138,116,14)
#74610C
(116,97,12)
#5E4E0A
(94,78,10)
#483B08
(72,59,8)
#322806
(50,40,6)
#1C1504
(28,21,4)
#000000
(0,0,0)

Tints of #F8D318

#F8D318
(248,211,24)
#F8D72D
(248,215,45)
#F8DB42
(248,219,66)
#F8DF57
(248,223,87)
#F8E36C
(248,227,108)
#F8E781
(248,231,129)
#F8EB96
(248,235,150)
#F8EFAB
(248,239,171)
#F8F3C0
(248,243,192)
#F8F7D5
(248,247,213)
#F8FBEA
(248,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8D318 color. Also use rgb(248,211,24) instead hex code.

Text Font Color

.myTextColor { color: #F8D318; }

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

This text font color is #F8D318.


Background Color

.myBgColor { background-color: #F8D318; }

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

This div background color is #F8D318.


Border color

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

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

This div border color is #F8D318.


Opacity

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

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

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

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

This text has shadow with #F8D318 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8D318 on black background.


Color preview on white background

This text has color #F8D318 on white background.



Black color preview on #F8D318 background

This text has black color on #F8D318 background.


White color preview on #F8D318 background

This text has white color on #F8D318 background.