Color Hex Logo

#fac330 Color Hex

#FAC330
(250,195,48)
0 Favorites   0 Comments

Color spaces of #fac330

RGB 25019548
HSL0.120.950.58
HSV44°81°98°
CMYK 0.000.220.81   0.02
XYZ59.472959.567611.1594
Yxy59.56760.45680.4575
Hunter Lab77.18002.482345.4533
CIE-Lab81.60266.957574.6844

#fac330 color RGB value is (250,195,48).

#fac330 hex color red value is 250, green value is 195 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #fac330 hue: 0.12 , saturation: 0.95 and the lightness value of fac330 is 0.58.

The process color (four color CMYK) of #fac330 color hex is 0.00, 0.22, 0.81, 0.02. Web safe color of #fac330 is #ffcc33. Color #fac330 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000011 00110000
Octal 372 303 60
Decimal 250 195 48
Hex FA C3 30

RGB Percentages of Color #fac330

%50.71
%39.55
%9.74

CMYK Percentages of Color #fac330

%0
%22
%81
%2

Triadic Colors of #fac330

#fac330 #30fac3 #c330fa

Analogous Colors of #fac330

#fac330 #ccfa30 #fa5e30

Monochromatic Colors of #fac330

#fac330

Complementary Color

#fac330 #3067fa

#fac330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac330 Color CSS Codes

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

#fac330 Text Font Color

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

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


#fac330 Background Color

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

This div background color is #fac330


#fac330 Border Color

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

This div border color is #fac330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac330

Related Colors


Comments

No comments written yet.

Please login to write comment.