COLOR #FAD52D

HEX: #FAD52D
RGB: (250,213,45)

Color info

#FAD52D contains mainly red and green colors. Web safe color of #FAD52D is #FFCC33 (or #FC3).

RGB color model

#FAD52D color RGB value is (250,213,45).

  • red value is 250;
  • green value is 213;
  • blue value is 45.
RGB:
(250,213,45)
(98%,84%,18%)

RGB channels and saturation

R 250 of 255 = 98%
G 213 of 255 = 84%
B 45 of 255 = 18%

250
213
45

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

Portions of RGB colors in percentages

R + G + B =
250 + 213 + 45 = 508 (100%)
R 250 of 508 ~ 49.21%
G 213 of 508 ~ 41.93%
B 45 of 508 ~ 8.86%

%49.21
%41.93

CMYK color model

#FAD52D color CMYK value is (0,15,82,2).

  • cyan value is 0.00%
  • magenta value is 14.80%
  • yellow value is 82.00%
  • key color value is 1.96%
CMYK:
(0,15,82,2)
C0M15Y82K2 
(0%,15%,82%,2%)
(0.00/0.15/0.82/0.02)	

CMYK percentages

%0
%14.8
%82
%1.96

Codes

Color #FAD52D in popluar color models

FAD52D
RGB25021345
HSL49°95.35%57.84%
HSB/HSV49°82.00%98.04%
CMYK0.00%14.80%82.00%
1.96%

Color #FAD52D in popluar number systems.

HEXFAD52D
Decimal25021345
Binary1111101011010101101101
Octal37232555

Shades and tints

Shades of #FAD52D

#FAD52D
(250,213,45)
#E4C229
(228,194,41)
#CEAF25
(206,175,37)
#B89C21
(184,156,33)
#A2891D
(162,137,29)
#8C7619
(140,118,25)
#766315
(118,99,21)
#605011
(96,80,17)
#4A3D0D
(74,61,13)
#342A09
(52,42,9)
#1E1705
(30,23,5)
#000000
(0,0,0)

Tints of #FAD52D

#FAD52D
(250,213,45)
#FAD840
(250,216,64)
#FADB53
(250,219,83)
#FADE66
(250,222,102)
#FAE179
(250,225,121)
#FAE48C
(250,228,140)
#FAE79F
(250,231,159)
#FAEAB2
(250,234,178)
#FAEDC5
(250,237,197)
#FAF0D8
(250,240,216)
#FAF3EB
(250,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAD52D; }

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

This text font color is #FAD52D.


Background Color

.myBgColor { background-color: #FAD52D; }

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

This div background color is #FAD52D.


Border color

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

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

This div border color is #FAD52D.


Opacity

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

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

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

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

This text has shadow with #FAD52D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAD52D on black background.


Color preview on white background

This text has color #FAD52D on white background.



Black color preview on #FAD52D background

This text has black color on #FAD52D background.


White color preview on #FAD52D background

This text has white color on #FAD52D background.