COLOR #F8C369

HEX: #F8C369
RGB: (248,195,105)

Color info

#F8C369 contains mainly red and green colors. Web safe color of #F8C369 is #FFCC66 (or #FC6).

RGB color model

#F8C369 color RGB value is (248,195,105).

  • red value is 248;
  • green value is 195;
  • blue value is 105.
RGB:
(248,195,105)
(97%,76%,41%)

RGB channels and saturation

R 248 of 255 = 97%
G 195 of 255 = 76%
B 105 of 255 = 41%

248
195
105

R + G + B ~ 71%. #F8C369 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 195 + 105 = 548 (100%)
R 248 of 548 ~ 45.26%
G 195 of 548 ~ 35.58%
B 105 of 548 ~ 19.16%

%45.26
%35.58
%19.16

CMYK color model

#F8C369 color CMYK value is (0,21,58,3).

  • cyan value is 0.00%
  • magenta value is 21.37%
  • yellow value is 57.66%
  • key color value is 2.75%
CMYK:
(0,21,58,3)
C0M21Y58K3 
(0%,21%,58%,3%)
(0.00/0.21/0.58/0.03)	

CMYK percentages

%0
%21.37
%57.66
%2.75

Codes

Color #F8C369 in popluar color models

F8C369
RGB248195105
HSL38°91.08%69.22%
HSB/HSV38°57.66%97.25%
CMYK0.00%21.37%57.66%
2.75%

Color #F8C369 in popluar number systems.

HEXF8C369
Decimal248195105
Binary11111000110000111101001
Octal370303151

Shades and tints

Shades of #F8C369

#F8C369
(248,195,105)
#E2B260
(226,178,96)
#CCA157
(204,161,87)
#B6904E
(182,144,78)
#A07F45
(160,127,69)
#8A6E3C
(138,110,60)
#745D33
(116,93,51)
#5E4C2A
(94,76,42)
#483B21
(72,59,33)
#322A18
(50,42,24)
#1C190F
(28,25,15)
#000000
(0,0,0)

Tints of #F8C369

#F8C369
(248,195,105)
#F8C876
(248,200,118)
#F8CD83
(248,205,131)
#F8D290
(248,210,144)
#F8D79D
(248,215,157)
#F8DCAA
(248,220,170)
#F8E1B7
(248,225,183)
#F8E6C4
(248,230,196)
#F8EBD1
(248,235,209)
#F8F0DE
(248,240,222)
#F8F5EB
(248,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8C369 color. Also use rgb(248,195,105) instead hex code.

Text Font Color

.myTextColor { color: #F8C369; }

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

This text font color is #F8C369.


Background Color

.myBgColor { background-color: #F8C369; }

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

This div background color is #F8C369.


Border color

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

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

This div border color is #F8C369.


Opacity

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

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

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

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

This text has shadow with #F8C369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8C369 on black background.


Color preview on white background

This text has color #F8C369 on white background.



Black color preview on #F8C369 background

This text has black color on #F8C369 background.


White color preview on #F8C369 background

This text has white color on #F8C369 background.