COLOR #FAF093

HEX: #FAF093
RGB: (250,240,147)

Color info

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

RGB color model

#FAF093 color RGB value is (250,240,147).

  • red value is 250;
  • green value is 240;
  • blue value is 147.
RGB:
(250,240,147)
(98%,94%,58%)

RGB channels and saturation

R 250 of 255 = 98%
G 240 of 255 = 94%
B 147 of 255 = 58%

250
240
147

R + G + B ~ 83%. #FAF093 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 240 + 147 = 637 (100%)
R 250 of 637 ~ 39.25%
G 240 of 637 ~ 37.68%
B 147 of 637 ~ 23.08%

%39.25
%37.68
%23.08

CMYK color model

#FAF093 color CMYK value is (0,4,41,2).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 41.20%
  • key color value is 1.96%
CMYK:
(0,4,41,2)
C0M4Y41K2 
(0%,4%,41%,2%)
(0.00/0.04/0.41/0.02)	

CMYK percentages

%0
%4
%41.2
%1.96

Codes

Color #FAF093 in popluar color models

FAF093
RGB250240147
HSL54°91.15%77.84%
HSB/HSV54°41.20%98.04%
CMYK0.00%4.00%41.20%
1.96%

Color #FAF093 in popluar number systems.

HEXFAF093
Decimal250240147
Binary111110101111000010010011
Octal372360223

Shades and tints

Shades of #FAF093

#FAF093
(250,240,147)
#E4DB86
(228,219,134)
#CEC679
(206,198,121)
#B8B16C
(184,177,108)
#A29C5F
(162,156,95)
#8C8752
(140,135,82)
#767245
(118,114,69)
#605D38
(96,93,56)
#4A482B
(74,72,43)
#34331E
(52,51,30)
#1E1E11
(30,30,17)
#000000
(0,0,0)

Tints of #FAF093

#FAF093
(250,240,147)
#FAF19C
(250,241,156)
#FAF2A5
(250,242,165)
#FAF3AE
(250,243,174)
#FAF4B7
(250,244,183)
#FAF5C0
(250,245,192)
#FAF6C9
(250,246,201)
#FAF7D2
(250,247,210)
#FAF8DB
(250,248,219)
#FAF9E4
(250,249,228)
#FAFAED
(250,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAF093 color. Also use rgb(250,240,147) instead hex code.

Text Font Color

.myTextColor { color: #FAF093; }

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

This text font color is #FAF093.


Background Color

.myBgColor { background-color: #FAF093; }

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

This div background color is #FAF093.


Border color

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

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

This div border color is #FAF093.


Opacity

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

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

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

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

This text has shadow with #FAF093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF093 on black background.


Color preview on white background

This text has color #FAF093 on white background.



Black color preview on #FAF093 background

This text has black color on #FAF093 background.


White color preview on #FAF093 background

This text has white color on #FAF093 background.