Color Hex Logo

#fac048 Color Hex

#FAC048
(250,192,72)
0 Favorites   0 Comments

Color spaces of #fac048

RGB 25019272
HSL0.110.950.63
HSV40°71°98°
CMYK 0.000.230.71   0.02
XYZ59.443758.491114.2878
Yxy58.49110.44960.4424
Hunter Lab76.47954.900142.4591
CIE-Lab81.01119.437265.6281

#fac048 color RGB value is (250,192,72).

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

The process color (four color CMYK) of #fac048 color hex is 0.00, 0.23, 0.71, 0.02. Web safe color of #fac048 is #ffcc33. Color #fac048 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000000 01001000
Octal 372 300 110
Decimal 250 192 72
Hex FA C0 48

RGB Percentages of Color #fac048

%48.64
%37.35
%14.01

CMYK Percentages of Color #fac048

%0
%23
%71
%2

Triadic Colors of #fac048

#fac048 #48fac0 #c048fa

Analogous Colors of #fac048

#fac048 #dbfa48 #fa6748

Monochromatic Colors of #fac048

#fac048

Complementary Color

#fac048 #4882fa

#fac048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac048 Color CSS Codes

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

#fac048 Text Font Color

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

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


#fac048 Background Color

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

This div background color is #fac048


#fac048 Border Color

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

This div border color is #fac048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac048


Comments

No comments written yet.

Please login to write comment.