Color Hex Logo

#fac053 Color Hex

#FAC053
(250,192,83)
0 Favorites   0 Comments

Color spaces of #fac053

RGB 25019283
HSL0.110.940.65
HSV39°67°98°
CMYK 0.000.230.67   0.02
XYZ59.835358.647816.3501
Yxy58.64780.44380.4350
Hunter Lab76.58195.448240.9490
CIE-Lab81.097610.001061.1056

#fac053 color RGB value is (250,192,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000000 01010011
Octal 372 300 123
Decimal 250 192 83
Hex FA C0 53

RGB Percentages of Color #fac053

%47.62
%36.57
%15.81

CMYK Percentages of Color #fac053

%0
%23
%67
%2

Triadic Colors of #fac053

#fac053 #53fac0 #c053fa

Analogous Colors of #fac053

#fac053 #e1fa53 #fa6d53

Monochromatic Colors of #fac053

#fac053

Complementary Color

#fac053 #538dfa

#fac053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac053 Color CSS Codes

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

#fac053 Text Font Color

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

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


#fac053 Background Color

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

This div background color is #fac053


#fac053 Border Color

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

This div border color is #fac053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac053

Related Colors


Comments

No comments written yet.

Please login to write comment.