COLOR #F9C275

HEX: #F9C275
RGB: (249,194,117)

Color info

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

RGB color model

#F9C275 color RGB value is (249,194,117).

  • red value is 249;
  • green value is 194;
  • blue value is 117.
RGB:
(249,194,117)
(98%,76%,46%)

RGB channels and saturation

R 249 of 255 = 98%
G 194 of 255 = 76%
B 117 of 255 = 46%

249
194
117

R + G + B ~ 73%. #F9C275 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 194 + 117 = 560 (100%)
R 249 of 560 ~ 44.46%
G 194 of 560 ~ 34.64%
B 117 of 560 ~ 20.89%

%44.46
%34.64
%20.89

CMYK color model

#F9C275 color CMYK value is (0,22,53,2).

  • cyan value is 0.00%
  • magenta value is 22.09%
  • yellow value is 53.01%
  • key color value is 2.35%
CMYK:
(0,22,53,2)
C0M22Y53K2 
(0%,22%,53%,2%)
(0.00/0.22/0.53/0.02)	

CMYK percentages

%0
%22.09
%53.01
%2.35

Codes

Color #F9C275 in popluar color models

F9C275
RGB249194117
HSL35°91.67%71.76%
HSB/HSV35°53.01%97.65%
CMYK0.00%22.09%53.01%
2.35%

Color #F9C275 in popluar number systems.

HEXF9C275
Decimal249194117
Binary11111001110000101110101
Octal371302165

Shades and tints

Shades of #F9C275

#F9C275
(249,194,117)
#E3B16B
(227,177,107)
#CDA061
(205,160,97)
#B78F57
(183,143,87)
#A17E4D
(161,126,77)
#8B6D43
(139,109,67)
#755C39
(117,92,57)
#5F4B2F
(95,75,47)
#493A25
(73,58,37)
#33291B
(51,41,27)
#1D1811
(29,24,17)
#000000
(0,0,0)

Tints of #F9C275

#F9C275
(249,194,117)
#F9C781
(249,199,129)
#F9CC8D
(249,204,141)
#F9D199
(249,209,153)
#F9D6A5
(249,214,165)
#F9DBB1
(249,219,177)
#F9E0BD
(249,224,189)
#F9E5C9
(249,229,201)
#F9EAD5
(249,234,213)
#F9EFE1
(249,239,225)
#F9F4ED
(249,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9C275 color. Also use rgb(249,194,117) instead hex code.

Text Font Color

.myTextColor { color: #F9C275; }

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

This text font color is #F9C275.


Background Color

.myBgColor { background-color: #F9C275; }

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

This div background color is #F9C275.


Border color

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

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

This div border color is #F9C275.


Opacity

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

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

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

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

This text has shadow with #F9C275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9C275 on black background.


Color preview on white background

This text has color #F9C275 on white background.



Black color preview on #F9C275 background

This text has black color on #F9C275 background.


White color preview on #F9C275 background

This text has white color on #F9C275 background.