Color Hex Logo

#fac52b Color Hex

#FAC52B
(250,197,43)
0 Favorites   0 Comments

Color spaces of #fac52b

RGB 25019743
HSL0.120.950.57
HSV45°83°98°
CMYK 0.000.210.83   0.02
XYZ59.826660.430910.7966
Yxy60.43090.45650.4611
Hunter Lab77.73731.333246.1816
CIE-Lab82.07185.781076.5190

#fac52b color RGB value is (250,197,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000101 00101011
Octal 372 305 53
Decimal 250 197 43
Hex FA C5 2B

RGB Percentages of Color #fac52b

%51.02
%40.20
%8.78

CMYK Percentages of Color #fac52b

%0
%21
%83
%2

Triadic Colors of #fac52b

#fac52b #2bfac5 #c52bfa

Analogous Colors of #fac52b

#fac52b #c8fa2b #fa5e2b

Monochromatic Colors of #fac52b

#fac52b

Complementary Color

#fac52b #2b60fa

#fac52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac52b Color CSS Codes

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

#fac52b Text Font Color

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

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


#fac52b Background Color

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

This div background color is #fac52b


#fac52b Border Color

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

This div border color is #fac52b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,197,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 #fac52b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac52b

Related Colors


Comments

No comments written yet.

Please login to write comment.