Color Hex Logo

#fac628 Color Hex

#FAC628
(250,198,40)
0 Favorites   0 Comments

Color spaces of #fac628

RGB 25019840
HSL0.130.950.57
HSV45°84°98°
CMYK 0.000.210.84   0.02
XYZ60.001460.865410.5933
Yxy60.86540.45640.4630
Hunter Lab78.01630.753846.5608
CIE-Lab82.30635.187277.5080

#fac628 color RGB value is (250,198,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000110 00101000
Octal 372 306 50
Decimal 250 198 40
Hex FA C6 28

RGB Percentages of Color #fac628

%51.23
%40.57
%8.20

CMYK Percentages of Color #fac628

%0
%21
%84
%2

Triadic Colors of #fac628

#fac628 #28fac6 #c628fa

Analogous Colors of #fac628

#fac628 #c5fa28 #fa5d28

Monochromatic Colors of #fac628

#fac628

Complementary Color

#fac628 #285cfa

#fac628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac628 Color CSS Codes

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

#fac628 Text Font Color

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

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


#fac628 Background Color

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

This div background color is #fac628


#fac628 Border Color

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

This div border color is #fac628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac628


Comments

No comments written yet.

Please login to write comment.