Color Hex Logo

#faf36c Color Hex

#FAF36C
(250,243,108)
0 Favorites   0 Comments

Color spaces of #faf36c

RGB 250243108
HSL0.160.930.70
HSV57°57°98°
CMYK 0.000.030.57   0.02
XYZ74.181785.507926.7822
Yxy85.50790.39780.4586
Hunter Lab92.4705-18.627047.5572
CIE-Lab94.1015-14.224264.5184

#faf36c color RGB value is (250,243,108).

#faf36c hex color red value is 250, green value is 243 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #faf36c hue: 0.16 , saturation: 0.93 and the lightness value of faf36c is 0.70.

The process color (four color CMYK) of #faf36c color hex is 0.00, 0.03, 0.57, 0.02. Web safe color of #faf36c is #ffff66. Color #faf36c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110011 01101100
Octal 372 363 154
Decimal 250 243 108
Hex FA F3 6C

RGB Percentages of Color #faf36c

%41.60
%40.43
%17.97

CMYK Percentages of Color #faf36c

%0
%3
%57
%2

Triadic Colors of #faf36c

#faf36c #6cfaf3 #f36cfa

Analogous Colors of #faf36c

#faf36c #bafa6c #faac6c

Monochromatic Colors of #faf36c

#faf36c

Complementary Color

#faf36c #6c73fa

#faf36c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf36c Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf36c Color CSS Codes

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

#faf36c Text Font Color

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

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


#faf36c Background Color

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

This div background color is #faf36c


#faf36c Border Color

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

This div border color is #faf36c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf36c

Related Colors


Comments

No comments written yet.

Please login to write comment.