Color Hex Logo

#faf83f Color Hex

#FAF83F
(250,248,63)
0 Favorites   0 Comments

Color spaces of #faf83f

RGB 25024863
HSL0.160.950.61
HSV59°75°98°
CMYK 0.000.010.75   0.02
XYZ73.888987.817717.7588
Yxy87.81770.41170.4893
Hunter Lab93.7111-23.251654.3620
CIE-Lab95.0841-19.066082.2509

#faf83f color RGB value is (250,248,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111000 00111111
Octal 372 370 77
Decimal 250 248 63
Hex FA F8 3F

RGB Percentages of Color #faf83f

%44.56
%44.21
%11.23

CMYK Percentages of Color #faf83f

%0
%1
%75
%2

Triadic Colors of #faf83f

#faf83f #3ffaf8 #f83ffa

Analogous Colors of #faf83f

#faf83f #9ffa3f #fa9b3f

Monochromatic Colors of #faf83f

#faf83f

Complementary Color

#faf83f #3f41fa

#faf83f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf83f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf83f Color CSS Codes

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

#faf83f Text Font Color

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

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


#faf83f Background Color

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

This div background color is #faf83f


#faf83f Border Color

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

This div border color is #faf83f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf83f

Related Colors


Comments

No comments written yet.

Please login to write comment.