Color Hex Logo

#faf64b Color Hex

#FAF64B
(250,246,75)
0 Favorites   0 Comments

Color spaces of #faf64b

RGB 25024675
HSL0.160.950.64
HSV59°70°98°
CMYK 0.000.020.70   0.02
XYZ73.650186.743519.5180
Yxy86.74350.40940.4821
Hunter Lab93.1362-21.834452.7703
CIE-Lab94.6293-17.601577.9716

#faf64b color RGB value is (250,246,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110110 01001011
Octal 372 366 113
Decimal 250 246 75
Hex FA F6 4B

RGB Percentages of Color #faf64b

%43.78
%43.08
%13.13

CMYK Percentages of Color #faf64b

%0
%2
%70
%2

Triadic Colors of #faf64b

#faf64b #4bfaf6 #f64bfa

Analogous Colors of #faf64b

#faf64b #a7fa4b #fa9f4b

Monochromatic Colors of #faf64b

#faf64b

Complementary Color

#faf64b #4b4ffa

#faf64b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf64b Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf64b Color CSS Codes

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

#faf64b Text Font Color

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

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


#faf64b Background Color

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

This div background color is #faf64b


#faf64b Border Color

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

This div border color is #faf64b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf64b

Related Colors


Comments

No comments written yet.

Please login to write comment.