COLOR #FACC21

HEX: #FACC21
RGB: (250,204,33)

Renk bilgisi

#FACC21 contains mainly red and green colors. #FACC21 ‘ nin web güvenlik rengi #FFCC33 (ya da #FC3) dir.

RGB renk modeli

#FACC21 color RGB value is (250,204,33).

  • kırmız ton 250;
  • yeşil ton 204;
  • mavi ton 33.
RGB:
(250,204,33)
(98%,80%,13%)

RGB bağlantıları ve doygunluk

R 250 of 255 = 98%
G 204 of 255 = 80%
B 33 of 255 = 13%

250
204
33

R + G + B ~ 64%. #FACC21 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
250 + 204 + 33 = 487 (100%)
R 250 of 487 ~ 51.33%
G 204 of 487 ~ 41.89%
B 33 of 487 ~ 6.78%

%51.33
%41.89

CMYK RENK MODELİ

#FACC21 rengi CMYK tonu (0,18,87,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.40%
  • sarı tonu 86.80%
  • ana renk tonu 1.96%
CMYK:
(0,18,87,2)
C0M18Y87K2 
(0%,18%,87%,2%)
(0.00/0.18/0.87/0.02)	

CMYK yüzdeleri

%0
%18.4
%86.8
%1.96

Codes

Color #FACC21 in popluar color models

FACC21
RGB25020433
HSL47°95.59%55.49%
HSB/HSV47°86.80%98.04%
CMYK0.00%18.40%86.80%
1.96%

Color #FACC21 in popluar number systems.

HEXFACC21
Decimal25020433
Binary1111101011001100100001
Octal37231441

Shades and tints

Shades of #FACC21

#FACC21
(250,204,33)
#E4BA1E
(228,186,30)
#CEA81B
(206,168,27)
#B89618
(184,150,24)
#A28415
(162,132,21)
#8C7212
(140,114,18)
#76600F
(118,96,15)
#604E0C
(96,78,12)
#4A3C09
(74,60,9)
#342A06
(52,42,6)
#1E1803
(30,24,3)
#000000
(0,0,0)

Tints of #FACC21

#FACC21
(250,204,33)
#FAD035
(250,208,53)
#FAD449
(250,212,73)
#FAD85D
(250,216,93)
#FADC71
(250,220,113)
#FAE085
(250,224,133)
#FAE499
(250,228,153)
#FAE8AD
(250,232,173)
#FAECC1
(250,236,193)
#FAF0D5
(250,240,213)
#FAF4E9
(250,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACC21; }

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

This text font color is #FACC21.


Background Color

.myBgColor { background-color: #FACC21; }

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

This div background color is #FACC21.


Border color

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

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

This div border color is #FACC21.


Opacity

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

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

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

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

This text has shadow with #FACC21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FACC21 on black background.


Color preview on white background

This text has color #FACC21 on white background.



Black color preview on #FACC21 background

This text has black color on #FACC21 background.


White color preview on #FACC21 background

This text has white color on #FACC21 background.