Color Hex Logo

#faac26 Color Hex

#FAAC26
(250,172,38)
0 Favorites   0 Comments

Color spaces of #faac26

RGB 25017238
HSL0.110.950.56
HSV38°85°98°
CMYK 0.000.310.85   0.02
XYZ54.526749.96908.6048
Yxy49.96900.48210.4418
Hunter Lab70.688813.983042.2649
CIE-Lab76.050218.689672.8804

#faac26 color RGB value is (250,172,38).

#faac26 hex color red value is 250, green value is 172 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #faac26 hue: 0.11 , saturation: 0.95 and the lightness value of faac26 is 0.56.

The process color (four color CMYK) of #faac26 color hex is 0.00, 0.31, 0.85, 0.02. Web safe color of #faac26 is #ff9933. Color #faac26 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 00100110
Octal 372 254 46
Decimal 250 172 38
Hex FA AC 26

RGB Percentages of Color #faac26

%54.35
%37.39
%8.26

CMYK Percentages of Color #faac26

%0
%31
%85
%2

Triadic Colors of #faac26

#faac26 #26faac #ac26fa

Analogous Colors of #faac26

#faac26 #defa26 #fa4226

Monochromatic Colors of #faac26

#faac26

Complementary Color

#faac26 #2674fa

#faac26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faac26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faac26 Color CSS Codes

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

#faac26 Text Font Color

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

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


#faac26 Background Color

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

This div background color is #faac26


#faac26 Border Color

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

This div border color is #faac26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faac26


Comments

No comments written yet.

Please login to write comment.