Color Hex Logo

#faf823 Color Hex

#FAF823
(250,248,35)
0 Favorites   0 Comments

Color spaces of #faf823

RGB 25024835
HSL0.170.960.56
HSV59°86°98°
CMYK 0.000.010.86   0.02
XYZ73.295187.580114.6317
Yxy87.58010.41760.4990
Hunter Lab93.5842-23.971456.2391
CIE-Lab94.9839-19.868688.9102

#faf823 color RGB value is (250,248,35).

#faf823 hex color red value is 250, green value is 248 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #faf823 hue: 0.17 , saturation: 0.96 and the lightness value of faf823 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111000 00100011
Octal 372 370 43
Decimal 250 248 35
Hex FA F8 23

RGB Percentages of Color #faf823

%46.90
%46.53
%6.57

CMYK Percentages of Color #faf823

%0
%1
%86
%2

Triadic Colors of #faf823

#faf823 #23faf8 #f823fa

Analogous Colors of #faf823

#faf823 #91fa23 #fa8d23

Monochromatic Colors of #faf823

#faf823

Complementary Color

#faf823 #2325fa

#faf823 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf823 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf823 Color CSS Codes

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

#faf823 Text Font Color

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

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


#faf823 Background Color

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

This div background color is #faf823


#faf823 Border Color

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

This div border color is #faf823


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf823

Related Colors


Comments

No comments written yet.

Please login to write comment.