Color Hex Logo

#faf13b Color Hex

#FAF13B
(250,241,59)
0 Favorites   0 Comments

Color spaces of #faf13b

RGB 25024159
HSL0.160.950.61
HSV57°76°98°
CMYK 0.000.040.76   0.02
XYZ71.669183.550416.4871
Yxy83.55040.41740.4866
Hunter Lab91.4059-20.002953.2899
CIE-Lab93.2549-15.832181.7703

#faf13b color RGB value is (250,241,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110001 00111011
Octal 372 361 73
Decimal 250 241 59
Hex FA F1 3B

RGB Percentages of Color #faf13b

%45.45
%43.82
%10.73

CMYK Percentages of Color #faf13b

%0
%4
%76
%2

Triadic Colors of #faf13b

#faf13b #3bfaf1 #f13bfa

Analogous Colors of #faf13b

#faf13b #a4fa3b #fa923b

Monochromatic Colors of #faf13b

#faf13b

Complementary Color

#faf13b #3b44fa

#faf13b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf13b Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf13b Color CSS Codes

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

#faf13b Text Font Color

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

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


#faf13b Background Color

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

This div background color is #faf13b


#faf13b Border Color

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

This div border color is #faf13b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf13b

Related Colors


Comments

No comments written yet.

Please login to write comment.