Color Hex Logo

#faf538 Color Hex

#FAF538
(250,245,56)
0 Favorites   0 Comments

Color spaces of #faf538

RGB 25024556
HSL0.160.950.60
HSV58°78°98°
CMYK 0.000.020.78   0.02
XYZ72.790685.914316.4880
Yxy85.91430.41550.4904
Hunter Lab92.6900-22.029154.3363
CIE-Lab94.2757-17.870783.5284

#faf538 color RGB value is (250,245,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110101 00111000
Octal 372 365 70
Decimal 250 245 56
Hex FA F5 38

RGB Percentages of Color #faf538

%45.37
%44.46
%10.16

CMYK Percentages of Color #faf538

%0
%2
%78
%2

Triadic Colors of #faf538

#faf538 #38faf5 #f538fa

Analogous Colors of #faf538

#faf538 #9efa38 #fa9438

Monochromatic Colors of #faf538

#faf538

Complementary Color

#faf538 #383dfa

#faf538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf538 Color CSS Codes

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

#faf538 Text Font Color

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

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


#faf538 Background Color

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

This div background color is #faf538


#faf538 Border Color

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

This div border color is #faf538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf538

Related Colors


Comments

No comments written yet.

Please login to write comment.