Color Hex Logo

#fac75d Color Hex

#FAC75D
(250,199,93)
0 Favorites   0 Comments

Color spaces of #fac75d

RGB 25019993
HSL0.110.940.67
HSV41°63°98°
CMYK 0.000.200.63   0.02
XYZ61.823561.961219.0572
Yxy61.96120.43280.4338
Hunter Lab78.71542.442840.7466
CIE-Lab82.89286.957958.6307

#fac75d color RGB value is (250,199,93).

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

The process color (four color CMYK) of #fac75d color hex is 0.00, 0.20, 0.63, 0.02. Web safe color of #fac75d is #ffcc66. Color #fac75d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000111 01011101
Octal 372 307 135
Decimal 250 199 93
Hex FA C7 5D

RGB Percentages of Color #fac75d

%46.13
%36.72
%17.16

CMYK Percentages of Color #fac75d

%0
%20
%63
%2

Triadic Colors of #fac75d

#fac75d #5dfac7 #c75dfa

Analogous Colors of #fac75d

#fac75d #dffa5d #fa795d

Monochromatic Colors of #fac75d

#fac75d

Complementary Color

#fac75d #5d90fa

#fac75d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac75d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac75d Color CSS Codes

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

#fac75d Text Font Color

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

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


#fac75d Background Color

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

This div background color is #fac75d


#fac75d Border Color

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

This div border color is #fac75d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac75d


Comments

No comments written yet.

Please login to write comment.