Color Hex Logo

#fac63b Color Hex

#FAC63B
(250,198,59)
0 Favorites   0 Comments

Color spaces of #fac63b

RGB 25019859
HSL0.120.950.61
HSV44°76°98°
CMYK 0.000.210.76   0.02
XYZ60.407861.027912.7334
Yxy61.02790.45020.4549
Hunter Lab78.12041.317345.0201
CIE-Lab82.39375.776671.8400

#fac63b color RGB value is (250,198,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000110 00111011
Octal 372 306 73
Decimal 250 198 59
Hex FA C6 3B

RGB Percentages of Color #fac63b

%49.31
%39.05
%11.64

CMYK Percentages of Color #fac63b

%0
%21
%76
%2

Triadic Colors of #fac63b

#fac63b #3bfac6 #c63bfa

Analogous Colors of #fac63b

#fac63b #cffa3b #fa673b

Monochromatic Colors of #fac63b

#fac63b

Complementary Color

#fac63b #3b6ffa

#fac63b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac63b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac63b Color CSS Codes

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

#fac63b Text Font Color

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

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


#fac63b Background Color

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

This div background color is #fac63b


#fac63b Border Color

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

This div border color is #fac63b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac63b


Comments

No comments written yet.

Please login to write comment.