Color Hex Logo

#faf833 Color Hex

#FAF833
(250,248,51)
0 Favorites   0 Comments

Color spaces of #faf833

RGB 25024851
HSL0.160.950.59
HSV59°80°98°
CMYK 0.000.010.80   0.02
XYZ73.589387.697816.1808
Yxy87.69780.41470.4942
Hunter Lab93.6471-23.614555.3086
CIE-Lab95.0335-19.470285.5012

#faf833 color RGB value is (250,248,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111000 00110011
Octal 372 370 63
Decimal 250 248 51
Hex FA F8 33

RGB Percentages of Color #faf833

%45.54
%45.17
%9.29

CMYK Percentages of Color #faf833

%0
%1
%80
%2

Triadic Colors of #faf833

#faf833 #33faf8 #f833fa

Analogous Colors of #faf833

#faf833 #99fa33 #fa9533

Monochromatic Colors of #faf833

#faf833

Complementary Color

#faf833 #3335fa

#faf833 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf833 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf833 Color CSS Codes

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

#faf833 Text Font Color

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

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


#faf833 Background Color

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

This div background color is #faf833


#faf833 Border Color

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

This div border color is #faf833


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf833


Comments

No comments written yet.

Please login to write comment.