Color Hex Logo

#faf62f Color Hex

#FAF62F
(250,246,47)
0 Favorites   0 Comments

Color spaces of #faf62f

RGB 25024647
HSL0.160.950.58
HSV59°81°98°
CMYK 0.000.020.81   0.02
XYZ72.893286.440815.5322
Yxy86.44080.41690.4943
Hunter Lab92.9735-22.756055.1765
CIE-Lab94.5005-18.624886.0170

#faf62f color RGB value is (250,246,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110110 00101111
Octal 372 366 57
Decimal 250 246 47
Hex FA F6 2F

RGB Percentages of Color #faf62f

%46.04
%45.30
%8.66

CMYK Percentages of Color #faf62f

%0
%2
%81
%2

Triadic Colors of #faf62f

#faf62f #2ffaf6 #f62ffa

Analogous Colors of #faf62f

#faf62f #99fa2f #fa912f

Monochromatic Colors of #faf62f

#faf62f

Complementary Color

#faf62f #2f33fa

#faf62f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf62f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf62f Color CSS Codes

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

#faf62f Text Font Color

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

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


#faf62f Background Color

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

This div background color is #faf62f


#faf62f Border Color

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

This div border color is #faf62f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf62f

Related Colors


Comments

No comments written yet.

Please login to write comment.