COLOR #F9C36D

HEX: #F9C36D
RGB: (249,195,109)

Color info

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

RGB color model

#F9C36D color RGB value is (249,195,109).

  • red value is 249;
  • green value is 195;
  • blue value is 109.
RGB:
(249,195,109)
(98%,76%,43%)

RGB channels and saturation

R 249 of 255 = 98%
G 195 of 255 = 76%
B 109 of 255 = 43%

249
195
109

R + G + B ~ 72%. #F9C36D is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 195 + 109 = 553 (100%)
R 249 of 553 ~ 45.03%
G 195 of 553 ~ 35.26%
B 109 of 553 ~ 19.71%

%45.03
%35.26
%19.71

CMYK color model

#F9C36D color CMYK value is (0,22,56,2).

  • cyan value is 0.00%
  • magenta value is 21.69%
  • yellow value is 56.22%
  • key color value is 2.35%
CMYK:
(0,22,56,2)
C0M22Y56K2 
(0%,22%,56%,2%)
(0.00/0.22/0.56/0.02)	

CMYK percentages

%0
%21.69
%56.22
%2.35

Codes

Color #F9C36D in popluar color models

F9C36D
RGB249195109
HSL37°92.11%70.20%
HSB/HSV37°56.22%97.65%
CMYK0.00%21.69%56.22%
2.35%

Color #F9C36D in popluar number systems.

HEXF9C36D
Decimal249195109
Binary11111001110000111101101
Octal371303155

Shades and tints

Shades of #F9C36D

#F9C36D
(249,195,109)
#E3B264
(227,178,100)
#CDA15B
(205,161,91)
#B79052
(183,144,82)
#A17F49
(161,127,73)
#8B6E40
(139,110,64)
#755D37
(117,93,55)
#5F4C2E
(95,76,46)
#493B25
(73,59,37)
#332A1C
(51,42,28)
#1D1913
(29,25,19)
#000000
(0,0,0)

Tints of #F9C36D

#F9C36D
(249,195,109)
#F9C87A
(249,200,122)
#F9CD87
(249,205,135)
#F9D294
(249,210,148)
#F9D7A1
(249,215,161)
#F9DCAE
(249,220,174)
#F9E1BB
(249,225,187)
#F9E6C8
(249,230,200)
#F9EBD5
(249,235,213)
#F9F0E2
(249,240,226)
#F9F5EF
(249,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9C36D color. Also use rgb(249,195,109) instead hex code.

Text Font Color

.myTextColor { color: #F9C36D; }

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

This text font color is #F9C36D.


Background Color

.myBgColor { background-color: #F9C36D; }

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

This div background color is #F9C36D.


Border color

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

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

This div border color is #F9C36D.


Opacity

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

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

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

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

This text has shadow with #F9C36D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9C36D on black background.


Color preview on white background

This text has color #F9C36D on white background.



Black color preview on #F9C36D background

This text has black color on #F9C36D background.


White color preview on #F9C36D background

This text has white color on #F9C36D background.