COLOR #FAF11E

HEX: #FAF11E
RGB: (250,241,30)

Color info

#FAF11E contains mainly red and green colors. Web safe color of #FAF11E is #FFFF33 (or #FF3).

RGB color model

#FAF11E color RGB value is (250,241,30).

  • red value is 250;
  • green value is 241;
  • blue value is 30.
RGB:
(250,241,30)
(98%,95%,12%)

RGB channels and saturation

R 250 of 255 = 98%
G 241 of 255 = 95%
B 30 of 255 = 12%

250
241
30

R + G + B ~ 68%. #FAF11E is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 241 + 30 = 521 (100%)
R 250 of 521 ~ 47.98%
G 241 of 521 ~ 46.26%
B 30 of 521 ~ 5.76%

%47.98
%46.26

CMYK color model

#FAF11E color CMYK value is (0,4,88,2).

  • cyan value is 0.00%
  • magenta value is 3.60%
  • yellow value is 88.00%
  • key color value is 1.96%
CMYK:
(0,4,88,2)
C0M4Y88K2 
(0%,4%,88%,2%)
(0.00/0.04/0.88/0.02)	

CMYK percentages

%0
%3.6
%88
%1.96

Codes

Color #FAF11E in popluar color models

FAF11E
RGB25024130
HSL58°95.65%54.90%
HSB/HSV58°88.00%98.04%
CMYK0.00%3.60%88.00%
1.96%

Color #FAF11E in popluar number systems.

HEXFAF11E
Decimal25024130
Binary111110101111000111110
Octal37236136

Shades and tints

Shades of #FAF11E

#FAF11E
(250,241,30)
#E4DC1C
(228,220,28)
#CEC71A
(206,199,26)
#B8B218
(184,178,24)
#A29D16
(162,157,22)
#8C8814
(140,136,20)
#767312
(118,115,18)
#605E10
(96,94,16)
#4A490E
(74,73,14)
#34340C
(52,52,12)
#1E1F0A
(30,31,10)
#000000
(0,0,0)

Tints of #FAF11E

#FAF11E
(250,241,30)
#FAF232
(250,242,50)
#FAF346
(250,243,70)
#FAF45A
(250,244,90)
#FAF56E
(250,245,110)
#FAF682
(250,246,130)
#FAF796
(250,247,150)
#FAF8AA
(250,248,170)
#FAF9BE
(250,249,190)
#FAFAD2
(250,250,210)
#FAFBE6
(250,251,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAF11E color. Also use rgb(250,241,30) instead hex code.

Text Font Color

.myTextColor { color: #FAF11E; }

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

This text font color is #FAF11E.


Background Color

.myBgColor { background-color: #FAF11E; }

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

This div background color is #FAF11E.


Border color

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

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

This div border color is #FAF11E.


Opacity

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

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

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

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

This text has shadow with #FAF11E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF11E on black background.


Color preview on white background

This text has color #FAF11E on white background.



Black color preview on #FAF11E background

This text has black color on #FAF11E background.


White color preview on #FAF11E background

This text has white color on #FAF11E background.