COLOR #F8CF7C

HEX: #F8CF7C
RGB: (248,207,124)

Color info

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

RGB color model

#F8CF7C color RGB value is (248,207,124).

  • red value is 248;
  • green value is 207;
  • blue value is 124.
RGB:
(248,207,124)
(97%,81%,49%)

RGB channels and saturation

R 248 of 255 = 97%
G 207 of 255 = 81%
B 124 of 255 = 49%

248
207
124

R + G + B ~ 76%. #F8CF7C is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 207 + 124 = 579 (100%)
R 248 of 579 ~ 42.83%
G 207 of 579 ~ 35.75%
B 124 of 579 ~ 21.42%

%42.83
%35.75
%21.42

CMYK color model

#F8CF7C color CMYK value is (0,17,50,3).

  • cyan value is 0.00%
  • magenta value is 16.53%
  • yellow value is 50.00%
  • key color value is 2.75%
CMYK:
(0,17,50,3)
C0M17Y50K3 
(0%,17%,50%,3%)
(0.00/0.17/0.50/0.03)	

CMYK percentages

%0
%16.53
%50
%2.75

Codes

Color #F8CF7C in popluar color models

F8CF7C
RGB248207124
HSL40°89.86%72.94%
HSB/HSV40°50.00%97.25%
CMYK0.00%16.53%50.00%
2.75%

Color #F8CF7C in popluar number systems.

HEXF8CF7C
Decimal248207124
Binary11111000110011111111100
Octal370317174

Shades and tints

Shades of #F8CF7C

#F8CF7C
(248,207,124)
#E2BD71
(226,189,113)
#CCAB66
(204,171,102)
#B6995B
(182,153,91)
#A08750
(160,135,80)
#8A7545
(138,117,69)
#74633A
(116,99,58)
#5E512F
(94,81,47)
#483F24
(72,63,36)
#322D19
(50,45,25)
#1C1B0E
(28,27,14)
#000000
(0,0,0)

Tints of #F8CF7C

#F8CF7C
(248,207,124)
#F8D387
(248,211,135)
#F8D792
(248,215,146)
#F8DB9D
(248,219,157)
#F8DFA8
(248,223,168)
#F8E3B3
(248,227,179)
#F8E7BE
(248,231,190)
#F8EBC9
(248,235,201)
#F8EFD4
(248,239,212)
#F8F3DF
(248,243,223)
#F8F7EA
(248,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8CF7C color. Also use rgb(248,207,124) instead hex code.

Text Font Color

.myTextColor { color: #F8CF7C; }

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

This text font color is #F8CF7C.


Background Color

.myBgColor { background-color: #F8CF7C; }

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

This div background color is #F8CF7C.


Border color

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

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

This div border color is #F8CF7C.


Opacity

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

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

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

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

This text has shadow with #F8CF7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8CF7C on black background.


Color preview on white background

This text has color #F8CF7C on white background.



Black color preview on #F8CF7C background

This text has black color on #F8CF7C background.


White color preview on #F8CF7C background

This text has white color on #F8CF7C background.