COLOR #F3D670

HEX: #F3D670
RGB: (243,214,112)

Color info

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

RGB color model

#F3D670 color RGB value is (243,214,112).

  • red value is 243;
  • green value is 214;
  • blue value is 112.
RGB:
(243,214,112)
(95%,84%,44%)

RGB channels and saturation

R 243 of 255 = 95%
G 214 of 255 = 84%
B 112 of 255 = 44%

243
214
112

R + G + B ~ 74%. #F3D670 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 214 + 112 = 569 (100%)
R 243 of 569 ~ 42.71%
G 214 of 569 ~ 37.61%
B 112 of 569 ~ 19.68%

%42.71
%37.61
%19.68

CMYK color model

#F3D670 color CMYK value is (0,12,54,5).

  • cyan value is 0.00%
  • magenta value is 11.93%
  • yellow value is 53.91%
  • key color value is 4.71%
CMYK:
(0,12,54,5)
C0M12Y54K5 
(0%,12%,54%,5%)
(0.00/0.12/0.54/0.05)	

CMYK percentages

%0
%11.93
%53.91
%4.71

Codes

Color #F3D670 in popluar color models

F3D670
RGB243214112
HSL47°84.52%69.61%
HSB/HSV47°53.91%95.29%
CMYK0.00%11.93%53.91%
4.71%

Color #F3D670 in popluar number systems.

HEXF3D670
Decimal243214112
Binary11110011110101101110000
Octal363326160

Shades and tints

Shades of #F3D670

#F3D670
(243,214,112)
#DDC366
(221,195,102)
#C7B05C
(199,176,92)
#B19D52
(177,157,82)
#9B8A48
(155,138,72)
#85773E
(133,119,62)
#6F6434
(111,100,52)
#59512A
(89,81,42)
#433E20
(67,62,32)
#2D2B16
(45,43,22)
#17180C
(23,24,12)
#000000
(0,0,0)

Tints of #F3D670

#F3D670
(243,214,112)
#F4D97D
(244,217,125)
#F5DC8A
(245,220,138)
#F6DF97
(246,223,151)
#F7E2A4
(247,226,164)
#F8E5B1
(248,229,177)
#F9E8BE
(249,232,190)
#FAEBCB
(250,235,203)
#FBEED8
(251,238,216)
#FCF1E5
(252,241,229)
#FDF4F2
(253,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3D670 color. Also use rgb(243,214,112) instead hex code.

Text Font Color

.myTextColor { color: #F3D670; }

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

This text font color is #F3D670.


Background Color

.myBgColor { background-color: #F3D670; }

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

This div background color is #F3D670.


Border color

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

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

This div border color is #F3D670.


Opacity

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

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

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

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

This text has shadow with #F3D670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3D670 on black background.


Color preview on white background

This text has color #F3D670 on white background.



Black color preview on #F3D670 background

This text has black color on #F3D670 background.


White color preview on #F3D670 background

This text has white color on #F3D670 background.