Color Hex Logo

#faf333 Color Hex

#FAF333
(250,243,51)
0 Favorites   0 Comments

Color spaces of #faf333

RGB 25024351
HSL0.160.950.59
HSV58°80°98°
CMYK 0.000.030.80   0.02
XYZ72.072584.664215.6752
Yxy84.66420.41800.4911
Hunter Lab92.0132-21.206754.3087
CIE-Lab93.7382-17.063284.3830

#faf333 color RGB value is (250,243,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110011 00110011
Octal 372 363 63
Decimal 250 243 51
Hex FA F3 33

RGB Percentages of Color #faf333

%45.96
%44.67
%9.38

CMYK Percentages of Color #faf333

%0
%3
%80
%2

Triadic Colors of #faf333

#faf333 #33faf3 #f333fa

Analogous Colors of #faf333

#faf333 #9efa33 #fa9033

Monochromatic Colors of #faf333

#faf333

Complementary Color

#faf333 #333afa

#faf333 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf333 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf333 Color CSS Codes

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

#faf333 Text Font Color

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

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


#faf333 Background Color

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

This div background color is #faf333


#faf333 Border Color

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

This div border color is #faf333


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf333

Related Colors

#faf333 Color Palettes


Comments

No comments written yet.

Please login to write comment.