Color Hex Logo

#faaf45 Color Hex

#FAAF45
(250,175,69)
0 Favorites   0 Comments

Color spaces of #faaf45

RGB 25017569
HSL0.100.950.63
HSV35°72°98°
CMYK 0.000.300.72   0.02
XYZ55.828551.413612.6116
Yxy51.41360.46580.4290
Hunter Lab71.703313.500239.7640
CIE-Lab76.928918.182762.7307

#faaf45 color RGB value is (250,175,69).

#faaf45 hex color red value is 250, green value is 175 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #faaf45 hue: 0.10 , saturation: 0.95 and the lightness value of faaf45 is 0.63.

The process color (four color CMYK) of #faaf45 color hex is 0.00, 0.30, 0.72, 0.02. Web safe color of #faaf45 is #ff9933. Color #faaf45 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101111 01000101
Octal 372 257 105
Decimal 250 175 69
Hex FA AF 45

RGB Percentages of Color #faaf45

%50.61
%35.43
%13.97

CMYK Percentages of Color #faaf45

%0
%30
%72
%2

Triadic Colors of #faaf45

#faaf45 #45faaf #af45fa

Analogous Colors of #faaf45

#faaf45 #ebfa45 #fa5545

Monochromatic Colors of #faaf45

#faaf45

Complementary Color

#faaf45 #4590fa

#faaf45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaf45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaf45 Color CSS Codes

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

#faaf45 Text Font Color

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

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


#faaf45 Background Color

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

This div background color is #faaf45


#faaf45 Border Color

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

This div border color is #faaf45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaf45


Comments

No comments written yet.

Please login to write comment.