Color Hex Logo

#faf35f Color Hex

#FAF35F
(250,243,95)
0 Favorites   0 Comments

Color spaces of #faf35f

RGB 25024395
HSL0.160.940.68
HSV57°62°98°
CMYK 0.000.030.62   0.02
XYZ73.540585.251423.4056
Yxy85.25140.40360.4679
Hunter Lab92.3317-19.408549.6025
CIE-Lab93.9913-15.079469.8330

#faf35f color RGB value is (250,243,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110011 01011111
Octal 372 363 137
Decimal 250 243 95
Hex FA F3 5F

RGB Percentages of Color #faf35f

%42.52
%41.33
%16.16

CMYK Percentages of Color #faf35f

%0
%3
%62
%2

Triadic Colors of #faf35f

#faf35f #5ffaf3 #f35ffa

Analogous Colors of #faf35f

#faf35f #b4fa5f #faa65f

Monochromatic Colors of #faf35f

#faf35f

Complementary Color

#faf35f #5f66fa

#faf35f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf35f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf35f Color CSS Codes

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

#faf35f Text Font Color

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

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


#faf35f Background Color

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

This div background color is #faf35f


#faf35f Border Color

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

This div border color is #faf35f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf35f

Related Colors


Comments

No comments written yet.

Please login to write comment.