COLOR #F4C381

HEX: #F4C381
RGB: (244,195,129)

Color info

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

RGB color model

#F4C381 color RGB value is (244,195,129).

  • red value is 244;
  • green value is 195;
  • blue value is 129.
RGB:
(244,195,129)
(96%,76%,51%)

RGB channels and saturation

R 244 of 255 = 96%
G 195 of 255 = 76%
B 129 of 255 = 51%

244
195
129

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

Portions of RGB colors in percentages

R + G + B =
244 + 195 + 129 = 568 (100%)
R 244 of 568 ~ 42.96%
G 195 of 568 ~ 34.33%
B 129 of 568 ~ 22.71%

%42.96
%34.33
%22.71

CMYK color model

#F4C381 color CMYK value is (0,20,47,4).

  • cyan value is 0.00%
  • magenta value is 20.08%
  • yellow value is 47.13%
  • key color value is 4.31%
CMYK:
(0,20,47,4)
C0M20Y47K4 
(0%,20%,47%,4%)
(0.00/0.20/0.47/0.04)	

CMYK percentages

%0
%20.08
%47.13
%4.31

Codes

Color #F4C381 in popluar color models

F4C381
RGB244195129
HSL34°83.94%73.14%
HSB/HSV34°47.13%95.69%
CMYK0.00%20.08%47.13%
4.31%

Color #F4C381 in popluar number systems.

HEXF4C381
Decimal244195129
Binary111101001100001110000001
Octal364303201

Shades and tints

Shades of #F4C381

#F4C381
(244,195,129)
#DEB276
(222,178,118)
#C8A16B
(200,161,107)
#B29060
(178,144,96)
#9C7F55
(156,127,85)
#866E4A
(134,110,74)
#705D3F
(112,93,63)
#5A4C34
(90,76,52)
#443B29
(68,59,41)
#2E2A1E
(46,42,30)
#181913
(24,25,19)
#000000
(0,0,0)

Tints of #F4C381

#F4C381
(244,195,129)
#F5C88C
(245,200,140)
#F6CD97
(246,205,151)
#F7D2A2
(247,210,162)
#F8D7AD
(248,215,173)
#F9DCB8
(249,220,184)
#FAE1C3
(250,225,195)
#FBE6CE
(251,230,206)
#FCEBD9
(252,235,217)
#FDF0E4
(253,240,228)
#FEF5EF
(254,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4C381 color. Also use rgb(244,195,129) instead hex code.

Text Font Color

.myTextColor { color: #F4C381; }

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

This text font color is #F4C381.


Background Color

.myBgColor { background-color: #F4C381; }

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

This div background color is #F4C381.


Border color

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

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

This div border color is #F4C381.


Opacity

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

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

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

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

This text has shadow with #F4C381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4C381 on black background.


Color preview on white background

This text has color #F4C381 on white background.



Black color preview on #F4C381 background

This text has black color on #F4C381 background.


White color preview on #F4C381 background

This text has white color on #F4C381 background.