Color Hex Logo

#facc3b Color Hex

#FACC3B
(250,204,59)
0 Favorites   0 Comments

Color spaces of #facc3b

RGB 25020459
HSL0.130.950.61
HSV46°76°98°
CMYK 0.000.180.76   0.02
XYZ61.806663.825513.1997
Yxy63.82550.44520.4597
Hunter Lab79.8909-1.714646.1276
CIE-Lab83.87482.685573.2141

#facc3b color RGB value is (250,204,59).

#facc3b hex color red value is 250, green value is 204 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #facc3b hue: 0.13 , saturation: 0.95 and the lightness value of facc3b is 0.61.

The process color (four color CMYK) of #facc3b color hex is 0.00, 0.18, 0.76, 0.02. Web safe color of #facc3b is #ffcc33. Color #facc3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001100 00111011
Octal 372 314 73
Decimal 250 204 59
Hex FA CC 3B

RGB Percentages of Color #facc3b

%48.73
%39.77
%11.50

CMYK Percentages of Color #facc3b

%0
%18
%76
%2

Triadic Colors of #facc3b

#facc3b #3bfacc #cc3bfa

Analogous Colors of #facc3b

#facc3b #c9fa3b #fa6d3b

Monochromatic Colors of #facc3b

#facc3b

Complementary Color

#facc3b #3b69fa

#facc3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facc3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#facc3b Color CSS Codes

.mybgcolor {background-color:#facc3b; } 
.myforecolor {color:#facc3b; }
.mybordercolor {border:3px solid #facc3b; }

#facc3b Text Font Color

<p style="color:#facc3b">Text here</p>

This sample text font color is #facc3b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#facc3b Background Color

<div style="background-color:#facc3b">
Div content here</div>

This div background color is #facc3b


#facc3b Border Color

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

This div border color is #facc3b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,204,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #facc3b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #facc3b;
  -webkit-box-shadow: 1px 1px 3px 2px #facc3b;
  box-shadow:         1px 1px 3px 2px #facc3b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,204,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #facc3b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #facc3b;
  -webkit-box-shadow: 1px 1px 3px 2px #facc3b;
  box-shadow:         1px 1px 3px 2px #facc3b;">
Div content here</div>

This div box has shadow with color #facc3b


Comments

No comments written yet.

Please login to write comment.