COLOR #F8C790

HEX: #F8C790 RGB: (248,199,144)

Color info

#F8C790 contains mainly red and green colors. Web safe color of #F8C790 is #FFCC99 (or #FC9).

RGB color model

#F8C790 color RGB value is (248,199,144).

RGB: (248,199,144) (97%, 78%, 56%)

RGB channels and saturation

R 248 of 255 = 97%
G 199 of 255 = 78%
B 144 of 255 = 56%

248
199
144

R + G + B ~ 77%. #F8C790 is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 199 + 144 = 591 (100%)
R 248 of 591 ~ 41.96%
G 199 of 591 ~ 33.67%
B 144 of 591 ~ 24.37'%

%41.96
%33.67
%24.37

CMYK color model

#F8C790 color CMYK value is (0,20,42,3).

  • cyan value is 0.00%
  • magenta value is 19.76%
  • yellow value is 41.94%
  • key color value is 2.75%
CMYK: (0,20,42,3) C0M20Y42K3 (0%,20%,42%,3%) (0.00/0.20/0.42/0.03) 

CMYK percentages

%0
%19.76
%41.94
%2.75

Codes

Color #F8C790 in popluar color models

F8 C7 90
RGB 248 199 144
HSL 32° 88.14% 76.86%
HSB/HSV 32° 41.94% 97.25%
CMYK 0.00% 19.76% 41.94%
2.75%

Color #F8C790 in popluar number systems.

HEX F8 C7 90
Decimal 248 199 144
Binary 11111000 11000111 10010000
Octal 370 307 220

Shades and tints

Shades of #F8C790

#F8C790
(248,199,144)
#E2B583
(226,181,131)
#CCA376
(204,163,118)
#B69169
(182,145,105)
#A07F5C
(160,127,92)
#8A6D4F
(138,109,79)
#745B42
(116,91,66)
#5E4935
(94,73,53)
#483728
(72,55,40)
#32251B
(50,37,27)
#1C130E
(28,19,14)
#000000
(0,0,0)

Tints of #F8C790

#F8C790
(248,199,144)
#F8CC9A
(248,204,154)
#F8D1A4
(248,209,164)
#F8D6AE
(248,214,174)
#F8DBB8
(248,219,184)
#F8E0C2
(248,224,194)
#F8E5CC
(248,229,204)
#F8EAD6
(248,234,214)
#F8EFE0
(248,239,224)
#F8F4EA
(248,244,234)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8C790 color. Also use rgb(248,199,144) instead hex code.

Text Font Color

.myTextColor { color: #F8C790; }

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

This text font color is #F8C790.

Background Color

.myBgColor { background-color: #F8C790; }

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

This div background color is #F8C790.

Border color

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

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

This div border color is #F8C790.

Opacity

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

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

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

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

This text has shadow with #F8C790 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8C790.

Preview

Color preview on black background

This text has color #F8C790 on black background.


Color preview on white background

This text has color #F8C790 on white background.


Black color preview on #F8C790 background

This text has black color on #F8C790 background.


White color preview on #F8C790 background

This text has white color on #F8C790 background.


Related colors

Complementary color

Complementary color for #hex is #07386F.


I love getcolorcode.com

Triadic colors

1 #90F8C7 and #C790F8 with #F8C790 are triadic colors.

2 #90C7F8 and #C7F890 with #F8C790 are triadic colors.