Color Hex Logo

#faf245 Color Hex

#FAF245
(250,242,69)
0 Favorites   0 Comments

Color spaces of #faf245

RGB 25024269
HSL0.160.950.63
HSV57°72°98°
CMYK 0.000.030.72   0.02
XYZ72.250684.257918.0856
Yxy84.25790.41380.4826
Hunter Lab91.7921-20.136852.5727
CIE-Lab93.5624-15.930178.9611

#faf245 color RGB value is (250,242,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110010 01000101
Octal 372 362 105
Decimal 250 242 69
Hex FA F2 45

RGB Percentages of Color #faf245

%44.56
%43.14
%12.30

CMYK Percentages of Color #faf245

%0
%3
%72
%2

Triadic Colors of #faf245

#faf245 #45faf2 #f245fa

Analogous Colors of #faf245

#faf245 #a8fa45 #fa9845

Monochromatic Colors of #faf245

#faf245

Complementary Color

#faf245 #454dfa

#faf245 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf245 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf245 Color CSS Codes

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

#faf245 Text Font Color

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

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


#faf245 Background Color

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

This div background color is #faf245


#faf245 Border Color

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

This div border color is #faf245


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf245

Related Colors


Comments

No comments written yet.

Please login to write comment.