COLOR #F7CB78

HEX: #F7CB78
RGB: (247,203,120)

Color info

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

RGB color model

#F7CB78 color RGB value is (247,203,120).

  • red value is 247;
  • green value is 203;
  • blue value is 120.
RGB:
(247,203,120)
(97%,80%,47%)

RGB channels and saturation

R 247 of 255 = 97%
G 203 of 255 = 80%
B 120 of 255 = 47%

247
203
120

R + G + B ~ 75%. #F7CB78 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 203 + 120 = 570 (100%)
R 247 of 570 ~ 43.33%
G 203 of 570 ~ 35.61%
B 120 of 570 ~ 21.05%

%43.33
%35.61
%21.05

CMYK color model

#F7CB78 color CMYK value is (0,18,51,3).

  • cyan value is 0.00%
  • magenta value is 17.81%
  • yellow value is 51.42%
  • key color value is 3.14%
CMYK:
(0,18,51,3)
C0M18Y51K3 
(0%,18%,51%,3%)
(0.00/0.18/0.51/0.03)	

CMYK percentages

%0
%17.81
%51.42
%3.14

Codes

Color #F7CB78 in popluar color models

F7CB78
RGB247203120
HSL39°88.81%71.96%
HSB/HSV39°51.42%96.86%
CMYK0.00%17.81%51.42%
3.14%

Color #F7CB78 in popluar number systems.

HEXF7CB78
Decimal247203120
Binary11110111110010111111000
Octal367313170

Shades and tints

Shades of #F7CB78

#F7CB78
(247,203,120)
#E1B96E
(225,185,110)
#CBA764
(203,167,100)
#B5955A
(181,149,90)
#9F8350
(159,131,80)
#897146
(137,113,70)
#735F3C
(115,95,60)
#5D4D32
(93,77,50)
#473B28
(71,59,40)
#31291E
(49,41,30)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #F7CB78

#F7CB78
(247,203,120)
#F7CF84
(247,207,132)
#F7D390
(247,211,144)
#F7D79C
(247,215,156)
#F7DBA8
(247,219,168)
#F7DFB4
(247,223,180)
#F7E3C0
(247,227,192)
#F7E7CC
(247,231,204)
#F7EBD8
(247,235,216)
#F7EFE4
(247,239,228)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7CB78 color. Also use rgb(247,203,120) instead hex code.

Text Font Color

.myTextColor { color: #F7CB78; }

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

This text font color is #F7CB78.


Background Color

.myBgColor { background-color: #F7CB78; }

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

This div background color is #F7CB78.


Border color

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

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

This div border color is #F7CB78.


Opacity

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

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

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

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

This text has shadow with #F7CB78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7CB78 on black background.


Color preview on white background

This text has color #F7CB78 on white background.



Black color preview on #F7CB78 background

This text has black color on #F7CB78 background.


White color preview on #F7CB78 background

This text has white color on #F7CB78 background.