Color Hex Logo

#faf352 Color Hex

#FAF352
(250,243,82)
0 Favorites   0 Comments

Color spaces of #faf352

RGB 25024382
HSL0.160.940.65
HSV58°67°98°
CMYK 0.000.030.67   0.02
XYZ72.997985.034420.5485
Yxy85.03440.40880.4762
Hunter Lab92.2141-20.071751.3380
CIE-Lab93.8979-15.808574.7599

#faf352 color RGB value is (250,243,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110011 01010010
Octal 372 363 122
Decimal 250 243 82
Hex FA F3 52

RGB Percentages of Color #faf352

%43.48
%42.26
%14.26

CMYK Percentages of Color #faf352

%0
%3
%67
%2

Triadic Colors of #faf352

#faf352 #52faf3 #f352fa

Analogous Colors of #faf352

#faf352 #adfa52 #fa9f52

Monochromatic Colors of #faf352

#faf352

Complementary Color

#faf352 #5259fa

#faf352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf352 Color CSS Codes

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

#faf352 Text Font Color

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

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


#faf352 Background Color

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

This div background color is #faf352


#faf352 Border Color

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

This div border color is #faf352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf352


Comments

No comments written yet.

Please login to write comment.