Color Hex Logo

#facc2b Color Hex

#FACC2B
(250,204,43)
0 Favorites   0 Comments

Color spaces of #facc2b

RGB 25020443
HSL0.130.950.57
HSV47°83°98°
CMYK 0.000.180.83   0.02
XYZ61.453363.684111.3388
Yxy63.68410.45030.4666
Hunter Lab79.8023-2.196747.4373
CIE-Lab83.80102.176677.9759

#facc2b color RGB value is (250,204,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001100 00101011
Octal 372 314 53
Decimal 250 204 43
Hex FA CC 2B

RGB Percentages of Color #facc2b

%50.30
%41.05
%8.65

CMYK Percentages of Color #facc2b

%0
%18
%83
%2

Triadic Colors of #facc2b

#facc2b #2bfacc #cc2bfa

Analogous Colors of #facc2b

#facc2b #c1fa2b #fa652b

Monochromatic Colors of #facc2b

#facc2b

Complementary Color

#facc2b #2b59fa

#facc2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facc2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#facc2b Color CSS Codes

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

#facc2b Text Font Color

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

This sample text font color is #facc2b
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.


#facc2b Background Color

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

This div background color is #facc2b


#facc2b Border Color

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

This div border color is #facc2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facc2b


Comments

No comments written yet.

Please login to write comment.