COLOR #FAFA0B

HEX: #FAFA0B
RGB: (250,250,11)

Color info

#FAFA0B contains mainly red and green colors. Web safe color of #FAFA0B is #FFFF00 (or #FF0).

RGB color model

#FAFA0B color RGB value is (250,250,11).

  • red value is 250;
  • green value is 250;
  • blue value is 11.
RGB:
(250,250,11)
(98%,98%,4%)

RGB channels and saturation

R 250 of 255 = 98%
G 250 of 255 = 98%
B 11 of 255 = 4%

250
250
11

R + G + B ~ 67%. #FAFA0B is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 250 + 11 = 511 (100%)
R 250 of 511 ~ 48.92%
G 250 of 511 ~ 48.92%
B 11 of 511 ~ 2.15%

%48.92
%48.92

CMYK color model

#FAFA0B color CMYK value is (0,0,96,2).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 95.60%
  • key color value is 1.96%
CMYK:
(0,0,96,2)
C0M0Y96K2 
(0%,0%,96%,2%)
(0.00/0.00/0.96/0.02)	

CMYK percentages

%0
%0
%95.6
%1.96

Codes

Color #FAFA0B in popluar color models

FAFA0B
RGB25025011
HSL60°95.98%51.18%
HSB/HSV60°95.60%98.04%
CMYK0.00%0.00%95.60%
1.96%

Color #FAFA0B in popluar number systems.

HEXFAFA0B
Decimal25025011
Binary11111010111110101011
Octal37237213

Shades and tints

Shades of #FAFA0B

#FAFA0B
(250,250,11)
#E4E40A
(228,228,10)
#CECE09
(206,206,9)
#B8B808
(184,184,8)
#A2A207
(162,162,7)
#8C8C06
(140,140,6)
#767605
(118,118,5)
#606004
(96,96,4)
#4A4A03
(74,74,3)
#343402
(52,52,2)
#1E1E01
(30,30,1)
#000000
(0,0,0)

Tints of #FAFA0B

#FAFA0B
(250,250,11)
#FAFA21
(250,250,33)
#FAFA37
(250,250,55)
#FAFA4D
(250,250,77)
#FAFA63
(250,250,99)
#FAFA79
(250,250,121)
#FAFA8F
(250,250,143)
#FAFAA5
(250,250,165)
#FAFABB
(250,250,187)
#FAFAD1
(250,250,209)
#FAFAE7
(250,250,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAFA0B; }

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

This text font color is #FAFA0B.


Background Color

.myBgColor { background-color: #FAFA0B; }

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

This div background color is #FAFA0B.


Border color

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

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

This div border color is #FAFA0B.


Opacity

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

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

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

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

This text has shadow with #FAFA0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAFA0B on black background.


Color preview on white background

This text has color #FAFA0B on white background.



Black color preview on #FAFA0B background

This text has black color on #FAFA0B background.


White color preview on #FAFA0B background

This text has white color on #FAFA0B background.