COLOR #F9F693

HEX: #F9F693
RGB: (249,246,147)

Color info

#F9F693 contains mainly red and green colors. Web safe color of #F9F693 is #FFFF99 (or #FF9).

RGB color model

#F9F693 color RGB value is (249,246,147).

  • red value is 249;
  • green value is 246;
  • blue value is 147.
RGB:
(249,246,147)
(98%,96%,58%)

RGB channels and saturation

R 249 of 255 = 98%
G 246 of 255 = 96%
B 147 of 255 = 58%

249
246
147

R + G + B ~ 84%. #F9F693 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 246 + 147 = 642 (100%)
R 249 of 642 ~ 38.79%
G 246 of 642 ~ 38.32%
B 147 of 642 ~ 22.9%

%38.79
%38.32
%22.9

CMYK color model

#F9F693 color CMYK value is (0,1,41,2).

  • cyan value is 0.00%
  • magenta value is 1.20%
  • yellow value is 40.96%
  • key color value is 2.35%
CMYK:
(0,1,41,2)
C0M1Y41K2 
(0%,1%,41%,2%)
(0.00/0.01/0.41/0.02)	

CMYK percentages

%0
%1.2
%40.96
%2.35

Codes

Color #F9F693 in popluar color models

F9F693
RGB249246147
HSL58°89.47%77.65%
HSB/HSV58°40.96%97.65%
CMYK0.00%1.20%40.96%
2.35%

Color #F9F693 in popluar number systems.

HEXF9F693
Decimal249246147
Binary111110011111011010010011
Octal371366223

Shades and tints

Shades of #F9F693

#F9F693
(249,246,147)
#E3E086
(227,224,134)
#CDCA79
(205,202,121)
#B7B46C
(183,180,108)
#A19E5F
(161,158,95)
#8B8852
(139,136,82)
#757245
(117,114,69)
#5F5C38
(95,92,56)
#49462B
(73,70,43)
#33301E
(51,48,30)
#1D1A11
(29,26,17)
#000000
(0,0,0)

Tints of #F9F693

#F9F693
(249,246,147)
#F9F69C
(249,246,156)
#F9F6A5
(249,246,165)
#F9F6AE
(249,246,174)
#F9F6B7
(249,246,183)
#F9F6C0
(249,246,192)
#F9F6C9
(249,246,201)
#F9F6D2
(249,246,210)
#F9F6DB
(249,246,219)
#F9F6E4
(249,246,228)
#F9F6ED
(249,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9F693 color. Also use rgb(249,246,147) instead hex code.

Text Font Color

.myTextColor { color: #F9F693; }

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

This text font color is #F9F693.


Background Color

.myBgColor { background-color: #F9F693; }

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

This div background color is #F9F693.


Border color

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

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

This div border color is #F9F693.


Opacity

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

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

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

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

This text has shadow with #F9F693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9F693 on black background.


Color preview on white background

This text has color #F9F693 on white background.



Black color preview on #F9F693 background

This text has black color on #F9F693 background.


White color preview on #F9F693 background

This text has white color on #F9F693 background.