Color Hex Logo

#faf305 Color Hex

#FAF305
(250,243,5)
0 Favorites   0 Comments

Color spaces of #faf305

RGB 2502435
HSL0.160.960.50
HSV58°98°98°
CMYK 0.000.030.98   0.02
XYZ71.502384.436112.6728
Yxy84.43610.42410.5008
Hunter Lab91.8891-21.908556.1455
CIE-Lab93.6396-17.843791.3848

#faf305 color RGB value is (250,243,5).

#faf305 hex color red value is 250, green value is 243 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #faf305 hue: 0.16 , saturation: 0.96 and the lightness value of faf305 is 0.50.

The process color (four color CMYK) of #faf305 color hex is 0.00, 0.03, 0.98, 0.02. Web safe color of #faf305 is #ffff00. Color #faf305 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110011 00000101
Octal 372 363 5
Decimal 250 243 5
Hex FA F3 5

RGB Percentages of Color #faf305

%50.20
%48.80
%1.00

CMYK Percentages of Color #faf305

%0
%3
%98
%2

Triadic Colors of #faf305

#faf305 #05faf3 #f305fa

Analogous Colors of #faf305

#faf305 #87fa05 #fa7905

Monochromatic Colors of #faf305

#faf305

Complementary Color

#faf305 #050cfa

#faf305 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf305 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf305 Color CSS Codes

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

#faf305 Text Font Color

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

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


#faf305 Background Color

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

This div background color is #faf305


#faf305 Border Color

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

This div border color is #faf305


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf305


Comments

No comments written yet.

Please login to write comment.