Color Hex Logo

#faf232 Color Hex

#FAF232
(250,242,50)
0 Favorites   0 Comments

Color spaces of #faf232

RGB 25024250
HSL0.160.950.59
HSV58°80°98°
CMYK 0.000.030.80   0.02
XYZ71.752284.058515.4608
Yxy84.05850.41890.4908
Hunter Lab91.6834-20.750454.1802
CIE-Lab93.4759-16.609084.4108

#faf232 color RGB value is (250,242,50).

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

The process color (four color CMYK) of #faf232 color hex is 0.00, 0.03, 0.80, 0.02. Web safe color of #faf232 is #ffff33. Color #faf232 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110010 00110010
Octal 372 362 62
Decimal 250 242 50
Hex FA F2 32

RGB Percentages of Color #faf232

%46.13
%44.65
%9.23

CMYK Percentages of Color #faf232

%0
%3
%80
%2

Triadic Colors of #faf232

#faf232 #32faf2 #f232fa

Analogous Colors of #faf232

#faf232 #9efa32 #fa8e32

Monochromatic Colors of #faf232

#faf232

Complementary Color

#faf232 #323afa

#faf232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf232 Color CSS Codes

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

#faf232 Text Font Color

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

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


#faf232 Background Color

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

This div background color is #faf232


#faf232 Border Color

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

This div border color is #faf232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf232


Comments

No comments written yet.

Please login to write comment.