Color Hex Logo

#fac23b Color Hex

#FAC23B
(250,194,59)
0 Favorites   0 Comments

Color spaces of #fac23b

RGB 25019459
HSL0.120.950.61
HSV42°76°98°
CMYK 0.000.220.76   0.02
XYZ59.505559.223312.4326
Yxy59.22330.45370.4515
Hunter Lab76.95673.348044.2912
CIE-Lab81.41427.847770.9274

#fac23b color RGB value is (250,194,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000010 00111011
Octal 372 302 73
Decimal 250 194 59
Hex FA C2 3B

RGB Percentages of Color #fac23b

%49.70
%38.57
%11.73

CMYK Percentages of Color #fac23b

%0
%22
%76
%2

Triadic Colors of #fac23b

#fac23b #3bfac2 #c23bfa

Analogous Colors of #fac23b

#fac23b #d3fa3b #fa633b

Monochromatic Colors of #fac23b

#fac23b

Complementary Color

#fac23b #3b73fa

#fac23b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac23b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac23b Color CSS Codes

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

#fac23b Text Font Color

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

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


#fac23b Background Color

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

This div background color is #fac23b


#fac23b Border Color

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

This div border color is #fac23b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac23b


Comments

No comments written yet.

Please login to write comment.