Color Hex Logo

#faf205 Color Hex

#FAF205
(250,242,5)
0 Favorites   0 Comments

Color spaces of #faf205

RGB 2502425
HSL0.160.960.50
HSV58°98°98°
CMYK 0.000.030.98   0.02
XYZ71.203983.839212.5733
Yxy83.83920.42480.5002
Hunter Lab91.5637-21.427355.9531
CIE-Lab93.3806-17.360991.1946

#faf205 color RGB value is (250,242,5).

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

The process color (four color CMYK) of #faf205 color hex is 0.00, 0.03, 0.98, 0.02. Web safe color of #faf205 is #ffff00. Color #faf205 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110010 00000101
Octal 372 362 5
Decimal 250 242 5
Hex FA F2 5

RGB Percentages of Color #faf205

%50.30
%48.69
%1.01

CMYK Percentages of Color #faf205

%0
%3
%98
%2

Triadic Colors of #faf205

#faf205 #05faf2 #f205fa

Analogous Colors of #faf205

#faf205 #88fa05 #fa7805

Monochromatic Colors of #faf205

#faf205

Complementary Color

#faf205 #050dfa

#faf205 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf205 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf205 Color CSS Codes

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

#faf205 Text Font Color

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

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


#faf205 Background Color

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

This div background color is #faf205


#faf205 Border Color

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

This div border color is #faf205


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf205

Related Colors


Comments

No comments written yet.

Please login to write comment.