Color Hex Logo

#fac503 Color Hex

#FAC503
(250,197,3)
0 Favorites   0 Comments

Color spaces of #fac503

RGB 2501973
HSL0.130.980.50
HSV47°99°98°
CMYK 0.000.210.99   0.02
XYZ59.407060.26318.5870
Yxy60.26310.46320.4699
Hunter Lab77.62930.748547.7821
CIE-Lab81.98105.168483.1650

#fac503 color RGB value is (250,197,3).

#fac503 hex color red value is 250, green value is 197 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #fac503 hue: 0.13 , saturation: 0.98 and the lightness value of fac503 is 0.50.

The process color (four color CMYK) of #fac503 color hex is 0.00, 0.21, 0.99, 0.02. Web safe color of #fac503 is #ffcc00. Color #fac503 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000101 00000011
Octal 372 305 3
Decimal 250 197 3
Hex FA C5 3

RGB Percentages of Color #fac503

%55.56
%43.78
%0.67

CMYK Percentages of Color #fac503

%0
%21
%99
%2

Triadic Colors of #fac503

#fac503 #03fac5 #c503fa

Analogous Colors of #fac503

#fac503 #b4fa03 #fa4a03

Monochromatic Colors of #fac503

#fac503

Complementary Color

#fac503 #0338fa

#fac503 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac503 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac503 Color CSS Codes

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

#fac503 Text Font Color

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

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


#fac503 Background Color

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

This div background color is #fac503


#fac503 Border Color

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

This div border color is #fac503


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac503


Comments

No comments written yet.

Please login to write comment.