Color Hex Logo

#fac05b Color Hex

#FAC05B
(250,192,91)
0 Favorites   0 Comments

Color spaces of #fac05b

RGB 25019291
HSL0.110.940.67
HSV38°64°98°
CMYK 0.000.230.64   0.02
XYZ60.162358.778618.0720
Yxy58.77860.43910.4290
Hunter Lab76.66725.904939.6912
CIE-Lab81.169710.469357.6220

#fac05b color RGB value is (250,192,91).

#fac05b hex color red value is 250, green value is 192 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #fac05b hue: 0.11 , saturation: 0.94 and the lightness value of fac05b is 0.67.

The process color (four color CMYK) of #fac05b color hex is 0.00, 0.23, 0.64, 0.02. Web safe color of #fac05b is #ffcc66. Color #fac05b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000000 01011011
Octal 372 300 133
Decimal 250 192 91
Hex FA C0 5B

RGB Percentages of Color #fac05b

%46.90
%36.02
%17.07

CMYK Percentages of Color #fac05b

%0
%23
%64
%2

Triadic Colors of #fac05b

#fac05b #5bfac0 #c05bfa

Analogous Colors of #fac05b

#fac05b #e5fa5b #fa715b

Monochromatic Colors of #fac05b

#fac05b

Complementary Color

#fac05b #5b95fa

#fac05b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac05b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac05b Color CSS Codes

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

#fac05b Text Font Color

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

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


#fac05b Background Color

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

This div background color is #fac05b


#fac05b Border Color

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

This div border color is #fac05b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac05b


Comments

No comments written yet.

Please login to write comment.