Color Hex Logo

#faf453 Color Hex

#FAF453
(250,244,83)
0 Favorites   0 Comments

Color spaces of #faf453

RGB 25024483
HSL0.160.940.65
HSV58°67°98°
CMYK 0.000.020.67   0.02
XYZ73.336485.649920.8505
Yxy85.64990.40780.4763
Hunter Lab92.5472-20.510451.4253
CIE-Lab94.1625-16.242074.6566

#faf453 color RGB value is (250,244,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110100 01010011
Octal 372 364 123
Decimal 250 244 83
Hex FA F4 53

RGB Percentages of Color #faf453

%43.33
%42.29
%14.38

CMYK Percentages of Color #faf453

%0
%2
%67
%2

Triadic Colors of #faf453

#faf453 #53faf4 #f453fa

Analogous Colors of #faf453

#faf453 #adfa53 #faa153

Monochromatic Colors of #faf453

#faf453

Complementary Color

#faf453 #5359fa

#faf453 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf453 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf453 Color CSS Codes

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

#faf453 Text Font Color

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

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


#faf453 Background Color

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

This div background color is #faf453


#faf453 Border Color

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

This div border color is #faf453


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf453


Comments

No comments written yet.

Please login to write comment.