Color Hex Logo

#fac853 Color Hex

#FAC853
(250,200,83)
0 Favorites   0 Comments

Color spaces of #fac853

RGB 25020083
HSL0.120.940.65
HSV42°67°98°
CMYK 0.000.200.67   0.02
XYZ61.640062.257116.9517
Yxy62.25710.43760.4420
Hunter Lab78.90321.365642.4942
CIE-Lab83.05005.851463.1835

#fac853 color RGB value is (250,200,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001000 01010011
Octal 372 310 123
Decimal 250 200 83
Hex FA C8 53

RGB Percentages of Color #fac853

%46.90
%37.52
%15.57

CMYK Percentages of Color #fac853

%0
%20
%67
%2

Triadic Colors of #fac853

#fac853 #53fac8 #c853fa

Analogous Colors of #fac853

#fac853 #d9fa53 #fa7553

Monochromatic Colors of #fac853

#fac853

Complementary Color

#fac853 #5385fa

#fac853 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac853 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac853 Color CSS Codes

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

#fac853 Text Font Color

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

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


#fac853 Background Color

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

This div background color is #fac853


#fac853 Border Color

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

This div border color is #fac853


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac853


Comments

No comments written yet.

Please login to write comment.