COLOR #F9C05E

HEX: #F9C05E
RGB: (249,192,94)

Color info

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

RGB color model

#F9C05E color RGB value is (249,192,94).

  • red value is 249;
  • green value is 192;
  • blue value is 94.
RGB:
(249,192,94)
(98%,75%,37%)

RGB channels and saturation

R 249 of 255 = 98%
G 192 of 255 = 75%
B 94 of 255 = 37%

249
192
94

R + G + B ~ 70%. #F9C05E is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 192 + 94 = 535 (100%)
R 249 of 535 ~ 46.54%
G 192 of 535 ~ 35.89%
B 94 of 535 ~ 17.57%

%46.54
%35.89
%17.57

CMYK color model

#F9C05E color CMYK value is (0,23,62,2).

  • cyan value is 0.00%
  • magenta value is 22.89%
  • yellow value is 62.25%
  • key color value is 2.35%
CMYK:
(0,23,62,2)
C0M23Y62K2 
(0%,23%,62%,2%)
(0.00/0.23/0.62/0.02)	

CMYK percentages

%0
%22.89
%62.25
%2.35

Codes

Color #F9C05E in popluar color models

F9C05E
RGB24919294
HSL38°92.81%67.25%
HSB/HSV38°62.25%97.65%
CMYK0.00%22.89%62.25%
2.35%

Color #F9C05E in popluar number systems.

HEXF9C05E
Decimal24919294
Binary11111001110000001011110
Octal371300136

Shades and tints

Shades of #F9C05E

#F9C05E
(249,192,94)
#E3AF56
(227,175,86)
#CD9E4E
(205,158,78)
#B78D46
(183,141,70)
#A17C3E
(161,124,62)
#8B6B36
(139,107,54)
#755A2E
(117,90,46)
#5F4926
(95,73,38)
#49381E
(73,56,30)
#332716
(51,39,22)
#1D160E
(29,22,14)
#000000
(0,0,0)

Tints of #F9C05E

#F9C05E
(249,192,94)
#F9C56C
(249,197,108)
#F9CA7A
(249,202,122)
#F9CF88
(249,207,136)
#F9D496
(249,212,150)
#F9D9A4
(249,217,164)
#F9DEB2
(249,222,178)
#F9E3C0
(249,227,192)
#F9E8CE
(249,232,206)
#F9EDDC
(249,237,220)
#F9F2EA
(249,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9C05E color. Also use rgb(249,192,94) instead hex code.

Text Font Color

.myTextColor { color: #F9C05E; }

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

This text font color is #F9C05E.


Background Color

.myBgColor { background-color: #F9C05E; }

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

This div background color is #F9C05E.


Border color

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

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

This div border color is #F9C05E.


Opacity

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

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

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

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

This text has shadow with #F9C05E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9C05E on black background.


Color preview on white background

This text has color #F9C05E on white background.



Black color preview on #F9C05E background

This text has black color on #F9C05E background.


White color preview on #F9C05E background

This text has white color on #F9C05E background.