Color Hex Logo

#faf243 Color Hex

#FAF243
(250,242,67)
0 Favorites   0 Comments

Color spaces of #faf243

RGB 25024267
HSL0.160.950.62
HSV57°73°98°
CMYK 0.000.030.73   0.02
XYZ72.189684.233517.7641
Yxy84.23350.41440.4836
Hunter Lab91.7788-20.211852.7694
CIE-Lab93.5518-16.013079.5982

#faf243 color RGB value is (250,242,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110010 01000011
Octal 372 362 103
Decimal 250 242 67
Hex FA F2 43

RGB Percentages of Color #faf243

%44.72
%43.29
%11.99

CMYK Percentages of Color #faf243

%0
%3
%73
%2

Triadic Colors of #faf243

#faf243 #43faf2 #f243fa

Analogous Colors of #faf243

#faf243 #a7fa43 #fa9743

Monochromatic Colors of #faf243

#faf243

Complementary Color

#faf243 #434bfa

#faf243 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf243 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf243 Color CSS Codes

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

#faf243 Text Font Color

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

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


#faf243 Background Color

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

This div background color is #faf243


#faf243 Border Color

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

This div border color is #faf243


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf243


Comments

No comments written yet.

Please login to write comment.