Color Hex Logo

#fac453 Color Hex

#FAC453
(250,196,83)
0 Favorites   0 Comments

Color spaces of #fac453

RGB 25019683
HSL0.110.940.65
HSV41°67°98°
CMYK 0.000.220.67   0.02
XYZ60.725660.428416.6469
Yxy60.42840.44070.4385
Hunter Lab77.73573.403241.7182
CIE-Lab82.07057.922562.1435

#fac453 color RGB value is (250,196,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000100 01010011
Octal 372 304 123
Decimal 250 196 83
Hex FA C4 53

RGB Percentages of Color #fac453

%47.26
%37.05
%15.69

CMYK Percentages of Color #fac453

%0
%22
%67
%2

Triadic Colors of #fac453

#fac453 #53fac4 #c453fa

Analogous Colors of #fac453

#fac453 #ddfa53 #fa7153

Monochromatic Colors of #fac453

#fac453

Complementary Color

#fac453 #5389fa

#fac453 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac453 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac453 Color CSS Codes

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

#fac453 Text Font Color

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

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


#fac453 Background Color

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

This div background color is #fac453


#fac453 Border Color

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

This div border color is #fac453


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac453

Related Colors


Comments

No comments written yet.

Please login to write comment.