Color Hex Logo

#faf903 Color Hex

#FAF903
(250,249,3)
0 Favorites   0 Comments

Color spaces of #faf903

RGB 2502493
HSL0.170.980.50
HSV60°99°98°
CMYK 0.000.000.99   0.02
XYZ73.316588.081913.2235
Yxy88.08190.41990.5044
Hunter Lab93.8520-24.798057.3426
CIE-Lab95.1954-20.735992.6729

#faf903 color RGB value is (250,249,3).

#faf903 hex color red value is 250, green value is 249 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #faf903 hue: 0.17 , saturation: 0.98 and the lightness value of faf903 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111001 00000011
Octal 372 371 3
Decimal 250 249 3
Hex FA F9 3

RGB Percentages of Color #faf903

%49.80
%49.60
%0.60

CMYK Percentages of Color #faf903

%0
%0
%99
%2

Triadic Colors of #faf903

#faf903 #03faf9 #f903fa

Analogous Colors of #faf903

#faf903 #80fa03 #fa7e03

Monochromatic Colors of #faf903

#faf903

Complementary Color

#faf903 #0304fa

#faf903 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf903 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf903 Color CSS Codes

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

#faf903 Text Font Color

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

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


#faf903 Background Color

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

This div background color is #faf903


#faf903 Border Color

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

This div border color is #faf903


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf903

Related Colors


Comments

No comments written yet.

Please login to write comment.