COLOR #FAF276

HEX: #FAF276
RGB: (250,242,118)

Color info

#FAF276 contains mainly red and green colors. Web safe color of #FAF276 is #FFFF66 (or #FF6).

RGB color model

#FAF276 color RGB value is (250,242,118).

  • red value is 250;
  • green value is 242;
  • blue value is 118.
RGB:
(250,242,118)
(98%,95%,46%)

RGB channels and saturation

R 250 of 255 = 98%
G 242 of 255 = 95%
B 118 of 255 = 46%

250
242
118

R + G + B ~ 80%. #FAF276 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 242 + 118 = 610 (100%)
R 250 of 610 ~ 40.98%
G 242 of 610 ~ 39.67%
B 118 of 610 ~ 19.34%

%40.98
%39.67
%19.34

CMYK color model

#FAF276 color CMYK value is (0,3,53,2).

  • cyan value is 0.00%
  • magenta value is 3.20%
  • yellow value is 52.80%
  • key color value is 1.96%
CMYK:
(0,3,53,2)
C0M3Y53K2 
(0%,3%,53%,2%)
(0.00/0.03/0.53/0.02)	

CMYK percentages

%0
%3.2
%52.8
%1.96

Codes

Color #FAF276 in popluar color models

FAF276
RGB250242118
HSL56°92.96%72.16%
HSB/HSV56°52.80%98.04%
CMYK0.00%3.20%52.80%
1.96%

Color #FAF276 in popluar number systems.

HEXFAF276
Decimal250242118
Binary11111010111100101110110
Octal372362166

Shades and tints

Shades of #FAF276

#FAF276
(250,242,118)
#E4DC6C
(228,220,108)
#CEC662
(206,198,98)
#B8B058
(184,176,88)
#A29A4E
(162,154,78)
#8C8444
(140,132,68)
#766E3A
(118,110,58)
#605830
(96,88,48)
#4A4226
(74,66,38)
#342C1C
(52,44,28)
#1E1612
(30,22,18)
#000000
(0,0,0)

Tints of #FAF276

#FAF276
(250,242,118)
#FAF382
(250,243,130)
#FAF48E
(250,244,142)
#FAF59A
(250,245,154)
#FAF6A6
(250,246,166)
#FAF7B2
(250,247,178)
#FAF8BE
(250,248,190)
#FAF9CA
(250,249,202)
#FAFAD6
(250,250,214)
#FAFBE2
(250,251,226)
#FAFCEE
(250,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAF276 color. Also use rgb(250,242,118) instead hex code.

Text Font Color

.myTextColor { color: #FAF276; }

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

This text font color is #FAF276.


Background Color

.myBgColor { background-color: #FAF276; }

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

This div background color is #FAF276.


Border color

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

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

This div border color is #FAF276.


Opacity

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

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

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

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

This text has shadow with #FAF276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF276 on black background.


Color preview on white background

This text has color #FAF276 on white background.



Black color preview on #FAF276 background

This text has black color on #FAF276 background.


White color preview on #FAF276 background

This text has white color on #FAF276 background.