Color Hex Logo

#faf035 Color Hex

#FAF035
(250,240,53)
0 Favorites   0 Comments

Color spaces of #faf035

RGB 25024053
HSL0.160.950.59
HSV57°79°98°
CMYK 0.000.040.79   0.02
XYZ71.227082.901215.6156
Yxy82.90120.41960.4884
Hunter Lab91.0501-19.700053.5665
CIE-Lab92.9712-15.546983.1935

#faf035 color RGB value is (250,240,53).

#faf035 hex color red value is 250, green value is 240 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #faf035 hue: 0.16 , saturation: 0.95 and the lightness value of faf035 is 0.59.

The process color (four color CMYK) of #faf035 color hex is 0.00, 0.04, 0.79, 0.02. Web safe color of #faf035 is #ffff33. Color #faf035 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110000 00110101
Octal 372 360 65
Decimal 250 240 53
Hex FA F0 35

RGB Percentages of Color #faf035

%46.04
%44.20
%9.76

CMYK Percentages of Color #faf035

%0
%4
%79
%2

Triadic Colors of #faf035

#faf035 #35faf0 #f035fa

Analogous Colors of #faf035

#faf035 #a2fa35 #fa8e35

Monochromatic Colors of #faf035

#faf035

Complementary Color

#faf035 #353ffa

#faf035 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf035 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf035 Color CSS Codes

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

#faf035 Text Font Color

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

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


#faf035 Background Color

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

This div background color is #faf035


#faf035 Border Color

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

This div border color is #faf035


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf035


Comments

No comments written yet.

Please login to write comment.